Skip to content

Commit f9a4482

Browse files
feat: add support for OG USDC in ERC20 and OFC token lists
WIN-8356 TICKET: WIN-8356
1 parent d6d1cce commit f9a4482

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:usdc' = 'tog:usdc',
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
@@ -14187,4 +14187,12 @@ export const erc20Coins = [
1418714187
'0x4d1c297d39c5c1277964d0e3f8aa901493664530',
1418814188
UnderlyingAsset['eth:puffer']
1418914189
),
14190+
terc20(
14191+
'8eb8a6c5-45cd-43ef-a804-327bcb95b5f4',
14192+
'tog:usdc',
14193+
'Testnet OG USDC',
14194+
6,
14195+
'0x96f7c32232e60c89f1aef5bf1fc0a1695f67c483',
14196+
UnderlyingAsset['tog:usdc']
14197+
),
1419014198
];

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4684,6 +4684,7 @@ export const tOfcErc20Coins = [
46844684

46854685
// Story Network tokens
46864686
ofcerc20('452cc4f6-3c77-4193-a572-4b0d0f838c3c', 'ofcip:aria', 'Aria', 18, underlyingAssetForSymbol('ip:aria')),
4687+
tofcerc20('0f1c9dc6-183c-4b11-8614-5f28406193c7', 'ofctog:usdc', 'OG USDC', 6, underlyingAssetForSymbol('tog:usdc')),
46874688
];
46884689

46894690
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)