Skip to content

Commit

Permalink
fix(eth-multisig-v4): add chain id of the coin in the network identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Dec 18, 2023
1 parent 9688c5d commit ba2b570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/coins/OpethWalletSimple.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import '../WalletSimple.sol';
*
*
*/
contract ArbethWalletSimple is WalletSimple {
contract OpethWalletSimple is WalletSimple {
/**
* Get the network identifier that signers must sign over
* This provides protection signatures being replayed on other chains
Expand Down

0 comments on commit ba2b570

Please sign in to comment.