File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1648,7 +1648,9 @@ export enum UnderlyingAsset {
16481648 TERC = 'terc' ,
16491649 TEUROC = 'teuroc' ,
16501650 TERC2DP = 'terc2dp' ,
1651+ HDTERC2DP = 'hdterc2dp' ,
16511652 TERC6DP = 'terc6dp' ,
1653+ HDTERC6DP = 'hdterc6dp' ,
16521654 TERC18DP = 'terc18DP' ,
16531655 HDTERC18DP = 'hdterc18DP' ,
16541656 TERC20 = 'terc20' ,
Original file line number Diff line number Diff line change @@ -11527,6 +11527,18 @@ export const erc20Coins = [
1152711527 undefined ,
1152811528 Networks . test . holesky
1152911529 ) ,
11530+ terc20 (
11531+ '123e4567-e89b-12d3-a456-426614174000' ,
11532+ 'hdterc6dp' ,
11533+ 'TERC6DP' ,
11534+ 6 ,
11535+ '0x6091cfbd9312377863060e792c4a5c3c5a1f00fe' ,
11536+ UnderlyingAsset . HDTERC6DP ,
11537+ undefined ,
11538+ undefined ,
11539+ undefined ,
11540+ Networks . test . hoodi
11541+ ) ,
1153011542 terc20 (
1153111543 'c316d8ef-20d6-40b7-b0c1-e3cc278d0c17' ,
1153211544 'hterc2dp' ,
@@ -11539,6 +11551,18 @@ export const erc20Coins = [
1153911551 undefined ,
1154011552 Networks . test . holesky
1154111553 ) ,
11554+ terc20 (
11555+ '8c6b3e4f-5a23-41f0-8458-381a0a294b5e' ,
11556+ 'hdterc2dp' ,
11557+ 'TERC2DP' ,
11558+ 2 ,
11559+ '0xcd161560612b039663e54679601defbe6b1cfffb' ,
11560+ UnderlyingAsset . HDTERC2DP ,
11561+ undefined ,
11562+ undefined ,
11563+ undefined ,
11564+ Networks . test . hoodi
11565+ ) ,
1154211566 terc20 (
1154311567 'f49e8632-7cd9-4e0b-a576-7e9cd12bcf82' ,
1154411568 'topm' ,
You can’t perform that action at this time.
0 commit comments