Skip to content

Commit 623eabf

Browse files
authored
Merge pull request #7215 from BitGo/win-7530
feat(statics): add twc2flr testnet token
2 parents 07e0fe8 + 7a8a199 commit 623eabf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4312,6 +4312,15 @@ export const allCoinsAndTokens = [
43124312
UnderlyingAsset['tflr:wflr'],
43134313
WFLR_FEATURES
43144314
),
4315+
tflrErc20(
4316+
'a1c8fdc6-e5b5-4170-b490-f585db8ab922',
4317+
'tflr:twc2flr',
4318+
'Wrapped Coston2Flare Testnet',
4319+
18,
4320+
'0xc67dce33d7a8efa5ffeb961899c73fe01bce9273',
4321+
UnderlyingAsset['tflr:twc2flr'],
4322+
WFLR_FEATURES
4323+
),
43154324
txrpToken(
43164325
'8ef16158-1015-4a67-b6fe-db669c18ab2b',
43174326
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,7 @@ export enum UnderlyingAsset {
28982898

28992899
// Flr testnet tokens
29002900
'tflr:wflr' = 'tflr:wflr',
2901+
'tflr:twc2flr' = 'tflr:twc2flr',
29012902

29022903
ERC721 = 'erc721',
29032904
ERC1155 = 'erc1155',

0 commit comments

Comments
 (0)