Skip to content

Commit 80f9671

Browse files
feat: add ofc assets for dogeos and morph
WIN-8082 TICKET: WIN-8082
1 parent f0c94d5 commit 80f9671

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,24 @@ export const ofcCoins = [
279279
UnderlyingAsset.JOVAYETH,
280280
CoinKind.CRYPTO
281281
),
282+
ofc('23b2e642-8ede-4c6e-a4e3-5355580d062f', 'ofcdogeos', 'DogeOS', 18, UnderlyingAsset.DOGEOS, CoinKind.CRYPTO),
283+
tofc(
284+
'87d11da0-1a78-4942-a5d6-e6f6568f0867',
285+
'ofctdogeos',
286+
'DogeOS Testnet',
287+
18,
288+
UnderlyingAsset.DOGEOS,
289+
CoinKind.CRYPTO
290+
),
291+
ofc('a8f87aeb-2a87-40c6-bd04-93101f1de515', 'ofcmorph', 'Morph', 18, UnderlyingAsset.DOGEOS, CoinKind.CRYPTO),
292+
tofc(
293+
'dfaa5fc9-c40b-4215-804a-7f536fa29133',
294+
'ofctmorph',
295+
'Morph Testnet',
296+
18,
297+
UnderlyingAsset.MORPH,
298+
CoinKind.CRYPTO
299+
),
282300
ofc('dc733b2f-92bf-49d3-9f5d-9774e1637f0f', 'ofcokb', 'X Layer', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
283301
tofc('98460a7d-0677-4dbd-934e-fbb0e9c5f8cc', 'ofctokb', 'X Layer Testnet', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
284302
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),

0 commit comments

Comments
 (0)