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
112 changes: 74 additions & 38 deletions modules/statics/src/coins/botOfcTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,11 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'ec6463ad-bb55-41d1-8e3e-4fdfcb5d0e08',
'ofceth:kaio',
'KAIO',
'15b3346a-6c6d-4ec9-9199-d4067f4ec819',
'ofceth:wallet',
'Ambire Wallet',
18,
'eth:kaio' as unknown as UnderlyingAsset,
'eth:wallet' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
Expand All @@ -1152,11 +1152,11 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'd108b1d9-6560-4732-a1b1-bba63f2d2308',
'ofceth:vow',
'Vow',
'7a71eba1-49b3-4630-8e13-1c43bea6f270',
'ofceth:fhe',
'MindNetwork FHE Token',
18,
'eth:vow' as unknown as UnderlyingAsset,
'eth:fhe' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
Expand All @@ -1166,25 +1166,11 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'aed23d74-d469-4f4a-a0a0-8fef5abf8e1c',
'ofceth:rsc',
'ResearchCoin',
'd108b1d9-6560-4732-a1b1-bba63f2d2308',
'ofceth:vow',
'Vow',
18,
'eth:rsc' 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:vow' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
Expand All @@ -1194,11 +1180,11 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'15b3346a-6c6d-4ec9-9199-d4067f4ec819',
'ofceth:wallet',
'Ambire Wallet',
'a612a762-1940-4bd9-85e8-f92999c6ce43',
'ofceth:tgc',
'TG.Casino',
18,
'eth:wallet' as unknown as UnderlyingAsset,
'eth:tgc' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
Expand All @@ -1208,11 +1194,11 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'a612a762-1940-4bd9-85e8-f92999c6ce43',
'ofceth:tgc',
'TG.Casino',
'aed23d74-d469-4f4a-a0a0-8fef5abf8e1c',
'ofceth:rsc',
'ResearchCoin',
18,
'eth:tgc' as unknown as UnderlyingAsset,
'eth:rsc' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
Expand Down Expand Up @@ -1250,11 +1236,25 @@ export const botOfcTokens = [
'eth'
),
AccountCtors.ofcerc20(
'7a71eba1-49b3-4630-8e13-1c43bea6f270',
'ofceth:fhe',
'MindNetwork FHE Token',
'ec6463ad-bb55-41d1-8e3e-4fdfcb5d0e08',
'ofceth:kaio',
'KAIO',
18,
'eth:fhe' as unknown as UnderlyingAsset,
'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,
undefined,
undefined,
undefined,
Expand Down Expand Up @@ -3441,4 +3441,40 @@ export const botOfcTokens = [
undefined,
undefined
),
AccountCtors.ofcsolToken(
'15cfb593-a2f3-4961-aa97-edd676cc2707',
'ofcsol:cushy',
'ofcCoinbase USD Stablecoin Yield Fund',
6,
'sol:cushy' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
AccountCtors.ofcsolToken(
'84cd9a5e-3ace-43e9-8729-47f57a9e85ef',
'ofcsol:usdstar',
'ofcUSD Star',
6,
'sol:usdstar' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
AccountCtors.ofcsolToken(
'00e2d90e-5ff7-457a-9c7f-d827aef23c1f',
'ofcsol:usdu',
'ofcUSDu',
6,
'sol:usdu' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
];
132 changes: 90 additions & 42 deletions modules/statics/src/coins/botTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2371,72 +2371,60 @@ export const botTokens = [
undefined
),
AccountCtors.erc20(
'38ea18a5-4565-4b40-99af-65f0b38af4d8',
'eth:kaio',
'KAIO',
'479bab8f-49db-4cec-8aee-c48574819b7a',
'eth:wallet',
'Ambire Wallet',
18,
'0x00bac91fd8f5b4a0dc03c8021139b76f6549ee7e',
'eth:kaio' 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(
'ff205253-373b-49d0-b32d-5211d20e0d62',
'eth:vow',
'Vow',
'de7d9673-dfa0-440d-865b-823677e265e1',
'eth:fhe',
'MindNetwork FHE Token',
18,
'0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb',
'eth:vow' 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,
undefined
),
AccountCtors.erc20(
'78bd4626-6958-4c56-961d-d9579e926f53',
'eth:rsc',
'ResearchCoin',
'ff205253-373b-49d0-b32d-5211d20e0d62',
'eth:vow',
'Vow',
18,
'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(
'7f90a4e7-5dd1-4382-a4f3-95c070adcba5',
'eth:pci',
'PayProtocol Paycoin',
8,
'0x3c2a309d9005433c1bc2c92ef1be06489e5bf258',
'eth:pci' 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(
'479bab8f-49db-4cec-8aee-c48574819b7a',
'eth:wallet',
'Ambire Wallet',
'cdc47df2-850a-4a3d-898a-a4fc540dd85e',
'eth:tgc',
'TG.Casino',
18,
'0x88800092ff476844f74dc2fc427974bbee2794ae',
'eth:wallet' 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,
undefined
),
AccountCtors.erc20(
'cdc47df2-850a-4a3d-898a-a4fc540dd85e',
'eth:tgc',
'TG.Casino',
'78bd4626-6958-4c56-961d-d9579e926f53',
'eth:rsc',
'ResearchCoin',
18,
'0x25b4f5d4c314bcd5d7962734936c957b947cb7cf',
'eth:tgc' 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,
Expand Down Expand Up @@ -2467,12 +2455,24 @@ export const botTokens = [
undefined
),
AccountCtors.erc20(
'de7d9673-dfa0-440d-865b-823677e265e1',
'eth:fhe',
'MindNetwork FHE Token',
'38ea18a5-4565-4b40-99af-65f0b38af4d8',
'eth:kaio',
'KAIO',
18,
'0xd55c9fb62e176a8eb6968f32958fefdd0962727e',
'eth:fhe' 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(
'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,
Expand Down Expand Up @@ -4813,4 +4813,52 @@ export const botTokens = [
undefined,
undefined
),
AccountCtors.solToken(
'236b8971-57a1-4e55-9293-5ffcbb0882a1',
'sol:cushy',
'Coinbase USD Stablecoin Yield Fund',
6,
'HSWt2izBvgNnxG982DcsysGikDnrgSq3EAWMYCSMGziP',
'HSWt2izBvgNnxG982DcsysGikDnrgSq3EAWMYCSMGziP',
'sol:cushy' as unknown as UnderlyingAsset,
getTokenFeatures('sol', [
'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,
]),
AccountCtors.ProgramID.Token2022ProgramId,
undefined,
undefined,
undefined
),
AccountCtors.solToken(
'37b851d6-aa0d-44fe-8d0f-a1ea44894991',
'sol:usdstar',
'USD Star',
6,
'star9agSpjiFe3M49B3RniVU4CMBBEK3Qnaqn3RGiFM',
'star9agSpjiFe3M49B3RniVU4CMBBEK3Qnaqn3RGiFM',
'sol:usdstar' as unknown as UnderlyingAsset,
getTokenFeatures('sol', ['custody-bitgo-germany' as CoinFeature, 'custody-bitgo-korea' as CoinFeature]),
AccountCtors.ProgramID.TokenProgramId,
undefined,
undefined,
undefined
),
AccountCtors.solToken(
'2416634b-e283-4261-a04c-5aa2cf5a7ac6',
'sol:usdu',
'USDu',
6,
'9ckR7pPPvyPadACDTzLwK2ZAEeUJ3qGSnzPs8bVaHrSy',
'9ckR7pPPvyPadACDTzLwK2ZAEeUJ3qGSnzPs8bVaHrSy',
'sol:usdu' as unknown as UnderlyingAsset,
getTokenFeatures('sol', ['custody-bitgo-germany' as CoinFeature, 'custody-bitgo-korea' as CoinFeature]),
AccountCtors.ProgramID.Token2022ProgramId,
undefined,
undefined,
undefined
),
];
Loading