Skip to content

Commit 2d778e1

Browse files
Merge pull request #7788 from BitGo/revert-7757-WIN-8356
Revert "feat: add support for OG TOG token in ERC20 and OFC token lists"
2 parents f1c1244 + eaa54df commit 2d778e1

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

modules/statics/src/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,6 @@ export enum UnderlyingAsset {
11321132
'tsol:gari' = 'tsol:gari',
11331133
'tsol:t22mint' = 'tsol:t22mint',
11341134
'tsol:t1test' = 'tsol:t1test',
1135-
'tog:tog' = 'tog:tog',
11361135
GAS = 'gas',
11371136
GATE = 'gate',
11381137
GBPT = 'gbpt',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14195,12 +14195,4 @@ export const erc20Coins = [
1419514195
'0x4d1c297d39c5c1277964d0e3f8aa901493664530',
1419614196
UnderlyingAsset['eth:puffer']
1419714197
),
14198-
terc20(
14199-
'8eb8a6c5-45cd-43ef-a804-327bcb95b5f4',
14200-
'tog:tog',
14201-
'Testnet OG TOG',
14202-
6,
14203-
'0x233fd9435ddaf83fbb548f7e360ce34d0ed1eb9a',
14204-
UnderlyingAsset['tog:tog']
14205-
),
1420614198
];

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4685,7 +4685,6 @@ export const tOfcErc20Coins = [
46854685

46864686
// Story Network tokens
46874687
ofcerc20('452cc4f6-3c77-4193-a572-4b0d0f838c3c', 'ofcip:aria', 'Aria', 18, underlyingAssetForSymbol('ip:aria')),
4688-
tofcerc20('0f1c9dc6-183c-4b11-8614-5f28406193c7', 'ofctog:TOG', 'OG TOG', 6, underlyingAssetForSymbol('tog:tog')),
46894688
];
46904689

46914690
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)