Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down
7 changes: 7 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
18 changes: 18 additions & 0 deletions modules/statics/src/coins/bscTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
];
8 changes: 8 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
10 changes: 10 additions & 0 deletions modules/statics/src/coins/ofcCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
44 changes: 44 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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 {
Expand Down
10 changes: 10 additions & 0 deletions modules/statics/src/coins/solTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
];
Loading