chore(deps): bump @shapeshiftoss packages to latest - #49
Conversation
Bumps caip, chain-adapters, swapper, types, and unchained-client to their latest published versions. swapper 17.8.0 adds a new BobGateway swapper and two SwapperConfig fields, so swap-service is updated to compile against them: - swapper-config: provide VITE_BOB_GATEWAY_API_KEY / VITE_TRON_GRID_API_KEY (empty — neither is used by verification; BobGateway isn't verified and the Tron-grid key is only read by swapper quote/execution paths, not checkTradeStatus) - affiliateFeeAsset: BobGateway fee strategy null (bridge, like ArbitrumBridge) - swap-verification: route BobGateway to the not-implemented group Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdds SwapperName.BobGateway support to the affiliate fee strategy lookup and swap verification switch, hardcodes two previously env-sourced API keys to empty strings in swapper config, and bumps several ChangesBobGateway Swapper Support
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Bumps the
@shapeshiftoss/*packages to their latest published versions:unchained-pulumiwas already at the latest (1.0.2).swapper@17.8.0introduces a newBobGatewayswapper plus twoSwapperConfigfields (VITE_BOB_GATEWAY_API_KEY,VITE_TRON_GRID_API_KEY). swap-service is updated to compile against the new surface:checkTradeStatus.BobGatewayfee strategy isnull, matching the other bridges (ArbitrumBridge,Relay).BobGatewayroutes to the "Verification not implemented" group, keeping the exhaustive switch complete.Testing
yarn build— all 6 packages build successfully🤖 Generated with Claude Code
Summary by CodeRabbit