Skip to content

Commit 55a82c8

Browse files
committed
chore: add USDC
refs BLU-147
1 parent 1b25d80 commit 55a82c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,15 @@ const CHAINS: Chain[] = [
14971497
address: "0x0000000000000000000000000000000000000000",
14981498
},
14991499
},
1500+
{
1501+
code: "USDC",
1502+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1503+
decimals: 6,
1504+
priceSource: {
1505+
chainId: 1329,
1506+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1507+
},
1508+
}
15001509
],
15011510
subscriptions: [
15021511
// Allo V2

0 commit comments

Comments
 (0)