Skip to content

Commit

Permalink
feat: add support for gitcoinvote token (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
bard committed Aug 18, 2023
1 parent 1c7f8bb commit c0af1c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,15 @@ export const CHAINS: Chain[] = [
address: "0x0000000000000000000000000000000000000000",
},
},
{
code: "GcV",
address: "0x83791638da5EB2fAa432aff1c65fbA47c5D29510",
decimals: 18,
priceSource: {
chainId: 250,
address: "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
},
},
],
subscriptions: [
{
Expand Down

0 comments on commit c0af1c3

Please sign in to comment.