Skip to content

Commit ac19cf6

Browse files
committed
feat(statics): add go account support for mantra
TICKET: COIN-5949
1 parent 5d51345 commit ac19cf6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const ofcCoins = [
9090
ofc('74cc3b48-25be-4477-8782-cbb1ea070eab', 'ofccronos', 'Cronos POS', 8, UnderlyingAsset.CRONOS, CoinKind.CRYPTO),
9191
ofc('273f9166-b72d-420f-bc10-61a36e27b909', 'ofcinitia', 'Initia', 6, UnderlyingAsset.INITIA, CoinKind.CRYPTO),
9292
ofc('c4f6ac74-dc03-47bd-bb47-f2008b414ea2', 'ofcasi', 'Fetch Native', 18, UnderlyingAsset.ASI, CoinKind.CRYPTO),
93+
ofc('94b17da0-9c6f-40d9-a39b-432f562f4c03', 'ofcmantra', 'Mantra', 6, UnderlyingAsset.MANTRA, CoinKind.CRYPTO),
9394
ofc('220b2568-e996-40d1-af2c-fc4f79019069', 'ofctia', 'Celestia', 6, UnderlyingAsset.TIA, CoinKind.CRYPTO),
9495
ofc('3ad9a2e0-a8f4-4673-9177-35e855929eb6', 'ofcatom', 'Cosmos Hub ATOM', 6, UnderlyingAsset.ATOM, CoinKind.CRYPTO),
9596
ofc(
@@ -462,6 +463,14 @@ export const ofcCoins = [
462463
UnderlyingAsset.ASI,
463464
CoinKind.CRYPTO
464465
),
466+
tofc(
467+
'9c00ffaf-6c79-4e2d-b648-d50d53ca84b3',
468+
'ofctmantra',
469+
'Testnet Mantra',
470+
6,
471+
UnderlyingAsset.MANTRA,
472+
CoinKind.CRYPTO
473+
),
465474
tofc(
466475
'3b0f5716-94c3-4c5b-be70-cfd08b2f1fdf',
467476
'ofctinjective',

0 commit comments

Comments
 (0)