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.
1 parent 1b25d80 commit 55a82c8Copy full SHA for 55a82c8
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