Skip to content

Commit d851155

Browse files
committed
feat: add ofc statics for plume, kavaevm, and flow
Ticket: WIN-7484
1 parent 0e01899 commit d851155

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,26 @@ export const ofcCoins = [
260260
),
261261
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
262262
tofc('773b02f6-32ea-493a-bca5-13d93cb0afff', 'ofctip', 'Story Testnet', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
263+
ofc('c5015165-6ae4-4925-bd3f-4b767feba2f9', 'ofcplume', 'Plume', 18, UnderlyingAsset.PLUME, CoinKind.CRYPTO),
264+
tofc(
265+
'7b81e4fb-0ca7-4626-8f0f-0ab36239a35f',
266+
'ofctplume',
267+
'Testnet Plume',
268+
18,
269+
UnderlyingAsset.PLUME,
270+
CoinKind.CRYPTO
271+
),
272+
ofc('a2b12493-d00d-4d0d-a109-55308f668e1f', 'ofckavaevm', 'Kava EVM', 18, UnderlyingAsset.KAVAEVM, CoinKind.CRYPTO),
273+
tofc(
274+
'8445d703-a302-49c3-9a43-a8ef06f3346f',
275+
'ofctkavaevm',
276+
'Testnet Kava EVM',
277+
18,
278+
UnderlyingAsset.KAVAEVM,
279+
CoinKind.CRYPTO
280+
),
281+
ofc('06f28a2c-8a52-41d8-a404-e8e82e81bea5', 'ofcflow', 'Flow', 18, UnderlyingAsset.FLOW, CoinKind.CRYPTO),
282+
tofc('3c964b1b-4ace-4730-a307-4a9d90d98f6d', 'ofctflow', 'Testnet Flow', 18, UnderlyingAsset.FLOW, CoinKind.CRYPTO),
263283
ofc('32b87bea-ba5f-4cab-9516-647b1fba9ea2', 'ofcxpl', 'Plasma', 18, UnderlyingAsset.XPL, CoinKind.CRYPTO),
264284
tofc('7783b655-1d01-4c99-b35f-1525d9a1d191', 'ofctxpl', 'Plasma Testnet', 18, UnderlyingAsset.XPL, CoinKind.CRYPTO),
265285
ofc('1876cf96-a0b7-4b7b-9024-6bd89df9814b', 'ofcflr', 'Flare', 18, UnderlyingAsset.FLR, CoinKind.CRYPTO),

0 commit comments

Comments
 (0)