Skip to content

Commit 57b3c22

Browse files
Merge pull request #8598 from BitGo/ams-bot-tokens
feat: PR from asset-metadata-service for token onboardings
2 parents ce72642 + f789106 commit 57b3c22

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

modules/statics/src/coins/botOfcTokens.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,4 +793,28 @@ export const botOfcTokens = [
793793
undefined,
794794
undefined
795795
),
796+
AccountCtors.ofcerc20(
797+
'c673dd10-076e-47b7-a53f-3a622c7cf38c',
798+
'ofceth:krwq',
799+
'KRWQ',
800+
18,
801+
'eth:krwq' as unknown as UnderlyingAsset,
802+
undefined,
803+
undefined,
804+
undefined,
805+
undefined,
806+
undefined
807+
),
808+
AccountCtors.ofcerc20(
809+
'cb98a20f-f22a-494a-b8e6-53212aa96f5a',
810+
'ofceth:hybond',
811+
'HYBOND',
812+
18,
813+
'eth:hybond' as unknown as UnderlyingAsset,
814+
undefined,
815+
undefined,
816+
undefined,
817+
undefined,
818+
undefined
819+
),
796820
];

modules/statics/src/coins/botTokens.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,4 +796,28 @@ export const botTokens = [
796796
undefined,
797797
undefined
798798
),
799+
AccountCtors.erc20(
800+
'ffb0d91e-c6d9-4cef-b5ea-f3781a757197',
801+
'eth:krwq',
802+
'KRWQ',
803+
18,
804+
'0xc00db6b41473d065027f5ed6fada20fde75f142e',
805+
'eth:krwq' as unknown as UnderlyingAsset,
806+
networkFeatureMapForTokens['eth'],
807+
undefined,
808+
undefined,
809+
undefined
810+
),
811+
AccountCtors.erc20(
812+
'f940b8f1-4911-4632-94ce-f4c0d950defb',
813+
'eth:hybond',
814+
'HYBOND',
815+
18,
816+
'0x67c312a26695ea9842bbcf1e1d0ee64694e42db6',
817+
'eth:hybond' as unknown as UnderlyingAsset,
818+
networkFeatureMapForTokens['eth'],
819+
undefined,
820+
undefined,
821+
undefined
822+
),
799823
];

0 commit comments

Comments
 (0)