Skip to content

Commit 7730e06

Browse files
feat(statics): add go account support for canton
TICKET: COIN-6578
1 parent b3fa864 commit 7730e06

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
@@ -342,7 +342,16 @@ export const ofcCoins = [
342342
ofc('77661a48-865f-48ea-bb73-875744729a69', 'ofcbera:dolo', 'Dolomite', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
343343
ofc('411fd61a-3571-41f4-b632-6058a30a66a2', 'ofcapt', 'Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),
344344
ofc('2fee34a2-cfb8-4882-953a-ac02f2c1577d', 'ofcvet', 'VeChain', 18, UnderlyingAsset.VET, CoinKind.CRYPTO),
345+
ofc('195cfca5-2a3e-4581-b47c-5582fe9bcf25', 'ofccanton', 'Canton Coin', 10, UnderlyingAsset.CANTON, CoinKind.CRYPTO),
345346
tofc('49ee4baa-a5a7-47f1-b660-7031be7ef310', 'ofctvet', 'Testnet VeChain', 18, UnderlyingAsset.VET, CoinKind.CRYPTO),
347+
tofc(
348+
'd820be2d-971b-4fb9-8978-707814d97889',
349+
'ofctcanton',
350+
'Testnet Canton Coin',
351+
10,
352+
UnderlyingAsset.CANTON,
353+
CoinKind.CRYPTO
354+
),
346355
tofc('6677edac-c597-43ca-b8ff-6cdfa4e094a3', 'ofctapt', 'Testnet Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),
347356
tofc('81bd0c13-6531-42b9-a58a-b1e65d239f6f', 'ofctoas', 'Testnet oaschain', 18, UnderlyingAsset.OAS, CoinKind.CRYPTO),
348357
tofc(

0 commit comments

Comments
 (0)