Skip to content

Commit 77cbdbc

Browse files
authored
Merge pull request #7116 from BitGo/WIN-7361-OG-ERC20-Token-Standard
feat: add coin feature to og
2 parents f658c12 + ba93367 commit 77cbdbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ export const allCoinsAndTokens = [
764764
CoinFeature.EVM_COMPATIBLE_UI,
765765
CoinFeature.EVM_NON_BITGO_RECOVERY,
766766
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
767+
CoinFeature.SUPPORTS_ERC20,
767768
],
768769
KeyCurve.Secp256k1,
769770
'',
@@ -785,6 +786,7 @@ export const allCoinsAndTokens = [
785786
CoinFeature.EVM_COMPATIBLE_UI,
786787
CoinFeature.EVM_NON_BITGO_RECOVERY,
787788
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
789+
CoinFeature.SUPPORTS_ERC20,
788790
],
789791
KeyCurve.Secp256k1,
790792
'',

0 commit comments

Comments
 (0)