Skip to content

Commit 4a02eba

Browse files
authored
Merge pull request #708 from gitcoinco/add-test-gtc
added test GTC
2 parents da80e0c + dd649de commit 4a02eba

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
@@ -320,6 +320,15 @@ const CHAINS: Chain[] = [
320320
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
321321
},
322322
},
323+
{
324+
code: "GTC",
325+
address: "0x5e7C95EaF08D6FeD05a8E4BC607Fb682834C74cE",
326+
decimals: 18,
327+
priceSource: {
328+
chainId: 1,
329+
address: "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
330+
},
331+
},
323332
],
324333
subscriptions: [
325334
{

0 commit comments

Comments
 (0)