Skip to content

Commit 9dfdcb1

Browse files
committed
feat(statics): add ofc support for megaeth
TICKET: WIN-8874
1 parent 410a424 commit 9dfdcb1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,15 @@ export const ofcCoins = [
290290
UnderlyingAsset.JOVAYETH,
291291
CoinKind.CRYPTO
292292
),
293+
ofc('a1b2c3d4-e5f6-7890-abcd-123456789abc', 'ofcmegaeth', 'MegaETH', 18, UnderlyingAsset.MEGAETH, CoinKind.CRYPTO),
294+
tofc(
295+
'b2c3d4e5-f678-9012-bcde-23456789abcd',
296+
'ofctmegaeth',
297+
'MegaETH Testnet',
298+
18,
299+
UnderlyingAsset.MEGAETH,
300+
CoinKind.CRYPTO
301+
),
293302
ofc('23b2e642-8ede-4c6e-a4e3-5355580d062f', 'ofcdogeos', 'DogeOS', 18, UnderlyingAsset.DOGEOS, CoinKind.CRYPTO),
294303
tofc(
295304
'87d11da0-1a78-4942-a5d6-e6f6568f0867',

0 commit comments

Comments
 (0)