File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,11 @@ export enum CoinFeature {
456456 * This token is internal and shouldn't be exposed to users
457457 */
458458 RESTRICTED = 'restricted' ,
459+
460+ /**
461+ * This coin is an EVM compatible coin and should use common EVM message signing functionality
462+ */
463+ SHARED_EVM_MESSAGE_SIGNING = 'shared-evm-message-signing' ,
459464}
460465
461466/**
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ export const BSC_FEATURES = [
268268 CoinFeature . STUCK_TRANSACTION_MANAGEMENT_TSS ,
269269 CoinFeature . CUSTODY_BITGO_FRANKFURT ,
270270 CoinFeature . BULK_TRANSACTION ,
271+ CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
271272] ;
272273export const BSC_TOKEN_FEATURES = [ ...ACCOUNT_COIN_DEFAULT_FEATURES , CoinFeature . BULK_TRANSACTION ] ;
273274export const BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE = [
You can’t perform that action at this time.
0 commit comments