You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed Li.Fi EVM quote normalization so Base → Polygon USDC bridge requests strip CAIP-10 `eip155:<chain>:` prefixes before sending `fromAddress` / `toAddress` to Li.Fi.
4
+
- Added regression coverage for Base → Polygon native USDC quote construction, matching Mony’s Polymarket buffer top-up path.
5
+
6
+
## Validation
7
+
8
+
-`npm test -- test/bridge/lifi.test.ts`
9
+
-`npm run typecheck`
10
+
-`npm run build`
11
+
- live bridge quote smoke: Base USDC → Polygon native USDC with CAIP-10 `fromAddress`
12
+
13
+
## Notes
14
+
15
+
- This unblocks autonomous Polymarket cash-buffer top-ups where the wallet needs to bridge small Base USDC balances onto Polygon before PM collateral conversion.
16
+
- Scope is intentionally narrow: quote address normalization only, with no behavior change for already-flat EVM addresses.
0 commit comments