Skip to content

Commit 326f2ba

Browse files
feat: add glo token to celo (#615)
1 parent 5402ea3 commit 326f2ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,15 @@ const CHAINS: Chain[] = [
16371637
address: "0x765de816845861e75a25fca122bb6898b8b1282a",
16381638
},
16391639
},
1640+
{
1641+
code: "USDGLO",
1642+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
1643+
decimals: 18,
1644+
priceSource: {
1645+
chainId: 42220,
1646+
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
1647+
},
1648+
},
16401649
],
16411650
subscriptions: [
16421651
// Allo V2

0 commit comments

Comments
 (0)