@@ -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 ) ,
@@ -1309,7 +1316,7 @@ export const ofcCoins = [
13091316 'ofcsol:glxy' ,
13101317 'Galaxy Digital Inc. Class A Common Stock' ,
13111318 6 ,
1312- UnderlyingAsset [ 'sol:ford ' ] ,
1319+ UnderlyingAsset [ 'sol:glxy ' ] ,
13131320 SOL_TOKEN_FEATURES
13141321 ) ,
13151322
@@ -1805,7 +1812,7 @@ export const ofcCoins = [
18051812 'ofcavaxc:usdc-e' ,
18061813 'USD Coin' ,
18071814 6 ,
1808- UnderlyingAsset [ 'avaxc:usdc' ] ,
1815+ UnderlyingAsset [ 'avaxc:usdc-e ' ] ,
18091816 undefined ,
18101817 [ CoinFeature . STABLECOIN ]
18111818 ) ,
@@ -1823,7 +1830,7 @@ export const ofcCoins = [
18231830 'ofcavaxc:usdt-e' ,
18241831 'Tether USD' ,
18251832 6 ,
1826- UnderlyingAsset [ 'avaxc:usdt' ] ,
1833+ UnderlyingAsset [ 'avaxc:usdt-e ' ] ,
18271834 undefined ,
18281835 [ CoinFeature . STABLECOIN ]
18291836 ) ,
@@ -3364,7 +3371,7 @@ export const ofcCoins = [
33643371 'ofchbar:usdc' ,
33653372 'Mainnet Hedera USD Coin' ,
33663373 6 ,
3367- UnderlyingAsset . USDC ,
3374+ UnderlyingAsset [ 'hbar:usdc' ] ,
33683375 undefined ,
33693376 [ CoinFeature . STABLECOIN ]
33703377 ) ,
0 commit comments