Skip to content

Commit 21e7853

Browse files
Merge pull request #7757 from BitGo/WIN-8356
feat: add support for OG TOG token in ERC20 and OFC token lists
2 parents 2a91904 + da36144 commit 21e7853

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
@@ -1127,6 +1127,7 @@ export enum UnderlyingAsset {
11271127
'tsol:gari' = 'tsol:gari',
11281128
'tsol:t22mint' = 'tsol:t22mint',
11291129
'tsol:t1test' = 'tsol:t1test',
1130+
'tog:tog' = 'tog:tog',
11301131
GAS = 'gas',
11311132
GATE = 'gate',
11321133
GBPT = 'gbpt',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14195,4 +14195,12 @@ 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+
),
1419814206
];

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,6 +4685,7 @@ 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')),
46884689
];
46894690

46904691
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)