Skip to content

Commit 2439898

Browse files
add TEC token (#627)
1 parent f9fe50a commit 2439898

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
@@ -210,6 +210,15 @@ const CHAINS: Chain[] = [
210210
address: "0x4200000000000000000000000000000000000042",
211211
},
212212
},
213+
{
214+
code: "TEC",
215+
address: "0x8fc7c1109c08904160d6ae36482b79814d45eb78",
216+
decimals: 18,
217+
priceSource: {
218+
chainId: 10,
219+
address: "0x8fc7c1109c08904160d6ae36482b79814d45eb78",
220+
},
221+
},
213222
],
214223
subscriptions: [
215224
{

0 commit comments

Comments
 (0)