Skip to content
Closed
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
9 changes: 9 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2321,6 +2321,15 @@ export const allCoinsAndTokens = [
UnderlyingAsset['tbaseeth:usdc'],
Networks.test.basechain
),
erc20Token(
'01c87cfe-3ba2-43db-9712-b37e9af9f422',
'baseeth:soon',
'Soon Token',
18,
'0xb9e1fd5a02d3a33b25a14d661414e6ed6954a721',
UnderlyingAsset['baseeth:soon'],
Networks.main.basechain
),
erc20Token(
'03b67719-a5d5-4ae3-a050-252b948f4daa',
'baseeth:aero',
Expand Down
6 changes: 6 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,8 @@ export enum UnderlyingAsset {
'eth:kub' = 'eth:kub',
'eth:fidd' = 'eth:fidd',
'eth:meme' = 'eth:meme',
'eth:bard' = 'eth:bard',
'eth:sfp' = 'eth:sfp',

// Ondo Tokenized Assets
'eth:qqqon' = 'qqqon',
Expand Down Expand Up @@ -2756,6 +2758,8 @@ export enum UnderlyingAsset {
'bsc:ff' = 'bsc:ff',
'bsc:c98' = 'bsc:c98',
'bsc:ln' = 'bsc:ln',
'bsc:soon' = 'bsc:soon',
'bsc:bard' = 'bsc:bard',
'bsc:home' = 'bsc:home',

// BSC NFTs
Expand Down Expand Up @@ -2850,6 +2854,7 @@ export enum UnderlyingAsset {
'baseeth:usde' = 'baseeth:usde',
'baseeth:trust' = 'baseeth:trust',
'baseeth:flk' = 'baseeth:flk',
'baseeth:soon' = 'baseeth:soon',

'baseeth:spec' = 'baseeth:spec',
'baseeth:tig' = 'baseeth:tig',
Expand Down Expand Up @@ -3045,6 +3050,7 @@ export enum UnderlyingAsset {
'sol:apusdt' = 'sol:apusdt',
'sol:acusd' = 'sol:acusd',
'sol:solink' = 'sol:solink',
'sol:soon' = 'sol:soon',
'sol:block' = 'sol:block',
'sol:render' = 'sol:render',
'sol:wen' = 'sol:wen',
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 @@ -1051,6 +1051,24 @@ export const bscTokens = [
UnderlyingAsset['bsc:farm'],
BSC_TOKEN_FEATURES
),
bscToken(
'1c0e12a5-7115-4bce-9bc7-a01cd39e6d8f',
'bsc:soon',
'Soon Token',
18,
'0xb9e1fd5a02d3a33b25a14d661414e6ed6954a721',
UnderlyingAsset['bsc:soon'],
BSC_TOKEN_FEATURES
),
bscToken(
'f36129ca-9a29-4531-a1c1-deff39c5b7cf',
'bsc:bard',
'Lombard',
18,
'0xd23a186a78c0b3b805505e5f8ea4083295ef9f3a',
UnderlyingAsset['bsc:bard'],
BSC_TOKEN_FEATURES
),
bscToken(
'7a97cef9-ac2c-4c76-88d2-334544fdc6bf',
'bsc:lina',
Expand Down
16 changes: 16 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11222,6 +11222,22 @@ export const erc20Coins = [
'0x90276e9d4a023b5229e0c2e9d4b2a83fe3a2b48c',
UnderlyingAsset['eth:ibenji']
),
erc20(
'03886beb-b737-400e-bb44-eb613e65e1d9',
'eth:bard',
'Lombard',
18,
'0xf0db65d17e30a966c2ae6a21f6bba71cea6e9754',
UnderlyingAsset['eth:bard']
),
erc20(
'd62ef973-49e6-4d7c-8c67-ec112d6062a0',
'eth:sfp',
'SafePal Token',
18,
'0x12e2b8033420270db2f3b328e32370cb5b2ca134',
UnderlyingAsset['eth:sfp']
),
erc20(
'4f8f73d3-d264-4d4b-a150-885fdcbae600',
'eth:towns',
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 @@ -101,6 +101,16 @@ export const solTokens = [
SOL_TOKEN_FEATURES,
ProgramID.Token2022ProgramId
),
solToken(
'dce1895d-90c6-49d5-a835-1e3f3fbd7e8c',
'sol:soon',
'Soon Token',
9,
'4eDf52YYzL6i6gbZ6FXqrLUPXbtP61f1gPSFM66M4XHe', //https://solscan.io/token/4eDf52YYzL6i6gbZ6FXqrLUPXbtP61f1gPSFM66M4XHe
'4eDf52YYzL6i6gbZ6FXqrLUPXbtP61f1gPSFM66M4XHe',
UnderlyingAsset['sol:soon'],
SOL_TOKEN_FEATURES
),
solToken(
'd6bee044-de5b-4ce2-8ed2-dbae6f23e728',
'sol:enron',
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@
"test:prepare-release": "mocha --require tsx ./scripts/tests/prepareRelease/prepare-release-main.test.ts"
},
"dependencies": {
"@bitgo/sdk-coin-iota": "1.4.4",
"axios": "^1.12.0",
"bigint-buffer": "npm:@trufflesuite/[email protected]",
"terser": "^5.14.2",
"tmp": "^0.2.3",
"bigint-buffer": "npm:@trufflesuite/[email protected]"
"tmp": "^0.2.3"
},
"packageManager": "[email protected]"
}
Loading