Skip to content

Commit dc7e06d

Browse files
authored
Merge pull request #7015 from BitGo/win-7132-v2
feat(statics): add ETH:REKT token
2 parents 2ddbd0a + ff8bde5 commit dc7e06d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,6 +3147,7 @@ export enum UnderlyingAsset {
31473147
'eth:zrc' = 'eth:zrc',
31483148
'eth:open' = 'eth:open',
31493149
'eth:mbg' = 'eth:mbg',
3150+
'eth:rekt' = 'eth:rekt',
31503151

31513152
// ADA testnet tokens
31523153
'tada:water' = 'tada:water',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11616,6 +11616,14 @@ export const erc20Coins = [
1161611616
'0x45e02bc2875a2914c4f585bbf92a6f28bc07cb70',
1161711617
UnderlyingAsset['eth:mbg']
1161811618
),
11619+
erc20(
11620+
'e2650199-e114-4abd-9086-46d77ee1ee0f',
11621+
'eth:rekt',
11622+
'Rekt',
11623+
18,
11624+
'0xdd3b11ef34cd511a2da159034a05fcb94d806686',
11625+
UnderlyingAsset['eth:rekt']
11626+
),
1161911627
terc20(
1162011628
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1162111629
'fixed',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3596,6 +3596,7 @@ export const ofcErc20Coins = [
35963596
18,
35973597
underlyingAssetForSymbol('eth:mbg')
35983598
),
3599+
ofcerc20('c2b381d1-795f-4c27-bc3a-322757dd7938', 'ofceth:rekt', 'Rekt', 18, underlyingAssetForSymbol('eth:rekt')),
35993600
];
36003601

36013602
export const tOfcErc20Coins = [

0 commit comments

Comments
 (0)