diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index 83dad37887..452c25028c 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -301,4 +301,124 @@ export const botOfcTokens = [ undefined, undefined ), + AccountCtors.ofcerc20( + '4ca27260-c918-40c9-a8db-456748ee00e3', + 'ofceth:b2m', + 'Bit2Me', + 18, + 'eth:b2m' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + 'fdb99096-e2ef-4f9d-8c4d-bac239d0d44d', + 'ofceth:best', + 'Bitpanda Ecosystem Token', + 18, + 'eth:best' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + 'e0e92565-5a91-4c30-908f-4bfed228be1c', + 'ofceth:boson', + 'Boson Protocol', + 18, + 'eth:boson' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '606d285e-3db2-4751-87a9-6fe32b786443', + 'ofceth:justice', + 'AssangeDAO', + 18, + 'eth:justice' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + 'da1197d1-18ca-4e31-9a47-1b76824da25b', + 'ofceth:kan', + 'BitKan', + 18, + 'eth:kan' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '0cabf96f-edf1-4446-a105-22e701526fdb', + 'ofceth:plu', + 'Pluton', + 18, + 'eth:plu' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + 'ef627e15-5103-45b4-85c6-a4cf0a5c5c8a', + 'ofceth:pnk', + 'Kleros', + 18, + 'eth:pnk' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '475b65c8-3adc-487b-a03c-b34120802c82', + 'ofceth:suku', + 'Suku', + 18, + 'eth:suku' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '0a92edc3-8e12-4a59-b468-ad92af8dd446', + 'ofceth:velar', + 'Velar', + 18, + 'eth:velar' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), + AccountCtors.ofcerc20( + '2fd0fd8c-cca6-4ab5-b631-ba4a7f94181d', + 'ofceth:trusd', + 'Tori trUSD', + 18, + 'eth:trusd' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), ]; diff --git a/modules/statics/src/coins/botTokens.ts b/modules/statics/src/coins/botTokens.ts index 20d8da8871..ad8a730b2f 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -172,6 +172,34 @@ export const botTokens = [ undefined, Networks.test.hoodi ), + AccountCtors.terc20( + 'dab09c2a-e17b-4723-9cfe-e979d995bd7f', + 'hteth:sachu', + 'Sachu', + 18, + '0xdbb7a34ea6859d307c4f2bb5be266e2d32356f51', + 'hteth:sachu' as unknown as UnderlyingAsset, + getTokenFeatures('eth'), + undefined, + undefined, + Networks.test.hoodi + ), + AccountCtors.terc20( + 'e6cfb0a2-a633-4e89-9428-9e1aa9a0d1a5', + 'hteth:amsv5', + 'AMS Token V5', + 18, + '0xe0afea496077fb59c1c9fe1d63887ac827a7c334', + 'hteth:amsv5' as unknown as UnderlyingAsset, + getTokenFeatures('eth', [ + 'custody-bitgo-new-york' as CoinFeature, + 'custody-bitgo-germany' as CoinFeature, + 'custody-bitgo-korea' as CoinFeature, + ]), + undefined, + undefined, + Networks.test.hoodi + ), AccountCtors.erc20( '4161ed06-c331-4e21-8791-eaca5151e869', 'eth:abtx', @@ -1279,7 +1307,7 @@ export const botTokens = [ AccountCtors.erc20( 'd15d88b2-3c20-4ff4-88c3-ca2d544fec21', 'eth:aethwsteth', - 'Wrapped liquid staked Ether 2.0', + 'Aave Ethereum wstETH', 18, '0x0b925ed163218f6662a35e0f0371ac234f9e9371', 'eth:aethwsteth' as unknown as UnderlyingAsset, @@ -1739,4 +1767,124 @@ export const botTokens = [ undefined, undefined ), + AccountCtors.erc20( + 'c44f9d44-abfa-42d0-a70d-78c9d5744fd1', + 'eth:b2m', + 'Bit2Me', + 18, + '0xd7c302fc3ac829c7e896a32c4bd126f3e8bd0a1f', + 'eth:b2m' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '4f51bc69-eef0-44c5-941e-47d1dae9d783', + 'eth:best', + 'Bitpanda Ecosystem Token', + 18, + '0x1b073382e63411e3bcffe90ac1b9a43fefa1ec6f', + 'eth:best' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '20ff9838-61ce-450b-ba39-c6e6a042f5d7', + 'eth:boson', + 'Boson Protocol', + 18, + '0xc477d038d5420c6a9e0b031712f61c5120090de9', + 'eth:boson' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '1bf5229c-a12f-4085-9ed5-d5e966e6ec88', + 'eth:justice', + 'AssangeDAO', + 18, + '0x59d1e836f7b7210a978b25a855085cc46fd090b5', + 'eth:justice' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '701890a5-73ea-4c39-a65d-2e0109a92fb6', + 'eth:kan', + 'BitKan', + 18, + '0x1410434b0346f5be678d0fb554e5c7ab620f8f4a', + 'eth:kan' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '3a37696b-82da-40d9-b988-f69626927317', + 'eth:plu', + 'Pluton', + 18, + '0xd8912c10681d8b21fd3742244f44658dba12264e', + 'eth:plu' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + 'f780d24d-c5f1-4b06-b7df-a6f6585c9a26', + 'eth:pnk', + 'Kleros', + 18, + '0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d', + 'eth:pnk' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '68b966a0-388c-43b9-8d27-f2fa524467c3', + 'eth:suku', + 'Suku', + 18, + '0x0763fdccf1ae541a5961815c0872a8c5bc6de4d7', + 'eth:suku' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '166eee63-eb83-4678-9179-e9bfe1e313b2', + 'eth:velar', + 'Velar', + 18, + '0x033bbde722ea3cdcec73cffea6581df9f9c257de', + 'eth:velar' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '21cbc0cc-2116-4838-8d05-3854ca296587', + 'eth:trusd', + 'Tori trUSD', + 18, + '0xd0580192e98ea6ceb9c7b6191ed2e27560911697', + 'eth:trusd' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), ];