-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: initialize chain-id after upgrade (#1631)
Initializes the chain_id after upgrading kakarot if it's unset Fixes an issue where eth_send_transaction would use the `eth_chain_id()` of the network instead of the one that is defined in the constants, leading to tests passing even though the onchain `chain_id` was not correct Closes #1629
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters