Skip to content

Commit 1a03810

Browse files
authored
Merge pull request #7340 from BitGo/derek/SC-add-shared-evm-message-flag-to-arb-op
feat(statics): add shared evm message signing for arb and op
2 parents 66dc9bf + 241dc58 commit 1a03810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ export const ARBETH_FEATURES = [
467467
CoinFeature.MULTISIG,
468468
CoinFeature.BULK_TRANSACTION,
469469
CoinFeature.ERC20_BULK_TRANSACTION,
470+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
470471
];
471472
export const OPETH_FEATURES = [
472473
...ETH_FEATURES,
@@ -483,6 +484,7 @@ export const OPETH_FEATURES = [
483484
CoinFeature.WALLET_CONNECT_DEFI,
484485
CoinFeature.BULK_TRANSACTION,
485486
CoinFeature.ERC20_BULK_TRANSACTION,
487+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
486488
];
487489
export const ZKETH_FEATURES = [
488490
...ETH_FEATURES,

0 commit comments

Comments
 (0)