Skip to content

Commit f9ddb3d

Browse files
committed
chore(statics): add megaeth mainnet tokens
TICKET: WIN-8346
1 parent f8fb3dc commit f9ddb3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4684,6 +4684,22 @@ export const tOfcErc20Coins = [
46844684

46854685
// Story Network tokens
46864686
ofcerc20('452cc4f6-3c77-4193-a572-4b0d0f838c3c', 'ofcip:aria', 'Aria', 18, underlyingAssetForSymbol('ip:aria')),
4687+
4688+
// MegaEth Network tokens
4689+
ofcerc20(
4690+
'65df2f65-bb7a-4485-b725-a5fb2e6cd281',
4691+
'ofcmegaeth:mega',
4692+
'Mega',
4693+
18,
4694+
underlyingAssetForSymbol('megaeth:mega')
4695+
),
4696+
ofcerc20(
4697+
'7bcafa71-a2f3-4a9e-98e2-4d3f655281f8',
4698+
'ofcmegaeth:weth',
4699+
'Wrapped Ether',
4700+
18,
4701+
underlyingAssetForSymbol('megaeth:weth')
4702+
),
46874703
];
46884704

46894705
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)