Skip to content

Commit

Permalink
feat: support gtc on pgn (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
bard authored Sep 8, 2023
1 parent c5a4012 commit a7034a8
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 @@ -335,6 +335,15 @@ const CHAINS: Chain[] = [
address: "0x0000000000000000000000000000000000000000",
},
},
{
code: "GTC",
address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2",
decimals: 18,
priceSource: {
chainId: 1,
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
},
},
],
subscriptions: [
{
Expand Down

0 comments on commit a7034a8

Please sign in to comment.