Skip to content

Commit 670e6a9

Browse files
authored
Merge pull request #6349 from BitGo/COIN-4644-go-account-cosmos-batch
feat(statics): add go account support for cosmos batch
2 parents 961d2bd + a5f48dc commit 670e6a9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export const ofcCoins = [
7878
),
7979
ofc('140ac16e-e39a-49d0-ae69-60019ff35727', 'ofcbld', 'Agoric', 6, UnderlyingAsset.BLD, CoinKind.CRYPTO),
8080
ofc('8b4f4051-b447-479b-bc3e-88e30a496599', 'ofcbaby', 'Babylon', 6, UnderlyingAsset.BABY, CoinKind.CRYPTO),
81+
ofc('74cc3b48-25be-4477-8782-cbb1ea070eab', 'ofccronos', 'Cronos POS', 8, UnderlyingAsset.CRONOS, CoinKind.CRYPTO),
82+
ofc('273f9166-b72d-420f-bc10-61a36e27b909', 'ofcinitia', 'Initia', 6, UnderlyingAsset.INITIA, CoinKind.CRYPTO),
83+
ofc('c4f6ac74-dc03-47bd-bb47-f2008b414ea2', 'ofcasi', 'Fetch Native', 18, UnderlyingAsset.ASI, CoinKind.CRYPTO),
8184
ofc('220b2568-e996-40d1-af2c-fc4f79019069', 'ofctia', 'Celestia', 6, UnderlyingAsset.TIA, CoinKind.CRYPTO),
8285
ofc('3ad9a2e0-a8f4-4673-9177-35e855929eb6', 'ofcatom', 'Cosmos Hub ATOM', 6, UnderlyingAsset.ATOM, CoinKind.CRYPTO),
8386
ofc(
@@ -305,6 +308,30 @@ export const ofcCoins = [
305308
CoinKind.CRYPTO
306309
),
307310
tofc('db429b06-c128-461e-9401-0e9d96fe500f', 'ofctbaby', 'Testnet Babylon', 6, UnderlyingAsset.BABY, CoinKind.CRYPTO),
311+
tofc(
312+
'c1c90357-1026-4fc1-b465-05abe0232036',
313+
'ofctcronos',
314+
'Testnet Cronos POS',
315+
8,
316+
UnderlyingAsset.CRONOS,
317+
CoinKind.CRYPTO
318+
),
319+
tofc(
320+
'42806be8-d72b-4264-a2de-58f11ecd4d55',
321+
'ofctinitia',
322+
'Testnet Initia',
323+
6,
324+
UnderlyingAsset.INITIA,
325+
CoinKind.CRYPTO
326+
),
327+
tofc(
328+
'f5ebd705-596d-4218-8c74-1a0d7058f111',
329+
'ofctasi',
330+
'Testnet Fetch Native',
331+
18,
332+
UnderlyingAsset.ASI,
333+
CoinKind.CRYPTO
334+
),
308335
tofc(
309336
'3b0f5716-94c3-4c5b-be70-cfd08b2f1fdf',
310337
'ofctinjective',

0 commit comments

Comments
 (0)