From a4cdc529dbb735e12219232ba84bdd2f3a0f3553 Mon Sep 17 00:00:00 2001 From: "asset-metadata-bot[bot]" <226385837+asset-metadata-bot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:32:25 +0000 Subject: [PATCH 1/2] feat: add new tokens from AMS API CSHLD-000 --- modules/statics/src/coins/botOfcTokens.ts | 42 ++++++++++++++++++ modules/statics/src/coins/botTokens.ts | 54 +++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index 46825d8b8e..ce46e436a5 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -3501,4 +3501,46 @@ export const botOfcTokens = [ undefined, undefined ), + AccountCtors.ofcerc20( + '58aaaa57-e5ae-4fd7-8b39-cd1cbbeb8b70', + 'ofceth:esp', + 'Espresso', + 18, + 'eth:esp' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'eth' + ), + AccountCtors.ofcerc20( + 'e51bf341-682f-4e01-a655-5a3607417e06', + 'ofceth:grvt', + 'GRVT', + 18, + 'eth:grvt' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'eth' + ), + AccountCtors.ofcerc20( + 'f508d93e-ad68-4657-ace3-7142865e41e2', + 'ofceth:hei', + 'Heima', + 18, + 'eth:hei' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'eth' + ), ]; diff --git a/modules/statics/src/coins/botTokens.ts b/modules/statics/src/coins/botTokens.ts index e668e8698f..ce1a4e8ae8 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -4895,4 +4895,58 @@ export const botTokens = [ undefined, undefined ), + AccountCtors.erc20( + '748676ef-9ebe-4857-83cf-9ee7fb587c1c', + 'eth:esp', + 'Espresso', + 18, + '0x031de51f3e8016514bd0963d0b2ab825a591db9a', + 'eth:esp' as unknown as UnderlyingAsset, + getTokenFeatures('eth', [ + 'custody-bitgo-new-york' as CoinFeature, + 'custody-bitgo-germany' as CoinFeature, + 'custody-bitgo-switzerland' as CoinFeature, + 'custody-bitgo-sister-trust-one' as CoinFeature, + 'custody-bitgo-korea' as CoinFeature, + ]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + 'e0868225-9e7b-4b94-885c-31aed45c454a', + 'eth:grvt', + 'GRVT', + 18, + '0xad29f2723fcdbcf665f210f25e06f97477e417cf', + 'eth:grvt' as unknown as UnderlyingAsset, + getTokenFeatures('eth', [ + 'custody-bitgo-new-york' as CoinFeature, + 'custody-bitgo-germany' as CoinFeature, + 'custody-bitgo-switzerland' as CoinFeature, + 'custody-bitgo-sister-trust-one' as CoinFeature, + 'custody-bitgo-korea' as CoinFeature, + ]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '63df6bab-a33f-4bb2-ad2a-350309cc4fea', + 'eth:hei', + 'Heima', + 18, + '0xf8f173e20e15f3b6cb686fb64724d370689de083', + 'eth:hei' as unknown as UnderlyingAsset, + getTokenFeatures('eth', [ + 'custody-bitgo-new-york' as CoinFeature, + 'custody-bitgo-germany' as CoinFeature, + 'custody-bitgo-switzerland' as CoinFeature, + 'custody-bitgo-sister-trust-one' as CoinFeature, + 'custody-bitgo-korea' as CoinFeature, + ]), + undefined, + undefined, + undefined + ), ]; From e8b5508d13fdc8d008578c08da2bede7761fee44 Mon Sep 17 00:00:00 2001 From: "asset-metadata-bot[bot]" <226385837+asset-metadata-bot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 06:29:40 +0000 Subject: [PATCH 2/2] feat: add new tokens from AMS API CSHLD-000 --- modules/statics/src/coins/botOfcTokens.ts | 76 ++++++++++---------- modules/statics/src/coins/botTokens.ts | 84 +++++++++++------------ 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index ce46e436a5..95fcdc1233 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -1138,11 +1138,11 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - '15b3346a-6c6d-4ec9-9199-d4067f4ec819', - 'ofceth:wallet', - 'Ambire Wallet', + 'ec6463ad-bb55-41d1-8e3e-4fdfcb5d0e08', + 'ofceth:kaio', + 'KAIO', 18, - 'eth:wallet' as unknown as UnderlyingAsset, + 'eth:kaio' as unknown as UnderlyingAsset, undefined, undefined, undefined, @@ -1152,11 +1152,11 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - '7a71eba1-49b3-4630-8e13-1c43bea6f270', - 'ofceth:fhe', - 'MindNetwork FHE Token', + 'd108b1d9-6560-4732-a1b1-bba63f2d2308', + 'ofceth:vow', + 'Vow', 18, - 'eth:fhe' as unknown as UnderlyingAsset, + 'eth:vow' as unknown as UnderlyingAsset, undefined, undefined, undefined, @@ -1166,11 +1166,11 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - 'd108b1d9-6560-4732-a1b1-bba63f2d2308', - 'ofceth:vow', - 'Vow', + 'aed23d74-d469-4f4a-a0a0-8fef5abf8e1c', + 'ofceth:rsc', + 'ResearchCoin', 18, - 'eth:vow' as unknown as UnderlyingAsset, + 'eth:rsc' as unknown as UnderlyingAsset, undefined, undefined, undefined, @@ -1180,11 +1180,25 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - 'a612a762-1940-4bd9-85e8-f92999c6ce43', - 'ofceth:tgc', - 'TG.Casino', + 'e426e313-98a7-4ed3-a6d9-580ca0b26fc6', + 'ofceth:pci', + 'PayProtocol Paycoin', + 8, + 'eth:pci' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'eth' + ), + AccountCtors.ofcerc20( + '15b3346a-6c6d-4ec9-9199-d4067f4ec819', + 'ofceth:wallet', + 'Ambire Wallet', 18, - 'eth:tgc' as unknown as UnderlyingAsset, + 'eth:wallet' as unknown as UnderlyingAsset, undefined, undefined, undefined, @@ -1194,11 +1208,11 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - 'aed23d74-d469-4f4a-a0a0-8fef5abf8e1c', - 'ofceth:rsc', - 'ResearchCoin', + 'a612a762-1940-4bd9-85e8-f92999c6ce43', + 'ofceth:tgc', + 'TG.Casino', 18, - 'eth:rsc' as unknown as UnderlyingAsset, + 'eth:tgc' as unknown as UnderlyingAsset, undefined, undefined, undefined, @@ -1236,25 +1250,11 @@ export const botOfcTokens = [ 'eth' ), AccountCtors.ofcerc20( - 'ec6463ad-bb55-41d1-8e3e-4fdfcb5d0e08', - 'ofceth:kaio', - 'KAIO', + '7a71eba1-49b3-4630-8e13-1c43bea6f270', + 'ofceth:fhe', + 'MindNetwork FHE Token', 18, - 'eth:kaio' as unknown as UnderlyingAsset, - undefined, - undefined, - undefined, - undefined, - undefined, - undefined, - 'eth' - ), - AccountCtors.ofcerc20( - 'e426e313-98a7-4ed3-a6d9-580ca0b26fc6', - 'ofceth:pci', - 'PayProtocol Paycoin', - 8, - 'eth:pci' as unknown as UnderlyingAsset, + 'eth:fhe' as unknown as UnderlyingAsset, undefined, undefined, undefined, diff --git a/modules/statics/src/coins/botTokens.ts b/modules/statics/src/coins/botTokens.ts index ce1a4e8ae8..3aff4e23cb 100644 --- a/modules/statics/src/coins/botTokens.ts +++ b/modules/statics/src/coins/botTokens.ts @@ -2371,60 +2371,72 @@ export const botTokens = [ undefined ), AccountCtors.erc20( - '479bab8f-49db-4cec-8aee-c48574819b7a', - 'eth:wallet', - 'Ambire Wallet', + '38ea18a5-4565-4b40-99af-65f0b38af4d8', + 'eth:kaio', + 'KAIO', 18, - '0x88800092ff476844f74dc2fc427974bbee2794ae', - 'eth:wallet' as unknown as UnderlyingAsset, + '0x00bac91fd8f5b4a0dc03c8021139b76f6549ee7e', + 'eth:kaio' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined, undefined ), AccountCtors.erc20( - 'de7d9673-dfa0-440d-865b-823677e265e1', - 'eth:fhe', - 'MindNetwork FHE Token', + 'ff205253-373b-49d0-b32d-5211d20e0d62', + 'eth:vow', + 'Vow', 18, - '0xd55c9fb62e176a8eb6968f32958fefdd0962727e', - 'eth:fhe' as unknown as UnderlyingAsset, + '0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb', + 'eth:vow' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined, undefined ), AccountCtors.erc20( - 'ff205253-373b-49d0-b32d-5211d20e0d62', - 'eth:vow', - 'Vow', + '78bd4626-6958-4c56-961d-d9579e926f53', + 'eth:rsc', + 'ResearchCoin', 18, - '0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb', - 'eth:vow' as unknown as UnderlyingAsset, + '0xd101dcc414f310268c37eeb4cd376ccfa507f571', + 'eth:rsc' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined, undefined ), AccountCtors.erc20( - 'cdc47df2-850a-4a3d-898a-a4fc540dd85e', - 'eth:tgc', - 'TG.Casino', + '7f90a4e7-5dd1-4382-a4f3-95c070adcba5', + 'eth:pci', + 'PayProtocol Paycoin', + 8, + '0x3c2a309d9005433c1bc2c92ef1be06489e5bf258', + 'eth:pci' as unknown as UnderlyingAsset, + getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), + undefined, + undefined, + undefined + ), + AccountCtors.erc20( + '479bab8f-49db-4cec-8aee-c48574819b7a', + 'eth:wallet', + 'Ambire Wallet', 18, - '0x25b4f5d4c314bcd5d7962734936c957b947cb7cf', - 'eth:tgc' as unknown as UnderlyingAsset, + '0x88800092ff476844f74dc2fc427974bbee2794ae', + 'eth:wallet' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined, undefined ), AccountCtors.erc20( - '78bd4626-6958-4c56-961d-d9579e926f53', - 'eth:rsc', - 'ResearchCoin', + 'cdc47df2-850a-4a3d-898a-a4fc540dd85e', + 'eth:tgc', + 'TG.Casino', 18, - '0xd101dcc414f310268c37eeb4cd376ccfa507f571', - 'eth:rsc' as unknown as UnderlyingAsset, + '0x25b4f5d4c314bcd5d7962734936c957b947cb7cf', + 'eth:tgc' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined, @@ -2455,24 +2467,12 @@ export const botTokens = [ undefined ), AccountCtors.erc20( - '38ea18a5-4565-4b40-99af-65f0b38af4d8', - 'eth:kaio', - 'KAIO', + 'de7d9673-dfa0-440d-865b-823677e265e1', + 'eth:fhe', + 'MindNetwork FHE Token', 18, - '0x00bac91fd8f5b4a0dc03c8021139b76f6549ee7e', - 'eth:kaio' as unknown as UnderlyingAsset, - getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), - undefined, - undefined, - undefined - ), - AccountCtors.erc20( - '7f90a4e7-5dd1-4382-a4f3-95c070adcba5', - 'eth:pci', - 'PayProtocol Paycoin', - 8, - '0x3c2a309d9005433c1bc2c92ef1be06489e5bf258', - 'eth:pci' as unknown as UnderlyingAsset, + '0xd55c9fb62e176a8eb6968f32958fefdd0962727e', + 'eth:fhe' as unknown as UnderlyingAsset, getTokenFeatures('eth', ['custody-bitgo-new-york' as CoinFeature, 'custody-bitgo-germany' as CoinFeature]), undefined, undefined,