diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index f90933e10f..b1391af2b7 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -4230,6 +4230,24 @@ export const allCoinsAndTokens = [ UnderlyingAsset['baseeth:usad'], Networks.main.basechain ), + erc20Token( + '3d5d7b88-75e0-4947-a620-c4a6f643c73f', + 'baseeth:opg', + 'OpenGradient', + 18, + '0xfbc2051ae2265686a469421b2c5a2d5462fbf5eb', + UnderlyingAsset['baseeth:opg'], + Networks.main.basechain + ), + erc20Token( + '317cbbeb-4a9d-4a0a-ac6f-952e3e9c2e88', + 'baseeth:vvv', + 'Venice Token', + 18, + '0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf', + UnderlyingAsset['baseeth:vvv'], + Networks.main.basechain + ), // XDC mainnet tokens xdcErc20( @@ -4368,6 +4386,15 @@ export const allCoinsAndTokens = [ UnderlyingAsset['hypeevm:usdt0'], Networks.main.hypeevm ), + erc20Token( + 'ec72ab27-9ecb-4f63-8c79-eec103742131', + 'hypeevm:khype', + 'Kinetiq Staked HYPE', + 18, + '0xfd739d4e423301ce9385c1fb8850539d657c296d', + UnderlyingAsset['hypeevm:khype'], + Networks.main.hypeevm + ), // Story testnet tokens erc20Token( diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 5e09e748c9..0102090c73 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2957,6 +2957,8 @@ export enum UnderlyingAsset { 'bsc:hemi' = 'bsc:hemi', 'bsc:cookie' = 'bsc:cookie', 'bsc:esports' = 'bsc:esports', + 'bsc:xter' = 'bsc:xter', + 'bsc:usdau' = 'bsc:usdau', // BSC NFTs // generic NFTs @@ -3094,6 +3096,8 @@ export enum UnderlyingAsset { 'baseeth:c' = 'baseeth:c', 'baseeth:carv' = 'baseeth:carv', 'baseeth:usad' = 'baseeth:usad', + 'baseeth:opg' = 'baseeth:opg', + 'baseeth:vvv' = 'baseeth:vvv', // BaseETH testnet tokens 'tbaseeth:usdc' = 'tbaseeth:usdc', @@ -3161,6 +3165,7 @@ export enum UnderlyingAsset { 'hypeevm:hwhype' = 'hypeevm:hwhype', 'hypeevm:usdc' = 'hypeevm:usdc', 'hypeevm:usdt0' = 'hypeevm:usdt0', + 'hypeevm:khype' = 'hypeevm:khype', // Jovayeth mainnet tokens 'jovayeth:jft' = 'jovayeth:jft', @@ -3508,6 +3513,7 @@ export enum UnderlyingAsset { 'sol:kwyld-usdc' = 'sol:kwyld-usdc', 'sol:kprme-cash' = 'sol:kprme-cash', 'sol:kwyld-cash' = 'sol:kwyld-cash', + 'sol:tusdc' = 'sol:tusdc', 'tsol:txsgd' = 'sol:txsgd', 'tsol:txusd' = 'sol:txusd', @@ -3740,6 +3746,7 @@ export enum UnderlyingAsset { 'eth:mezo' = 'eth:mezo', 'eth:drv' = 'eth:drv', 'eth:prn' = 'eth:prn', + 'eth:zama' = 'eth:zama', // ADA testnet tokens 'tada:water' = 'tada:water', 'tada:tusda' = 'tada:tusda', diff --git a/modules/statics/src/coins/bscTokens.ts b/modules/statics/src/coins/bscTokens.ts index d696f32e5b..3114c617b8 100644 --- a/modules/statics/src/coins/bscTokens.ts +++ b/modules/statics/src/coins/bscTokens.ts @@ -1615,4 +1615,22 @@ export const bscTokens = [ UnderlyingAsset['bsc:esports'], BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE ), + bscToken( + '165d39a7-126a-4561-ad6b-6840259daa4a', + 'bsc:xter', + 'Xterio', + 18, + '0x103071da56e7cd95b415320760d6a0ddc4da1ca5', + UnderlyingAsset['bsc:xter'], + BSC_TOKEN_FEATURES + ), + bscToken( + 'a130b29c-9e50-4ee3-b5ee-10a089d9458a', + 'bsc:usdau', + 'USD GOLD', + 18, + '0x166a75bd1eba55d4723c84c62127123e7a73f95b', + UnderlyingAsset['bsc:usdau'], + BSC_TOKEN_FEATURES + ), ]; diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index a80a7e54d3..d17d6233af 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -14697,6 +14697,14 @@ export const erc20Coins = [ '0x0c5d9fae8670cfa0aa5f57b42ccd630c46bbe498', UnderlyingAsset['eth:prn'] ), + erc20( + 'e9ed4f70-36ff-4e0d-9705-781be1293c2b', + 'eth:zama', + 'Zama', + 18, + '0xa12cc123ba206d4031d1c7f6223d1c2ec249f4f3', + UnderlyingAsset['eth:zama'] + ), terc20( '0c333619-e5a6-4f9d-8bbc-5b0e5dc64d03', 'hteth:grtxp', diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index 49d0a4ac9a..e4544bf8cc 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -4316,6 +4316,8 @@ export const ofcCoins = [ 18, UnderlyingAsset['bsc:esports'] ), + ofcBscToken('d08948fa-0378-4736-a5ab-0b4ec9182b8a', 'ofcbsc:xter', 'Xterio', 18, UnderlyingAsset['bsc:xter']), + ofcBscToken('b73d634a-a60d-4e2d-835b-3d8a527979b1', 'ofcbsc:usdau', 'USD GOLD', 18, UnderlyingAsset['bsc:usdau']), // New Arbitrum OFC token ofcArbethErc20( 'd58490c0-07d2-4642-8af7-efa2453392e9', @@ -4453,6 +4455,14 @@ export const ofcCoins = [ 9, UnderlyingAsset['sol:wtsyx'] ), + ofcsolToken('01ab937c-6b7e-49f3-b2c5-d261955cd561', 'ofcsol:msol', 'Marinade Staked SOL', 9, UnderlyingAsset.MSOL), + ofcsolToken( + '981118ae-c81a-4582-8f19-b0998bb1eec1', + 'ofcsol:tusdc', + 'Testing Ondo USDC', + 6, + UnderlyingAsset['sol:tusdc'] + ), // New Canton OFC tokens ofcCantonToken( '02ab6bd2-83e6-46fc-bfd7-93b8be125648', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 776d9c66ed..5732422e5e 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -5296,6 +5296,21 @@ export const tOfcErc20Coins = [ 'hypeevm' ), + ofcerc20( + 'eee4d3b7-8c6f-4639-8a0a-14ecf6dc5693', + 'ofchypeevm:khype', + 'Kinetiq Staked HYPE', + 18, + UnderlyingAsset['hypeevm:khype'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'hypeevm' + ), + ofcerc20( 'e3c6f4e5-4d5e-4f2e-8f1a-2c3d4e5f6a7b', 'ofcbaseeth:tig', @@ -6290,6 +6305,7 @@ export const tOfcErc20Coins = [ 18, underlyingAssetForSymbol('eth:prn') ), + ofcerc20('66f600c7-5858-482f-9e5f-823930b1f4f4', 'ofceth:zama', 'Zama', 18, UnderlyingAsset['eth:zama']), ofcerc20( '47d8cf79-ed67-4e9c-8e51-422d31290282', 'ofcbaseeth:usad', @@ -6304,6 +6320,34 @@ export const tOfcErc20Coins = [ true, 'baseeth' ), + ofcerc20( + '641dc3f7-a3d0-4495-a520-a1479c6fb34d', + 'ofcbaseeth:opg', + 'OpenGradient', + 18, + UnderlyingAsset['baseeth:opg'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'baseeth' + ), + ofcerc20( + '6f98dc7e-2e87-4ce2-a18e-51c6d60f735d', + 'ofcbaseeth:vvv', + 'Venice Token', + 18, + UnderlyingAsset['baseeth:vvv'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'baseeth' + ), ]; function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset { diff --git a/modules/statics/src/coins/solTokens.ts b/modules/statics/src/coins/solTokens.ts index 6461b114f2..1deac8ac34 100644 --- a/modules/statics/src/coins/solTokens.ts +++ b/modules/statics/src/coins/solTokens.ts @@ -3973,4 +3973,14 @@ export const solTokens = [ SOL_TOKEN_FEATURES, ProgramID.Token2022ProgramId ), + solToken( + '2efb9206-d2e0-4b30-a577-563fa626ac0d', + 'sol:tusdc', + 'Testing Ondo USDC', + 6, + '3Kyt2oSUoz3gKZNDpCptnW2URTX3ddp9nT1ytAwmUEaF', + '3Kyt2oSUoz3gKZNDpCptnW2URTX3ddp9nT1ytAwmUEaF', + UnderlyingAsset['sol:tusdc'], + SOL_TOKEN_FEATURES + ), ];