We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2af01d + b69b75b commit f818b9eCopy full SHA for f818b9e
src/config.ts
@@ -1497,6 +1497,15 @@ const CHAINS: Chain[] = [
1497
address: "0x0000000000000000000000000000000000000000",
1498
},
1499
1500
+ {
1501
+ code: "USDC",
1502
+ address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1503
+ decimals: 6,
1504
+ priceSource: {
1505
+ chainId: 1329,
1506
1507
+ },
1508
1509
],
1510
subscriptions: [
1511
// Allo V2
0 commit comments