Skip to content

Commit 086b5ef

Browse files
feat(statics): add teigen, teinu and topeth:cnkt testnet tokens
2 parents 6c39d14 + 2dcfad9 commit 086b5ef

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,8 @@ export enum UnderlyingAsset {
14651465
TBTC2 = 'tbtc2',
14661466
TCAD = 'tcad',
14671467
TCO = 'tco',
1468+
TEIGEN = 'teigen',
1469+
TEINU = 'teinu',
14681470
TEL = 'tel',
14691471
TELEGRAMDAO = 'telegramdao',
14701472
TEN = 'ten',
@@ -2185,6 +2187,7 @@ export enum UnderlyingAsset {
21852187

21862188
// Optimism testnet tokens
21872189
'topeth:terc18dp' = 'topeth:terc18dp',
2190+
'topeth:cnkt' = 'topeth:cnkt',
21882191

21892192
// zkSync mainnet tokens
21902193
'zketh:link' = 'zketh:link',

modules/statics/src/coins.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14342,6 +14342,22 @@ export const coins = CoinMap.fromCoins([
1434214342
'0xe101fb315a64cda9944e570a7bffafe60b994b1d',
1434314343
UnderlyingAsset.RLUSD
1434414344
),
14345+
terc20(
14346+
'34dd36d9-18f9-4c99-b96e-d5c29ae2a4cd',
14347+
'teigen',
14348+
'Test Eigen',
14349+
18,
14350+
'0x3b78576f7d6837500ba3de27a60c7f594934027e',
14351+
UnderlyingAsset.TEIGEN
14352+
),
14353+
terc20(
14354+
'49fde5ac-1204-4c5c-b62b-cc1363592193',
14355+
'teinu',
14356+
'Test EigenInu',
14357+
18,
14358+
'0xdeeeee2b48c121e6728ed95c860e296177849932',
14359+
UnderlyingAsset.TEINU
14360+
),
1434514361
terc20(
1434614362
'031e6052-ed7a-42cf-a6e6-2107d8e448ed',
1434714363
'bgerch',
@@ -18704,6 +18720,14 @@ export const coins = CoinMap.fromCoins([
1870418720
'0xe9df68a54bba438c8a6192e95f0f2c53ac93d997',
1870518721
UnderlyingAsset['topeth:terc18dp']
1870618722
),
18723+
topethErc20(
18724+
'fa6bc0a9-49f8-4516-88b7-cad6a62f1dc2',
18725+
'topeth:cnkt',
18726+
'Wallet Connect',
18727+
18,
18728+
'0x75bb6dca2cd6f9a0189c478bbb8f7ee2fef07c78',
18729+
UnderlyingAsset['topeth:cnkt']
18730+
),
1870718731
zkethErc20(
1870818732
'53f0e845-f415-44d3-8517-7565dc346390',
1870918733
'zketh:link',

0 commit comments

Comments
 (0)