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
36 changes: 36 additions & 0 deletions modules/statics/src/coins/botOfcTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1549,4 +1549,40 @@ export const botOfcTokens = [
undefined,
undefined
),
AccountCtors.ofcerc20(
'bcdd6ba1-645e-4832-b665-8e46bb8d3827',
'ofceth:rif',
'Rootstock Infrastructure Framework',
18,
'eth:rif' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
AccountCtors.ofcsolToken(
'07dd9ce8-e74e-4629-bfaa-2355c9122bef',
'ofcsol:usds',
'ofcUSDS',
6,
'sol:usds' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
AccountCtors.ofcerc20(
'6cb021d7-ea8e-4919-b3cd-13caeb92ee28',
'ofceth:fonq',
'FONQ',
18,
'eth:fonq' as unknown as UnderlyingAsset,
undefined,
undefined,
undefined,
undefined,
undefined
),
];
58 changes: 58 additions & 0 deletions modules/statics/src/coins/botTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,22 @@ export const botTokens = [
undefined,
Networks.test.hoodi
),
AccountCtors.terc20(
'62c5d357-b508-4748-9a07-878d3414b472',
'hteth:stzamadfns',
'Mock Dfns Staked ZAMA',
20,
'0x5278ab58212949c60a8eeef1e3cbb7bc6588d7b9',
'hteth:stzamadfns' 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',
Expand Down Expand Up @@ -3121,4 +3137,46 @@ export const botTokens = [
undefined,
undefined
),
AccountCtors.erc20(
'd46c2e2c-1a8a-4d6d-a9a1-b70b64963562',
'eth:rif',
'Rootstock Infrastructure Framework',
18,
'0x01b603be3d545f096015741e6503440282bf45fb',
'eth:rif' as unknown as UnderlyingAsset,
getTokenFeatures('eth', [
'custody-bitgo-new-york' as CoinFeature,
'custody-bitgo-germany' as CoinFeature,
'custody-bitgo-korea' as CoinFeature,
]),
undefined,
undefined,
undefined
),
AccountCtors.solToken(
'e1bcb46d-ac8f-40b1-968a-142e5361e652',
'sol:usds',
'USDS',
6,
'USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA',
'USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA',
'sol:usds' as unknown as UnderlyingAsset,
getTokenFeatures('sol'),
AccountCtors.ProgramID.TokenProgramId,
undefined,
undefined,
undefined
),
AccountCtors.erc20(
'7e91a1e1-7c15-4743-8981-a135274d872d',
'eth:fonq',
'FONQ',
18,
'0x4cff203005b24aa1083b35063d684a76b1080f22',
'eth:fonq' as unknown as UnderlyingAsset,
getTokenFeatures('eth'),
undefined,
undefined,
undefined
),
];
Loading