Skip to content

Commit b0de85e

Browse files
committed
feat(statics): add go account support for polyx test
TICKET: WIN-5865
1 parent 97ffb53 commit b0de85e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ export const ofcCoins = [
183183
ofc('6f1f9d82-dc02-4448-b289-84e246a921f8', 'ofcbera', 'Bera', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
184184
ofc('ecc046f9-eb9c-479d-943f-9fe0633ea212', 'ofcoas', 'oaschain', 18, UnderlyingAsset.OAS, CoinKind.CRYPTO),
185185
ofc('24c3b525-b5d3-45c0-9280-599db27c0fab', 'ofctao', 'Bittensor', 9, UnderlyingAsset.TAO, CoinKind.CRYPTO),
186+
tofc(
187+
'a1f4bfa3-c493-4f9f-bb1b-06c5f526d5b2',
188+
'ofctpolyx',
189+
'Testnet Polymesh',
190+
6,
191+
UnderlyingAsset.POLYX,
192+
CoinKind.CRYPTO
193+
),
186194
ofc('77661a48-865f-48ea-bb73-875744729a69', 'ofcbera:dolo', 'Dolomite', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
187195
ofc('411fd61a-3571-41f4-b632-6058a30a66a2', 'ofcapt', 'Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),
188196
tofc('6677edac-c597-43ca-b8ff-6cdfa4e094a3', 'ofctapt', 'Testnet Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),

0 commit comments

Comments
 (0)