File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments