@@ -726,6 +726,14 @@ export const ofcCoins = [
726726 ofcsolToken ( '56b9f9c2-1a6a-4d79-aad2-2e418c3b52e0' , 'ofcsol:ausd' , 'Agora Dollar' , 6 , UnderlyingAsset [ 'sol:ausd' ] , [
727727 CoinFeature . STABLECOIN ,
728728 ] ) ,
729+ ofcsolToken (
730+ '2ad7fab3-71f1-4201-8c6d-16ef57f012b7' ,
731+ 'ofcsol:usdc.a' ,
732+ 'USDC.a Bridged ART20' ,
733+ 6 ,
734+ UnderlyingAsset [ 'sol:usdc.a' ] ,
735+ [ ...SOL_TOKEN_FEATURES , CoinFeature . STABLECOIN ]
736+ ) ,
729737 ofcsolToken (
730738 'c382f3cc-c071-4ef5-89ac-bcb85d8d415f' ,
731739 'ofcsol:wec' ,
@@ -2030,6 +2038,13 @@ export const ofcCoins = [
20302038 ) ,
20312039 ofcAvaxErc20 ( '9fb77e47-8916-4dcb-ac10-e11fa07172fb' , 'ofcavaxc:nxpc' , 'NEXPACE' , 18 , UnderlyingAsset [ 'avaxc:nxpc' ] ) ,
20322040 ofcOpethErc20 ( '10259b23-2e2e-4574-b146-b49f1119600f' , 'ofcopeth:op' , 'Optimism' , 18 , UnderlyingAsset [ 'opeth:op' ] ) ,
2041+ ofcOpethErc20 (
2042+ '550edf0d-1617-404e-bdab-931e98f37326' ,
2043+ 'ofcopeth:perp' ,
2044+ 'Perpetual Protocol' ,
2045+ 18 ,
2046+ UnderlyingAsset [ 'opeth:perp' ]
2047+ ) ,
20332048 ofcOpethErc20 (
20342049 'a6087e85-6c4a-40c5-83f0-3ebeabd8e39b' ,
20352050 'ofcopeth:spxux' ,
@@ -3907,6 +3922,14 @@ export const ofcCoins = [
39073922 UnderlyingAsset [ 'arbeth:next' ]
39083923 ) ,
39093924 // New SOL OFC tokens
3925+ ofcsolToken (
3926+ '68a1c4e8-9a22-4177-9fae-d0356f245a85' ,
3927+ 'ofcsol:agri' ,
3928+ 'AgriDex' ,
3929+ 6 ,
3930+ UnderlyingAsset [ 'sol:agri' ] ,
3931+ SOL_TOKEN_FEATURES
3932+ ) ,
39103933 ofcsolToken ( '0ce490e5-fba4-4f50-b059-598c151482f0' , 'ofcsol:prcl' , 'Parcl' , 6 , UnderlyingAsset [ 'sol:prcl' ] ) ,
39113934 ofcsolToken ( 'ddba6928-8700-4435-8970-0e75acae7025' , 'ofcsol:asp' , 'Aspecta' , 9 , UnderlyingAsset [ 'sol:asp' ] ) ,
39123935 ofcsolToken (
0 commit comments