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
66 changes: 66 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4852,6 +4852,25 @@ export const allCoinsAndTokens = [
Networks.main.basechain,
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
),
erc20Token(
'ee820f5e-580d-4aba-85dc-fae843200be6',
'baseeth:nock',
'Nockchain',
16,
'0x9b5e262cf9bb04869ab40b19af91d2dc85761722',
UnderlyingAsset['baseeth:nock'],
Networks.main.basechain
),
erc20Token(
'b120a596-a9b2-4f87-bda9-24254489623c',
'baseeth:frnt',
'Frontier Stable Token',
6,
'0x5e817f2abccb9095585d26c2a3ce234a440574fc',
UnderlyingAsset['baseeth:frnt'],
Networks.main.basechain,
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),

// XDC mainnet tokens
xdcErc20(
Expand Down Expand Up @@ -6964,6 +6983,24 @@ export const allCoinsAndTokens = [
'0x5ae39d492e06bedf5a261687af18c653e920a8a3',
UnderlyingAsset['arbeth:week']
),
arbethErc20(
'de30d487-8349-4cf6-b018-2291bddbd26a',
'arbeth:ausd',
'AUSD',
6,
'0x00000000efe302beaa2b3e6e1b18d08d69a9012a',
UnderlyingAsset['arbeth:ausd'],
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),
arbethErc20(
'6092bc16-1eb5-42be-b33b-9c760838ac0b',
'arbeth:frnt',
'Frontier Stable Token',
6,
'0x5e817f2abccb9095585d26c2a3ce234a440574fc',
UnderlyingAsset['arbeth:frnt'],
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),

opethErc20(
'8d80fac6-4cbc-447c-b49b-4229cb8aa89d',
Expand Down Expand Up @@ -7173,6 +7210,23 @@ export const allCoinsAndTokens = [
'0x9560e827af36c94d2ac33a39bce1fe78631088db',
UnderlyingAsset['opeth:velo']
),
opethErc20(
'3bd2e304-040e-47eb-ad5a-2a184e3100fc',
'opeth:mre7',
'Midas Re7 Ethereum',
18,
'0xe7ba07519dfa06e60059563f484d6090dedf21b3',
UnderlyingAsset['opeth:mre7']
),
opethErc20(
'c97e8174-ab12-4787-bd4c-3f8aeeae9880',
'opeth:frnt',
'Frontier Stable Token',
6,
'0x5e817f2abccb9095585d26c2a3ce234a440574fc',
UnderlyingAsset['opeth:frnt'],
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),
topethErc20(
'3c06bc28-1af2-4869-a632-bd081376fb46',
'topeth:terc18dp',
Expand Down Expand Up @@ -7853,6 +7907,18 @@ export const allCoinsAndTokens = [
UnderlyingAsset['tsui:wal'],
SUI_TOKEN_FEATURES_STAKING
),
tsuiToken(
'ac944510-223e-43d7-a81f-1f9d9c522aef',
'tsui:tmerog',
'Testnet MeroG',
9,
'0x10596a4e0b68bdcb2699142707439997cbdcb5a467e4132e9c173910cd656a84',
'merog',
'MEROG',
'0x10596a4e0b68bdcb2699142707439997cbdcb5a467e4132e9c173910cd656a84::merog::MEROG',
UnderlyingAsset['tsui:tmerog'],
SUI_TOKEN_FEATURES
),
ttaoToken(
'b8b5fded-65f8-49eb-8f83-ad97d08d07f2',
'ttao:apex',
Expand Down
19 changes: 19 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,7 @@ export enum UnderlyingAsset {
'hteth:wbtc' = 'hteth:wbtc',
'hteth:htusdl' = 'hteth:htusdl',
'hteth:htusdlt' = 'hteth:htusdlt',
'hteth:tprn' = 'hteth:tprn',
// Robinhood Chain testnet ERC-20 tokens
'thoodeth:amzn' = 'thoodeth:amzn',
'thoodeth:tsla' = 'thoodeth:tsla',
Expand Down Expand Up @@ -2727,6 +2728,7 @@ export enum UnderlyingAsset {
'avaxc:wine' = 'avaxc:wine',
'avaxc:mu' = 'avaxc:mu',
'avaxc:frax' = 'avaxc:frax',
'avaxc:frnt' = 'avaxc:frnt',
'avaxc:movr' = 'avaxc:movr',
'avaxc:ice' = 'avaxc:ice',
'avaxc:note' = 'avaxc:note',
Expand Down Expand Up @@ -2756,6 +2758,7 @@ export enum UnderlyingAsset {
'polygon:cel' = 'polygon:cel',
'polygon:busd' = 'polygon:busd',
'polygon:frax' = 'polygon:frax',
'polygon:frnt' = 'polygon:frnt',
'polygon:crv' = 'polygon:crv',
'polygon:uni' = 'polygon:uni',
'polygon:fcd' = 'polygon:fcd',
Expand Down Expand Up @@ -2846,6 +2849,7 @@ export enum UnderlyingAsset {
'polygon:geod' = 'polygon:geod',
'polygon:heth' = 'polygon:heth',
'polygon:copm' = 'polygon:copm',
'polygon:copr' = 'polygon:copr',
'polygon:gmt' = 'polygon:gmt',
'polygon:uhu' = 'polygon:uhu',
'polygon:mv' = 'polygon:mv',
Expand Down Expand Up @@ -2958,6 +2962,7 @@ export enum UnderlyingAsset {
'bsc:ankr' = 'bsc:ankr',
'bsc:avax' = 'bsc:avax',
'bsc:beta' = 'bsc:beta',
'bsc:btcb' = 'bsc:btcb',
'bsc:btt' = 'bsc:btt',
'bsc:celr' = 'bsc:celr',
'bsc:chr' = 'bsc:chr',
Expand All @@ -2966,11 +2971,13 @@ export enum UnderlyingAsset {
'bsc:dar' = 'bsc:dar',
'bsc:degov2' = 'bsc:degov2',
'bsc:dodo' = 'bsc:dodo',
'bsc:dusk' = 'bsc:dusk',
'bsc:elon' = 'bsc:elon',
'bsc:etc' = 'bsc:etc',
'bsc:firo' = 'bsc:firo',
'bsc:front' = 'bsc:front',
'bsc:hft' = 'bsc:hft',
'bsc:hybond' = 'bsc:hybond',
'bsc:high' = 'bsc:high',
'bsc:hyper' = 'bsc:hyper',
'bsc:inj' = 'bsc:inj',
Expand Down Expand Up @@ -3126,6 +3133,7 @@ export enum UnderlyingAsset {
'arbeth:usdcv2' = 'arbeth:usdcv2',
'arbeth:usdt' = 'arbeth:usdt',
'arbeth:arb' = 'arbeth:arb',
'arbeth:ausd' = 'arbeth:ausd',
'arbeth:sqd' = 'arbeth:sqd',
'arbeth:cbl' = 'arbeth:cbl',
'arbeth:chip' = 'arbeth:chip',
Expand Down Expand Up @@ -3154,6 +3162,7 @@ export enum UnderlyingAsset {
'arbeth:tbill' = 'arbeth:tbill',
'arbeth:xai' = 'arbeth:xai',
'arbeth:flttx' = 'arbeth:flttx',
'arbeth:frnt' = 'arbeth:frnt',
'arbeth:wtsix' = 'arbeth:wtsix',
'arbeth:modrx' = 'arbeth:modrx',
'arbeth:techx' = 'arbeth:techx',
Expand Down Expand Up @@ -3189,12 +3198,14 @@ export enum UnderlyingAsset {
'baseeth:mey' = 'baseeth:mey',
'baseeth:morpho' = 'baseeth:morpho',
'baseeth:myrc' = 'baseeth:myrc',
'baseeth:nock' = 'baseeth:nock',
'baseeth:weth' = 'baseeth:weth',
'baseeth:usdc' = 'baseeth:usdc',
'baseeth:wbtc' = 'baseeth:wbtc',
'baseeth:usde' = 'baseeth:usde',
'baseeth:trust' = 'baseeth:trust',
'baseeth:flk' = 'baseeth:flk',
'baseeth:frnt' = 'baseeth:frnt',
'baseeth:soon' = 'baseeth:soon',
'baseeth:wave' = 'baseeth:wave',

Expand Down Expand Up @@ -3358,8 +3369,10 @@ export enum UnderlyingAsset {
'opeth:spxux' = 'opeth:spxux',
'opeth:perp' = 'opeth:perp',
'opeth:flttx' = 'opeth:flttx',
'opeth:frnt' = 'opeth:frnt',
'opeth:wtsix' = 'opeth:wtsix',
'opeth:modrx' = 'opeth:modrx',
'opeth:mre7' = 'opeth:mre7',
'opeth:techx' = 'opeth:techx',
'opeth:wtsyx' = 'opeth:wtsyx',
'opeth:wtlgx' = 'opeth:wtlgx',
Expand Down Expand Up @@ -3530,6 +3543,7 @@ export enum UnderlyingAsset {
'sol:soon' = 'sol:soon',
'sol:wylds' = 'sol:wylds',
'sol:block' = 'sol:block',
'sol:brs' = 'sol:brs',
'sol:render' = 'sol:render',
'sol:wen' = 'sol:wen',
'sol:mew' = 'sol:mew',
Expand Down Expand Up @@ -3569,12 +3583,14 @@ export enum UnderlyingAsset {
'sol:pnut' = 'sol:pnut',
'sol:nyan' = 'sol:nyan',
'sol:fight' = 'sol:fight',
'sol:frnt' = 'sol:frnt',
'sol:wet' = 'sol:wet',
'sol:meta' = 'sol:meta',
'sol:portals' = 'sol:portals',
'sol:virtual' = 'sol:virtual',
'sol:zerebro' = 'sol:zerebro',
'sol:arc' = 'sol:arc',
'sol:arx' = 'sol:arx',
'sol:nos' = 'sol:nos',
'sol:jlp' = 'sol:jlp',
'sol:grass' = 'sol:grass',
Expand Down Expand Up @@ -3612,6 +3628,7 @@ export enum UnderlyingAsset {
'sol:stik' = 'sol:stik',
'sol:chill' = 'sol:chill',
'sol:zbcn' = 'sol:zbcn',
'sol:zaru' = 'sol:zaru',
'sol:benji' = 'sol:benji',
'sol:dupe' = 'sol:dupe',
'sol:tank' = 'sol:tank',
Expand Down Expand Up @@ -3648,6 +3665,7 @@ export enum UnderlyingAsset {
'sol:ban' = 'sol:ban',
'sol:dbr' = 'sol:dbr',
'sol:bless' = 'sol:bless',
'sol:blsh' = 'sol:blsh',
'sol:cpool' = 'sol:cpool',
'sol:home' = 'sol:home',
'sol:oob' = 'sol:oob',
Expand Down Expand Up @@ -3734,6 +3752,7 @@ export enum UnderlyingAsset {
// Sui testnet tokens
'tsui:deep' = 'tsui:deep',
'tsui:wal' = 'tsui:wal',
'tsui:tmerog' = 'tsui:tmerog',

// Apt tokens
'apt:usd1' = 'apt:usd1',
Expand Down
9 changes: 9 additions & 0 deletions modules/statics/src/coins/avaxTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,15 @@ export const avaxTokens = [
'0x00000000efe302beaa2b3e6e1b18d08d69a9012a',
UnderlyingAsset['avaxc:ausd']
),
avaxErc20(
'3fed1a2a-a6d5-44f8-b745-b1fb86c5b9e9',
'avaxc:frnt',
'Frontier Stable Token',
6,
'0x5e817f2abccb9095585d26c2a3ce234a440574fc',
UnderlyingAsset['avaxc:frnt'],
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),
// End FTX missing AVAXC tokens
tavaxErc20(
'cd107316-6e78-4936-946f-70e8fd5d8040',
Expand Down
27 changes: 27 additions & 0 deletions modules/statics/src/coins/bscTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1688,4 +1688,31 @@ export const bscTokens = [
UnderlyingAsset['bsc:sqd'],
BSC_TOKEN_FEATURES
),
bscToken(
'7c4d08e9-d88e-4e2e-9eb7-841408182c12',
'bsc:btcb',
'Binance Bitcoin',
18,
'0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c',
UnderlyingAsset['bsc:btcb'],
BSC_TOKEN_FEATURES
),
bscToken(
'31ff3fc6-6f99-4477-a316-eef8a8864fbe',
'bsc:dusk',
'Dusk Network',
18,
'0xb2bd0749dbe21f623d9baba856d3b0f0e1bfec9c',
UnderlyingAsset['bsc:dusk'],
BSC_TOKEN_FEATURES
),
bscToken(
'fc833ff6-0a89-4ff2-8910-69b99729c72c',
'bsc:hybond',
'HYBOND',
18,
'0xb613ab1be4039a7d799ad968ba9e425b6bff4224',
UnderlyingAsset['bsc:hybond'],
BSC_TOKEN_FEATURES
),
];
12 changes: 12 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14916,4 +14916,16 @@ export const erc20Coins = [
undefined,
Networks.test.hoodi
),
terc20(
'878acb7f-baca-4a32-a546-a8251e1f22b1',
'hteth:tprn',
'Hoodi Testnet Peoples Reserve',
18,
'0x80aad09be9112d53d77997174388a65fa66bb308',
UnderlyingAsset['hteth:tprn'],
undefined,
undefined,
undefined,
Networks.test.hoodi
),
];
Loading
Loading