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
20 changes: 16 additions & 4 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5654,6 +5654,14 @@ export const allCoinsAndTokens = [
'0xd6b3d81868770083307840f513a3491960b95cb6',
UnderlyingAsset['arbeth:cbl']
),
arbethErc20(
'f9601039-4616-4ea3-afa4-7d9ae901b488',
'arbeth:chip',
'USD.AI',
18,
'0x0c1c1c109fe34733fca54b82d7b46b75cfb71f6e',
UnderlyingAsset['arbeth:chip']
),
arbethErc20(
'5a160655-9d96-4fdd-a362-224026b7c1e8',
'arbeth:w',
Expand Down Expand Up @@ -5886,31 +5894,35 @@ export const allCoinsAndTokens = [
'Tesla (Test)',
18,
'0xb94263fa0a2a29ea32c1f90ccaeeaffd0bb73908',
UnderlyingAsset['arbeth:testtsla']
UnderlyingAsset['arbeth:testtsla'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
),
arbethErc20(
'1a137f85-4f8f-4191-8760-2b161e240bf2',
'arbeth:testamzn',
'Amazon (Test)',
18,
'0x76fca8a5bc14fce9eb613d96674868d687498804',
UnderlyingAsset['arbeth:testamzn']
UnderlyingAsset['arbeth:testamzn'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
),
arbethErc20(
'd33cf58a-5e21-418b-bcb0-103f15fe1965',
'arbeth:testpltr',
'Palantir Technologies Inc (Test)',
18,
'0x99cd69ef9221c7fe0ad5618a7527244ef79636c6',
UnderlyingAsset['arbeth:testpltr']
UnderlyingAsset['arbeth:testpltr'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
),
arbethErc20(
'a52a4906-7a39-4d4d-9b63-d4845685ecfa',
'arbeth:testnflx',
'Netflix Inc (Test)',
18,
'0xf10e5372335a33da22a78a6581fd7383b422875a',
UnderlyingAsset['arbeth:testnflx']
UnderlyingAsset['arbeth:testnflx'],
AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE
),
arbethErc20(
'6a69ea1d-ce7d-4603-89df-cf2f6490d1f9',
Expand Down
12 changes: 12 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,8 @@ export enum UnderlyingAsset {
'hteth:stgfyusd' = 'hteth:stgfyusd',
'hteth:stgwbtc' = 'hteth:stgwbtc',
'hteth:tsteth' = 'hteth:tsteth',
'hteth:tusdc' = 'hteth:tusdc',
'hteth:tusdt' = 'hteth:tusdt',
'hteth:grtxp' = 'hteth:grtxp',
'hteth:testeigen' = 'hteth:testeigen',
'hteth:wbtc' = 'hteth:wbtc',
Expand Down Expand Up @@ -2268,6 +2270,7 @@ export enum UnderlyingAsset {
'eth:paal' = 'eth:paal',
'eth:wmtx' = 'eth:wmtx',
'eth:anime' = 'eth:anime',
'eth:anvl' = 'eth:anvl',
'eth:newt' = 'eth:newt',
'eth:hsk' = 'eth:hsk',
'eth:rog' = 'eth:rog',
Expand All @@ -2284,6 +2287,7 @@ export enum UnderlyingAsset {
'eth:arm-susde-usde' = 'eth:arm-susde-usde',
'eth:arm-weth-eeth' = 'eth:arm-weth-eeth',
'eth:cashplus' = 'eth:cashplus',
'eth:cbbtc' = 'eth:cbbtc',
'eth:island' = 'eth:island',
'eth:six' = 'eth:six',
'eth:eden' = 'eth:eden',
Expand Down Expand Up @@ -2975,6 +2979,7 @@ export enum UnderlyingAsset {
'arbeth:arb' = 'arbeth:arb',
'arbeth:sqd' = 'arbeth:sqd',
'arbeth:cbl' = 'arbeth:cbl',
'arbeth:chip' = 'arbeth:chip',
'arbeth:w' = 'arbeth:w',
'arbeth:comp' = 'arbeth:comp',
'arbeth:coti' = 'arbeth:coti',
Expand Down Expand Up @@ -3478,7 +3483,10 @@ export enum UnderlyingAsset {
'sol:skr' = 'sol:skr',
'sol:bmt' = 'sol:bmt',
'sol:huma' = 'sol:huma',
'sol:cbbtc' = 'sol:cbbtc',
'sol:gobucks' = 'sol:gobucks',
'sol:prime' = 'sol:prime',
'sol:tbtc' = 'sol:tbtc',
'sol:kwyld-usdc' = 'sol:kwyld-usdc',
'sol:kprme-cash' = 'sol:kprme-cash',
'sol:kwyld-cash' = 'sol:kwyld-cash',
Expand Down Expand Up @@ -3712,6 +3720,8 @@ export enum UnderlyingAsset {
'eth:zkc' = 'eth:zkc',
'eth:musd' = 'eth:musd',
'eth:mezo' = 'eth:mezo',
'eth:drv' = 'eth:drv',
'eth:prn' = 'eth:prn',
// ADA testnet tokens
'tada:water' = 'tada:water',
'tada:tusda' = 'tada:tusda',
Expand All @@ -3738,6 +3748,8 @@ export enum UnderlyingAsset {
'canton:cbtc' = 'canton:cbtc',
'canton:usdxlr' = 'canton:usdxlr',
'canton:cltc' = 'canton:cltc',
'canton:ibenji' = 'canton:ibenji',
'canton:sbc' = 'canton:sbc',

// Tempo mainnet tokens
'tempo:pathusd' = 'tempo:pathusd',
Expand Down
2 changes: 1 addition & 1 deletion modules/statics/src/coins/bscTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,6 @@ export const bscTokens = [
18,
'0xf39e4b21c84e737df08e2c3b32541d856f508e48',
UnderlyingAsset['bsc:esports'],
BSC_TOKEN_FEATURES
BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE
),
];
20 changes: 20 additions & 0 deletions modules/statics/src/coins/cantonTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,26 @@ export const cantonTokens = [
UnderlyingAsset['canton:cltc'],
CANTON_TOKEN_FEATURES
),
cantonToken(
'34d29e90-a5cd-4ed5-b88e-567be17733ed',
'canton:sbc',
'Stable Coin',
10,
'https://api.utilities.digitalasset.com/api/token-standard/v0/registrars/',
'ft::12200b5582a91686c5278999a988a8e6ae2ff7f870834fe2deccbafaefad73db4f2d:IBENJI',
UnderlyingAsset['canton:sbc'],
CANTON_TOKEN_FEATURES
),
cantonToken(
'6369549f-c1d7-46a7-be26-592a6ac105ab',
'canton:ibenji',
'iBENJI',
10,
'https://api.utilities.digitalasset.com/api/token-standard/v0/registrars/',
'party-28dc4516-b5ca-44ff-86c7-2107e90a6807::1220b8301e18aa8a401d6e34e6c20f8b0243183c514373bca8f1b6b9270246341a9e:SBC',
UnderlyingAsset['canton:ibenji'],
CANTON_TOKEN_FEATURES
),
// testnet tokens
tcantonToken(
'46356790-0ac4-4c3b-8b70-39094106d772',
Expand Down
62 changes: 60 additions & 2 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11663,6 +11663,14 @@ export const erc20Coins = [
'0x4dc26fc5854e7648a064a4abd590bbe71724c277',
UnderlyingAsset['eth:anime']
),
erc20(
'73a0b641-124e-475b-ac4a-8ce4c58758e3',
'eth:anvl',
'Anvil',
18,
'0xaeeaa594e7dc112d67b8547fe9767a02c15b5597',
UnderlyingAsset['eth:anvl']
),
erc20(
'42a4bc3f-2853-49dd-975f-487dbf028774',
'eth:newt',
Expand Down Expand Up @@ -12047,6 +12055,14 @@ export const erc20Coins = [
'0x498d9329555471bf6073a5f2d047f746d522a373',
UnderlyingAsset['eth:cashplus']
),
erc20(
'30236a6b-80af-42b8-a6ee-e4633aa57cfa',
'eth:cbbtc',
'Coinbase Wrapped BTC',
8,
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
UnderlyingAsset['eth:cbbtc']
),
erc20(
'e5f6a7b8-9c0d-4e1f-aa3b-4c5d6e7f8a9b',
'eth:island',
Expand Down Expand Up @@ -12784,6 +12800,30 @@ export const erc20Coins = [
undefined,
Networks.test.hoodi
),
terc20(
'0513704d-3cf8-4a95-8ff6-4b7e9322244d',
'hteth:tusdc',
'Hoodi Testnet USDC',
6,
'0x263898d2f6f8e153f1e4dd4caef86c93784fcf33',
UnderlyingAsset['hteth:tusdc'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'6359427d-890d-4161-9c0f-272aaca2928c',
'hteth:tusdt',
'Hoodi Testnet USDT',
6,
'0x7728a33ebebcfa852cf7f7fc377bfc87c24a701a',
UnderlyingAsset['hteth:tusdt'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'49ff49ea-3355-4717-bbb0-5e8f5cae2202',
'hteth:gousd',
Expand Down Expand Up @@ -14629,15 +14669,33 @@ export const erc20Coins = [
'Mezo USD',
18,
'0xdd468a1ddc392dcdbef6db6e34e89aa338f9f186',
UnderlyingAsset['eth:musd']
UnderlyingAsset['eth:musd'],
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.BULK_TRANSACTION]
),
erc20(
'e88997d9-bcea-4d1d-9ee0-4e83391a3b9c',
'eth:mezo',
'Mezo',
18,
'0x8e4cbbcc33db6c0a18561fde1f6ba35906d4848b',
UnderlyingAsset['eth:mezo']
UnderlyingAsset['eth:mezo'],
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.BULK_TRANSACTION]
),
erc20(
'28287970-5b7e-454d-8871-647b66088d74',
'eth:drv',
'Derive',
18,
'0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be',
UnderlyingAsset['eth:drv']
),
erc20(
'0b31ef76-9c53-4c71-a502-35f6f8f548f2',
'eth:prn',
'Peoples Reserve',
18,
'0x0c5d9fae8670cfa0aa5f57b42ccd630c46bbe498',
UnderlyingAsset['eth:prn']
),
terc20(
'0c333619-e5a6-4f9d-8bbc-5b0e5dc64d03',
Expand Down
22 changes: 22 additions & 0 deletions modules/statics/src/coins/ofcCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,21 @@ export const ofcCoins = [
),
ofcsolToken('eac1b075-0c6e-4655-8b86-4ebe0f1f9552', 'ofcsol:sonic', 'Sonic SVM', 9, UnderlyingAsset['sol:sonic']),

ofcsolToken(
'43e8e014-dcab-413f-8de3-e083ace7cbaf',
'ofcsol:gobucks',
'GoBucks Token',
9,
UnderlyingAsset['sol:gobucks']
),
ofcsolToken(
'f494ad39-de05-4296-a031-2fa24c530e62',
'ofcsol:cbbtc',
'Coinbase Wrapped BTC',
8,
UnderlyingAsset['sol:cbbtc']
),
ofcsolToken('ed01ea0f-2640-4774-a527-665e7b525f97', 'ofcsol:tbtc', 'tBTC', 8, UnderlyingAsset['sol:tbtc']),
ofcsolToken('a6b1c9d4-8e5f-4a0c-9b3d-7f9e0a4c6b8d', 'ofcsol:prime', 'HASTRA PRIME', 6, UnderlyingAsset['sol:prime']),
ofcsolToken(
'b7c2d0e5-9f6a-4b1d-9c4e-8a0f1b5d7c9e',
Expand Down Expand Up @@ -2014,6 +2029,13 @@ export const ofcCoins = [
18,
UnderlyingAsset['arbeth:benji']
),
ofcArbethErc20(
'9e70657b-5970-4aed-bcb9-a67daef39a91',
'ofcarbeth:chip',
'USD.AI',
18,
UnderlyingAsset['arbeth:chip']
),
ofcArbethErc20(
'2cca89a3-788d-499b-bb41-a35ce2428d9e',
'ofcarbeth:dolo',
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 @@ -3577,6 +3577,7 @@ export const ofcErc20Coins = [
18,
underlyingAssetForSymbol('eth:anime')
),
ofcerc20('24664572-ed05-4c0a-bafa-5d98ab17449d', 'ofceth:anvl', 'Anvil', 18, underlyingAssetForSymbol('eth:anvl')),
ofcerc20('7b243fe0-983b-4c6c-a781-b1cc4ad410cc', 'ofceth:newt', 'Newton', 18, underlyingAssetForSymbol('eth:newt')),
ofcerc20(
'12bad7a8-28d4-4d5d-9481-eeb90d9b08a2',
Expand Down Expand Up @@ -4251,6 +4252,34 @@ export const tOfcErc20Coins = [
undefined,
'hteth'
),
tofcerc20(
'94aaaa67-249d-4a88-a34f-f0a9a4da9ead',
'ofchteth:tusdc',
'Hoodi Testnet USDC',
6,
UnderlyingAsset['hteth:tusdc'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'fdc61701-2542-4065-99f5-dddb035596c3',
'ofchteth:tusdt',
'Hoodi Testnet USDT',
6,
UnderlyingAsset['hteth:tusdt'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
undefined,
undefined,
undefined,
'hteth'
),
tofcerc20(
'f0fdaaaa-7587-4cc4-a2b3-875085d81ac8',
'ofchteth:gousd',
Expand Down Expand Up @@ -5114,6 +5143,13 @@ export const tOfcErc20Coins = [
UnderlyingAsset['eth:arm-weth-eeth']
),
ofcerc20('d8f3b2c7-4e9a-4f6b-a5c0-9e2f3a4b5c6d', 'ofceth:cashplus', 'CashPlus', 18, UnderlyingAsset['eth:cashplus']),
ofcerc20(
'79be0838-92b8-470b-88c2-5363deef180b',
'ofceth:cbbtc',
'Coinbase Wrapped BTC',
8,
underlyingAssetForSymbol('eth:cbbtc')
),
ofcerc20('e9a4c3d8-5f0b-4a7c-86d1-af3a4b5c6d7e', 'ofceth:island', 'ISLAND Token', 18, UnderlyingAsset['eth:island']),
ofcerc20('63f1d5de-5729-4a71-ba6e-dcd7095c20da', 'ofceth:job', 'jobchain', 8, UnderlyingAsset['eth:job']),
ofcerc20('90169666-a3ee-4ff6-b447-0553a1a4cbb8', 'ofceth:irys', 'irys', 18, UnderlyingAsset['eth:irys']),
Expand Down Expand Up @@ -6217,6 +6253,14 @@ export const tOfcErc20Coins = [
ofcerc20('e4f9a7b2-6c3d-4e8a-9f1b-5d7c8e2a4b6f', 'ofceth:btr', 'Bitlayer', 18, UnderlyingAsset['eth:btr']),
ofcerc20('289ee20a-5659-4b40-82fb-259a881c7c20', 'ofceth:musd', 'Mezo USD', 18, UnderlyingAsset['eth:musd']),
ofcerc20('403bd58f-cd53-4d2d-81ac-93055d0cf59e', 'ofceth:mezo', 'Mezo', 18, UnderlyingAsset['eth:mezo']),
ofcerc20('e7c36012-528b-46ef-8376-d137abaf8ad8', 'ofceth:drv', 'Derive', 18, underlyingAssetForSymbol('eth:drv')),
ofcerc20(
'5cf232e8-5711-4171-97c6-53c9c4005bfe',
'ofceth:prn',
'Peoples Reserve',
18,
underlyingAssetForSymbol('eth:prn')
),
ofcerc20(
'47d8cf79-ed67-4e9c-8e51-422d31290282',
'ofcbaseeth:usad',
Expand Down
Loading
Loading