Skip to content

Commit

Permalink
More tips on EVM and Metamask wallet (#51)
Browse files Browse the repository at this point in the history
The tips are very important and emergent to all users and developers.
  • Loading branch information
DarianShawn authored Nov 8, 2023
1 parent a8f3bba commit 9982da7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/get-started/hawaii-hard-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,30 @@ Your dAPP might not perfectly work on it due to different RPC and EVM behavior,

## Impacts

* Offline signature sdk
**Important notes** for all the users and developers.

* Offline Signature SDK
* Transaction needs to be signed with chain id.
* You might need to adjust your priority fee to at least 250GWei to make sure it won't failed when calling method without visiting `eth_gasPrice`.

* RPC interface
* RPC Interface
* Much of it is the same as before and is compatible with the Ethereum RPC API.

* Transaction fees
* Transaction Fees
* Berlin fork is enabled, so it should be a little cheaper to visit already acceessed storage.

* **Solidity Compatibility**
* Use EVM version less than or equal to `london(0.8.17)`. If you use a higher version of EVM than this, contract deployment or execution may fail.

* **Metamask or Other Wallets**
* You need to adjust your estimated gas price to at least 250GWei manually. Metamask wallet will calulate priority price offline, and give out too low price estimations.

![Alt text](/img/mm-setting-1.png)

![Alt text](/img/mm-setting-2.png)

![Alt text](/img/mm-setting-3.png)

## Contributions

Contact us by [GitHub issue](https://github.com/dogechain-lab/dbsc/issues) if you got any technical problem before and after the hard fork.
Binary file added static/img/mm-setting-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/mm-setting-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/mm-setting-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9982da7

Please sign in to comment.