@@ -339,7 +339,14 @@ export const ofcCoins = [
339339 UnderlyingAsset . POLYX ,
340340 CoinKind . CRYPTO
341341 ) ,
342- ofc ( '77661a48-865f-48ea-bb73-875744729a69' , 'ofcbera:dolo' , 'Dolomite' , 18 , UnderlyingAsset . BERA , CoinKind . CRYPTO ) ,
342+ ofc (
343+ '77661a48-865f-48ea-bb73-875744729a69' ,
344+ 'ofcbera:dolo' ,
345+ 'Dolomite' ,
346+ 18 ,
347+ UnderlyingAsset [ 'bera:dolo' ] ,
348+ CoinKind . CRYPTO
349+ ) ,
343350 ofc ( '411fd61a-3571-41f4-b632-6058a30a66a2' , 'ofcapt' , 'Aptos' , 8 , UnderlyingAsset . APT , CoinKind . CRYPTO ) ,
344351 ofc ( '2fee34a2-cfb8-4882-953a-ac02f2c1577d' , 'ofcvet' , 'VeChain' , 18 , UnderlyingAsset . VET , CoinKind . CRYPTO ) ,
345352 ofc ( '195cfca5-2a3e-4581-b47c-5582fe9bcf25' , 'ofccanton' , 'Canton Coin' , 10 , UnderlyingAsset . CANTON , CoinKind . CRYPTO ) ,
@@ -1306,7 +1313,7 @@ export const ofcCoins = [
13061313 'ofcsol:glxy' ,
13071314 'Galaxy Digital Inc. Class A Common Stock' ,
13081315 6 ,
1309- UnderlyingAsset [ 'sol:ford ' ] ,
1316+ UnderlyingAsset [ 'sol:glxy ' ] ,
13101317 SOL_TOKEN_FEATURES
13111318 ) ,
13121319
@@ -1787,7 +1794,7 @@ export const ofcCoins = [
17871794 'ofcavaxc:usdc-e' ,
17881795 'USD Coin' ,
17891796 6 ,
1790- UnderlyingAsset [ 'avaxc:usdc' ] ,
1797+ UnderlyingAsset [ 'avaxc:usdc-e ' ] ,
17911798 undefined ,
17921799 [ CoinFeature . STABLECOIN ]
17931800 ) ,
@@ -1805,7 +1812,7 @@ export const ofcCoins = [
18051812 'ofcavaxc:usdt-e' ,
18061813 'Tether USD' ,
18071814 6 ,
1808- UnderlyingAsset [ 'avaxc:usdt' ] ,
1815+ UnderlyingAsset [ 'avaxc:usdt-e ' ] ,
18091816 undefined ,
18101817 [ CoinFeature . STABLECOIN ]
18111818 ) ,
@@ -3346,7 +3353,7 @@ export const ofcCoins = [
33463353 'ofchbar:usdc' ,
33473354 'Mainnet Hedera USD Coin' ,
33483355 6 ,
3349- UnderlyingAsset . USDC ,
3356+ UnderlyingAsset [ 'hbar:usdc' ] ,
33503357 undefined ,
33513358 [ CoinFeature . STABLECOIN ]
33523359 ) ,
0 commit comments