Skip to content

Commit c904a16

Browse files
Merge pull request #6135 from BitGo/GT_4_14_OPtokens
feat(statics): add opeth token batch
2 parents 3117fa3 + 66e3325 commit c904a16

File tree

4 files changed

+204
-0
lines changed

4 files changed

+204
-0
lines changed

modules/statics/src/base.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,18 @@ export enum UnderlyingAsset {
24062406
'opeth:wld' = 'opeth:wld',
24072407
'opeth:wct' = 'opeth:wct',
24082408
'opeth:spxux' = 'opeth:spxux',
2409+
'opeth:flttx' = 'opeth:flttx',
2410+
'opeth:wtsix' = 'opeth:wtsix',
2411+
'opeth:modrx' = 'opeth:modrx',
2412+
'opeth:techx' = 'opeth:techx',
2413+
'opeth:wtsyx' = 'opeth:wtsyx',
2414+
'opeth:wtlgx' = 'opeth:wtlgx',
2415+
'opeth:wttsx' = 'opeth:wttsx',
2416+
'opeth:tipsx' = 'opeth:tipsx',
2417+
'opeth:wtstx' = 'opeth:wtstx',
2418+
'opeth:wtgxx' = 'opeth:wtgxx',
2419+
'opeth:lngvx' = 'opeth:lngvx',
2420+
'opeth:eqtyx' = 'opeth:eqtyx',
24092421

24102422
// Optimism testnet tokens
24112423
'topeth:terc18dp' = 'topeth:terc18dp',

modules/statics/src/coins.ts

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2846,6 +2846,102 @@ export const coins = CoinMap.fromCoins([
28462846
'0x1a149e21bd3e74b7018db79c988b4ba3bbc1873d',
28472847
UnderlyingAsset['opeth:spxux']
28482848
),
2849+
opethErc20(
2850+
'7427c1fe-ad4c-41a6-84c5-2666e7baa20f',
2851+
'opeth:flttx',
2852+
'WisdomTree Floating Rate Treasury Digital Fund',
2853+
18,
2854+
'0xdc8e5a4954b1b4245e910fc17c9b4e4aa407595d',
2855+
UnderlyingAsset['opeth:flttx']
2856+
),
2857+
opethErc20(
2858+
'1066c0f3-4aab-4e5c-8ca2-a52da00d7b36',
2859+
'opeth:wtsix',
2860+
'WisdomTree Short-Duration Income Digital Fund',
2861+
18,
2862+
'0x69690e156ab458901a4b71c3fc5f5b8a598b931d',
2863+
UnderlyingAsset['opeth:wtsix']
2864+
),
2865+
opethErc20(
2866+
'616f0a07-84c8-411f-9fa0-301e2ec2fa40',
2867+
'opeth:modrx',
2868+
'WisdomTree Siegel Moderate Digital Fund',
2869+
18,
2870+
'0x06ee92531ff2c8fdb5348b31b41df0f9a3a1ca97',
2871+
UnderlyingAsset['opeth:modrx']
2872+
),
2873+
opethErc20(
2874+
'31caf4ac-34e3-4da4-afef-16461632821d',
2875+
'opeth:techx',
2876+
'WisdomTree Technology & Innovation 100 Digital Fund',
2877+
18,
2878+
'0x7f259541089253a037e1367ac09beed98f1a7974',
2879+
UnderlyingAsset['opeth:techx']
2880+
),
2881+
opethErc20(
2882+
'c5ad389e-ce78-4e31-befc-3f380ba36987',
2883+
'opeth:wtsyx',
2884+
'WisdomTree Short-Term Treasury Digital Fund',
2885+
18,
2886+
'0xbe310315ef22d0eb8a91c211a7286b10d21be7fc',
2887+
UnderlyingAsset['opeth:wtsyx']
2888+
),
2889+
opethErc20(
2890+
'd668023a-aee7-4415-9aec-235c4864368b',
2891+
'opeth:wtlgx',
2892+
'WisdomTree Long Term Treasury Digital Fund',
2893+
18,
2894+
'0x449331e1f93b0dbe0d54a7ce8bb3a5585f27848a',
2895+
UnderlyingAsset['opeth:wtlgx']
2896+
),
2897+
opethErc20(
2898+
'52fcc1be-29cd-4244-b8a2-0b0a4e4be160',
2899+
'opeth:wttsx',
2900+
'WisdomTree 3-7 Year Treasury Digital Fund',
2901+
18,
2902+
'0x401e7e6558507764805a545f61c049361aa7a7cb',
2903+
UnderlyingAsset['opeth:wttsx']
2904+
),
2905+
opethErc20(
2906+
'a93b6916-2d6e-4034-9b2e-59f9da648447',
2907+
'opeth:tipsx',
2908+
'WisdomTree TIPS Digital Fund',
2909+
18,
2910+
'0xbe0917f9d9d8a97e5ee0796831e0b05a1edc8437',
2911+
UnderlyingAsset['opeth:tipsx']
2912+
),
2913+
opethErc20(
2914+
'ceb36c00-87b1-4617-8380-a744bbf21dea',
2915+
'opeth:wtstx',
2916+
'WisdomTree 7-10 Year Treasury Digital Fund',
2917+
18,
2918+
'0x15f0fb408097ce442482a127edc23371b0201964',
2919+
UnderlyingAsset['opeth:wtstx']
2920+
),
2921+
opethErc20(
2922+
'669694f3-94ed-43da-a35a-cb03a721e9da',
2923+
'opeth:wtgxx',
2924+
'WisdomTree Government Money Market Digital Fund',
2925+
18,
2926+
'0x870fd36b3bf7f5abeeea2c8d4abdf1dc4e33109d',
2927+
UnderlyingAsset['opeth:wtgxx']
2928+
),
2929+
opethErc20(
2930+
'42729d3e-e010-43a9-91ea-378565b0aa51',
2931+
'opeth:lngvx',
2932+
'WisdomTree Siegel Longevity Digital Fund',
2933+
18,
2934+
'0xf5fe77f469e598ecd2c08e5f874c206f8cfee807',
2935+
UnderlyingAsset['opeth:lngvx']
2936+
),
2937+
opethErc20(
2938+
'3b200233-f137-4b3c-80fe-16e7beb637b6',
2939+
'opeth:eqtyx',
2940+
'WisdomTree Siegel Global Equity Digital Fund',
2941+
18,
2942+
'0x8ac0d6b94ae23ad40407bc4dc16d74f09131eb48',
2943+
UnderlyingAsset['opeth:eqtyx']
2944+
),
28492945
topethErc20(
28502946
'3c06bc28-1af2-4869-a632-bd081376fb46',
28512947
'topeth:terc18dp',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,90 @@ export const ofcCoins = [
10121012
6,
10131013
UnderlyingAsset['opeth:spxux']
10141014
),
1015+
ofcOpethErc20(
1016+
'f5e5e260-d97b-462a-90b3-537b26f765dd',
1017+
'ofcopeth:flttx',
1018+
'WisdomTree Floating Rate Treasury Digital Fund',
1019+
18,
1020+
UnderlyingAsset['opeth:flttx']
1021+
),
1022+
ofcOpethErc20(
1023+
'4560eaf9-c40f-41ec-8903-092392e5cd74',
1024+
'ofcopeth:wtsix',
1025+
'WisdomTree Short-Duration Income Digital Fund',
1026+
18,
1027+
UnderlyingAsset['opeth:wtsix']
1028+
),
1029+
ofcOpethErc20(
1030+
'2a533174-f66a-455c-8d0f-952d69efc37b',
1031+
'ofcopeth:modrx',
1032+
'WisdomTree Siegel Moderate Digital Fund',
1033+
18,
1034+
UnderlyingAsset['opeth:modrx']
1035+
),
1036+
ofcOpethErc20(
1037+
'059ad416-681d-41c0-86b3-24e6d7025f8a',
1038+
'ofcopeth:techx',
1039+
'WisdomTree Technology & Innovation 100 Digital Fund',
1040+
18,
1041+
UnderlyingAsset['opeth:techx']
1042+
),
1043+
ofcOpethErc20(
1044+
'71121dfa-43cf-416d-ac41-6e3237445028',
1045+
'ofcopeth:wtsyx',
1046+
'WisdomTree Short-Term Treasury Digital Fund',
1047+
18,
1048+
UnderlyingAsset['opeth:wtsyx']
1049+
),
1050+
ofcOpethErc20(
1051+
'ea0cb88d-37d7-45e5-82dd-715b8b964b55',
1052+
'ofcopeth:wtlgx',
1053+
'WisdomTree Long Term Treasury Digital Fund',
1054+
18,
1055+
UnderlyingAsset['opeth:wtlgx']
1056+
),
1057+
ofcOpethErc20(
1058+
'3c303aea-c912-494e-93cc-23e25e99abc8',
1059+
'ofcopeth:wttsx',
1060+
'WisdomTree 3-7 Year Treasury Digital Fund',
1061+
18,
1062+
UnderlyingAsset['opeth:wttsx']
1063+
),
1064+
ofcOpethErc20(
1065+
'cf048832-0311-4341-bb78-80724fa1f222',
1066+
'ofcopeth:tipsx',
1067+
'WisdomTree TIPS Digital Fund',
1068+
18,
1069+
UnderlyingAsset['opeth:tipsx']
1070+
),
1071+
ofcOpethErc20(
1072+
'324af1d2-238e-493c-9a26-eae8297d55a1',
1073+
'ofcopeth:wtstx',
1074+
'WisdomTree 7-10 Year Treasury Digital Fund',
1075+
18,
1076+
UnderlyingAsset['opeth:wtstx']
1077+
),
1078+
ofcOpethErc20(
1079+
'578c50aa-5f5c-4d81-b141-6f11ab3d9a70',
1080+
'ofcopeth:wtgxx',
1081+
'WisdomTree Government Money Market Digital Fund',
1082+
18,
1083+
UnderlyingAsset['opeth:wtgxx']
1084+
),
1085+
ofcOpethErc20(
1086+
'7a1779b4-1811-4128-a470-d7cb43eb68e3',
1087+
'ofcopeth:lngvx',
1088+
'WisdomTree Siegel Longevity Digital Fund',
1089+
18,
1090+
UnderlyingAsset['opeth:lngvx']
1091+
),
1092+
ofcOpethErc20(
1093+
'46b0e5c9-b7ea-492a-a1f7-325993dee5a4',
1094+
'ofcopeth:eqtyx',
1095+
'WisdomTree Siegel Global Equity Digital Fund',
1096+
18,
1097+
UnderlyingAsset['opeth:eqtyx']
1098+
),
10151099
ofcBscToken('a79933f5-a9d2-4a29-a948-79313a569988', 'ofcbsc:cfx', 'BSC Conflux', 18, UnderlyingAsset['bsc:cfx']),
10161100
ofcBscToken('c6f5df09-5a21-468b-89cc-f626d02d74d0', 'ofcbsc:oort', 'OORT', 18, UnderlyingAsset['bsc:oort']),
10171101
ofcBscToken(

modules/statics/src/gatekeep.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,18 @@ export const gatekeep = [
17971797
'arbeth:wtgxx',
17981798
'arbeth:lngvx',
17991799
'arbeth:eqtyx',
1800+
'opeth:flttx',
1801+
'opeth:wtsix',
1802+
'opeth:modrx',
1803+
'opeth:techx',
1804+
'opeth:wtsyx',
1805+
'opeth:wtlgx',
1806+
'opeth:wttsx',
1807+
'opeth:tipsx',
1808+
'opeth:wtstx',
1809+
'opeth:wtgxx',
1810+
'opeth:lngvx',
1811+
'opeth:eqtyx',
18001812
'eth:spxux',
18011813
'eth:aleo',
18021814
'eth:dbusd',

0 commit comments

Comments
 (0)