Skip to content

Commit 661a078

Browse files
authored
Merge pull request #8651 from BitGo/CHALO-355
feat(statics): add OFC coins for kavacosmos and dydxcosmos Go Accounts
2 parents 4cd2194 + 5c30948 commit 661a078

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,22 @@ export const ofcCoins = [
126126
CoinKind.CRYPTO
127127
),
128128
ofc('3977b3bd-abf2-476b-9d2a-4666d3b0aa10', 'ofcosmo', 'Osmosis', 6, UnderlyingAsset.OSMO, CoinKind.CRYPTO),
129+
ofc(
130+
'd99c0388-f72c-4673-b2ec-e063df412a0b',
131+
'ofckavacosmos',
132+
'Kava Cosmos',
133+
6,
134+
UnderlyingAsset.KAVACOSMOS,
135+
CoinKind.CRYPTO
136+
),
137+
ofc(
138+
'67d3bade-7a8d-486d-8148-4d03ce7d72fa',
139+
'ofcdydxcosmos',
140+
'dYdX Cosmos',
141+
18,
142+
UnderlyingAsset.DYDXCOSMOS,
143+
CoinKind.CRYPTO
144+
),
129145
ofc('5958e6e9-c6d7-4372-8d1d-c681f595c481', 'ofchash', 'Provenance', 9, UnderlyingAsset.HASH, CoinKind.CRYPTO),
130146
ofc('4616eb4e-9244-449c-a503-02cb2d715b2c', 'ofcsei', 'Sei', 6, UnderlyingAsset.SEI, CoinKind.CRYPTO),
131147
ofc('50a00889-47d2-44b5-8dc8-1fb3b4f47b86', 'ofczeta', 'Zeta', 18, UnderlyingAsset.ZETA, CoinKind.CRYPTO),
@@ -874,6 +890,22 @@ export const ofcCoins = [
874890
CoinKind.CRYPTO
875891
),
876892
tofc('1573da4d-15a8-4dae-9368-84ec0507e251', 'ofctosmo', 'Testnet Osmosis', 6, UnderlyingAsset.OSMO, CoinKind.CRYPTO),
893+
tofc(
894+
'0bf91684-4e28-4472-84d2-309973e3a2e8',
895+
'ofctkavacosmos',
896+
'Testnet Kava Cosmos',
897+
6,
898+
UnderlyingAsset.KAVACOSMOS,
899+
CoinKind.CRYPTO
900+
),
901+
tofc(
902+
'a08b329b-65b6-47d8-9c65-877850f784b8',
903+
'ofctdydxcosmos',
904+
'Testnet dYdX Cosmos',
905+
18,
906+
UnderlyingAsset.DYDXCOSMOS,
907+
CoinKind.CRYPTO
908+
),
877909
tofc(
878910
'4bbb64d1-6bd2-4c53-8be0-f99229362c3d',
879911
'ofcthash',

0 commit comments

Comments
 (0)