Skip to content

Commit 164ddf6

Browse files
authored
Merge pull request #6572 from BitGo/WIN-6409
feat(statics): add new eth tokens
2 parents 887aa68 + 6996038 commit 164ddf6

File tree

3 files changed

+173
-0
lines changed

3 files changed

+173
-0
lines changed

modules/statics/src/base.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,17 @@ export enum UnderlyingAsset {
29032903
// COSMOS testnet tokens
29042904
'thash:ylds' = 'thash:ylds',
29052905

2906+
'eth:0x0' = 'eth:0x0',
2907+
'eth:vvs' = 'eth:vvs',
2908+
'eth:bmc' = 'eth:bmc',
2909+
'eth:pro' = 'eth:pro',
2910+
'eth:prime' = 'eth:prime',
2911+
'eth:pokt' = 'eth:pokt',
2912+
'eth:lon' = 'eth:lon',
2913+
'eth:rlb' = 'eth:rlb',
2914+
'eth:neiro2' = 'eth:neiro2',
2915+
'eth:sign' = 'eth:sign',
2916+
29062917
// fiats
29072918
AED = 'aed',
29082919
EUR = 'eur',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11006,6 +11006,88 @@ export const erc20Coins = [
1100611006
'0xe7c6bf469e97eeb0bfb74c8dbff5bd47d4c1c98a',
1100711007
UnderlyingAsset['eth:hsk']
1100811008
),
11009+
11010+
erc20(
11011+
'e9f861f1-90db-43a1-a148-bedb8c1da99f',
11012+
'ETH:0X0',
11013+
'0x0.ai',
11014+
9,
11015+
'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5',
11016+
UnderlyingAsset['eth:0x0']
11017+
),
11018+
erc20(
11019+
'7839148f-7b3b-4926-a9d4-bdfe2e009abc',
11020+
'ETH:VVS',
11021+
'VVS',
11022+
18,
11023+
'0x839e71613f9aa06e5701cf6de63e303616b0dde3',
11024+
UnderlyingAsset['eth:vvs']
11025+
),
11026+
erc20(
11027+
'395f00e4-aaf8-4a4b-8fa1-54dfd7543951',
11028+
'ETH:BMC',
11029+
'BitMart Token',
11030+
18,
11031+
'0x986ee2b944c42d017f52af21c4c69b84dbea35d8',
11032+
UnderlyingAsset['eth:bmc']
11033+
),
11034+
erc20(
11035+
'28beb513-7190-4dd3-b73f-32289d07de23',
11036+
'ETH:PRO',
11037+
'Propy',
11038+
8,
11039+
'0x226bb599a12c826476e3a771454697ea52e9e220',
11040+
UnderlyingAsset['eth:pro']
11041+
),
11042+
erc20(
11043+
'b447f1db-9f57-4b7d-b372-2abcb0db873b',
11044+
'ETH:PRIME',
11045+
'Echelon Prime',
11046+
18,
11047+
'0xb23d80f5fefcddaa212212f028021b41ded428cf',
11048+
UnderlyingAsset['eth:prime']
11049+
),
11050+
erc20(
11051+
'356456e1-5b20-4f77-bfb5-799f78af4225',
11052+
'ETH:POKT',
11053+
'Pocket Network',
11054+
6,
11055+
'0x764a726d9ced0433a8d7643335919deb03a9a935',
11056+
UnderlyingAsset['eth:pokt']
11057+
),
11058+
erc20(
11059+
'648bf099-cefc-4ed3-9af8-14feecc89503',
11060+
'ETH:LON',
11061+
'Tokenlon Network',
11062+
18,
11063+
'0x0000000000095413afc295d19edeb1ad7b71c952',
11064+
UnderlyingAsset['eth:lon']
11065+
),
11066+
erc20(
11067+
'e691dbd8-840b-4ef1-8745-29f83fe091fb',
11068+
'ETH:RLB',
11069+
'Rollbit Coin',
11070+
18,
11071+
'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d',
11072+
UnderlyingAsset['eth:rlb']
11073+
),
11074+
erc20(
11075+
'5ef3ded1-1a49-45f6-80a5-7e4a6f397bcf',
11076+
'ETH:NEIRO2',
11077+
'Neiro Ethereum',
11078+
9,
11079+
'0xee2a03aa6dacf51c18679c516ad5283d8e7c2637',
11080+
UnderlyingAsset['eth:neiro2']
11081+
),
11082+
erc20(
11083+
'3af75d75-0d80-4490-a92d-a52f0285fbfc',
11084+
'ETH:SIGN',
11085+
'Sign',
11086+
18,
11087+
'0x868fced65edbf0056c4163515dd840e9f287a4c3',
11088+
UnderlyingAsset['eth:sign']
11089+
),
11090+
1100911091
terc20(
1101011092
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1101111093
'fixed',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,86 @@ export const tOfcErc20Coins = [
35543554
undefined,
35553555
'hteth'
35563556
),
3557+
3558+
ofcerc20(
3559+
'cc2a92cf-d799-463b-b08c-e9a4d5e87934',
3560+
'ofceth:0x0',
3561+
'Wrapped 0x0.ai',
3562+
9,
3563+
underlyingAssetForSymbol('eth:0x0')
3564+
),
3565+
3566+
ofcerc20(
3567+
'007227e5-8762-4f9c-b152-85caf62e34a7',
3568+
'ofceth:vvs',
3569+
'Wrapped VVS',
3570+
18,
3571+
underlyingAssetForSymbol('eth:vvs')
3572+
),
3573+
3574+
ofcerc20(
3575+
'8361c3bb-fc4e-4a67-8f3e-a2670312593c',
3576+
'ofceth:bmc',
3577+
'Wrapped BitMart Token',
3578+
18,
3579+
underlyingAssetForSymbol('eth:bmc')
3580+
),
3581+
3582+
ofcerc20(
3583+
'3aa503a5-d559-4b87-b6b9-defc277e8e33',
3584+
'ofceth:pro',
3585+
'Wrapped Propy',
3586+
8,
3587+
underlyingAssetForSymbol('eth:pro')
3588+
),
3589+
3590+
ofcerc20(
3591+
'8865c4a5-a4a6-4256-b0a0-71e0fb25ee32',
3592+
'ofceth:prime',
3593+
'Wrapped Echelon Prime',
3594+
18,
3595+
underlyingAssetForSymbol('eth:prime')
3596+
),
3597+
3598+
ofcerc20(
3599+
'2c4ec5c2-9403-486d-b389-c2d034650653',
3600+
'ofceth:pokt',
3601+
'Wrapped Pocket Network',
3602+
6,
3603+
underlyingAssetForSymbol('eth:pokt')
3604+
),
3605+
3606+
ofcerc20(
3607+
'de8fe485-c227-4ee3-a7c4-09ddea2ee81b',
3608+
'ofceth:lon',
3609+
'Wrapped Tokenlon Network',
3610+
18,
3611+
underlyingAssetForSymbol('eth:lon')
3612+
),
3613+
3614+
ofcerc20(
3615+
'5397b444-803e-4344-9556-c8ab5305994e',
3616+
'ofceth:rlb',
3617+
'Wrapped Rollbit Coin',
3618+
18,
3619+
underlyingAssetForSymbol('eth:rlb')
3620+
),
3621+
3622+
ofcerc20(
3623+
'6e606723-cf78-4a5c-90c0-c1925dc88094',
3624+
'ofceth:neiro2',
3625+
'Wrapped Neiro Ethereum',
3626+
9,
3627+
underlyingAssetForSymbol('eth:neiro2')
3628+
),
3629+
3630+
ofcerc20(
3631+
'20011fd9-162a-4534-b4be-f0088f4b51a0',
3632+
'ofceth:sign',
3633+
'Wrapped Sign',
3634+
18,
3635+
underlyingAssetForSymbol('eth:sign')
3636+
),
35573637
];
35583638

35593639
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)