Skip to content

Commit 3d875ec

Browse files
authored
Merge pull request #6636 from BitGo/coin-5137
fix: correct eth tokens names to lowercase
2 parents 3b0f302 + 7fdb3c2 commit 3d875ec

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11009,85 +11009,84 @@ export const erc20Coins = [
1100911009

1101011010
erc20(
1101111011
'e9f861f1-90db-43a1-a148-bedb8c1da99f',
11012-
'ETH:0X0',
11012+
'eth:0x0',
1101311013
'0x0.ai',
1101411014
9,
1101511015
'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5',
1101611016
UnderlyingAsset['eth:0x0']
1101711017
),
1101811018
erc20(
1101911019
'7839148f-7b3b-4926-a9d4-bdfe2e009abc',
11020-
'ETH:VVS',
11020+
'eth:vvs',
1102111021
'VVS',
1102211022
18,
1102311023
'0x839e71613f9aa06e5701cf6de63e303616b0dde3',
1102411024
UnderlyingAsset['eth:vvs']
1102511025
),
1102611026
erc20(
1102711027
'a59b4f14-248b-4556-9975-93a2fe14ab58',
11028-
'ETH:BMX',
11028+
'eth:bmx',
1102911029
'BitMart Token',
1103011030
18,
1103111031
'0x986ee2b944c42d017f52af21c4c69b84dbea35d8',
1103211032
UnderlyingAsset['eth:bmx']
1103311033
),
1103411034
erc20(
1103511035
'28beb513-7190-4dd3-b73f-32289d07de23',
11036-
'ETH:PRO',
11036+
'eth:pro',
1103711037
'Propy',
1103811038
8,
1103911039
'0x226bb599a12c826476e3a771454697ea52e9e220',
1104011040
UnderlyingAsset['eth:pro']
1104111041
),
1104211042
erc20(
1104311043
'b447f1db-9f57-4b7d-b372-2abcb0db873b',
11044-
'ETH:PRIME',
11044+
'eth:prime',
1104511045
'Echelon Prime',
1104611046
18,
1104711047
'0xb23d80f5fefcddaa212212f028021b41ded428cf',
1104811048
UnderlyingAsset['eth:prime']
1104911049
),
1105011050
erc20(
1105111051
'356456e1-5b20-4f77-bfb5-799f78af4225',
11052-
'ETH:POKT',
11052+
'eth:pokt',
1105311053
'Pocket Network',
1105411054
6,
1105511055
'0x764a726d9ced0433a8d7643335919deb03a9a935',
1105611056
UnderlyingAsset['eth:pokt']
1105711057
),
1105811058
erc20(
1105911059
'648bf099-cefc-4ed3-9af8-14feecc89503',
11060-
'ETH:LON',
11060+
'eth:lon',
1106111061
'Tokenlon Network',
1106211062
18,
1106311063
'0x0000000000095413afc295d19edeb1ad7b71c952',
1106411064
UnderlyingAsset['eth:lon']
1106511065
),
1106611066
erc20(
1106711067
'e691dbd8-840b-4ef1-8745-29f83fe091fb',
11068-
'ETH:RLB',
11068+
'eth:rlb',
1106911069
'Rollbit Coin',
1107011070
18,
1107111071
'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d',
1107211072
UnderlyingAsset['eth:rlb']
1107311073
),
1107411074
erc20(
1107511075
'5ef3ded1-1a49-45f6-80a5-7e4a6f397bcf',
11076-
'ETH:NEIRO2',
11076+
'eth:neiro2',
1107711077
'Neiro Ethereum',
1107811078
9,
1107911079
'0xee2a03aa6dacf51c18679c516ad5283d8e7c2637',
1108011080
UnderlyingAsset['eth:neiro2']
1108111081
),
1108211082
erc20(
1108311083
'3af75d75-0d80-4490-a92d-a52f0285fbfc',
11084-
'ETH:SIGN',
11084+
'eth:sign',
1108511085
'Sign',
1108611086
18,
1108711087
'0x868fced65edbf0056c4163515dd840e9f287a4c3',
1108811088
UnderlyingAsset['eth:sign']
1108911089
),
11090-
1109111090
erc20(
1109211091
'4deb5f7f-12de-4ffa-9d91-6703c11e1c9c',
1109311092
'eth:rog',

0 commit comments

Comments
 (0)