-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
20 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Below Branches Should NOT Be Used | ||
|
||
## `testnet` branch | ||
Based on `main` branch. | ||
|
||
Specific tweaks: | ||
- `chainId()` tweak (fixed value) for different network: “testnet” `0x27`. | ||
- `istanbul` compiler option change to `constantinpole`. | ||
- `CREATE2` hash change of respective files. | ||
- Test cases changes to include `chainId` as a parameter. | ||
|
||
## `mainnet` branch | ||
Based on `testnet` branch | ||
|
||
Specific tweaks: | ||
- `chainId()` tweak (fixed value) for different network: “mainnet” `0x4a`. | ||
- Compiler change same as `testnet` branch. | ||
- `CREATE2` hash change of respective files. | ||
- Test cases changes same as on `testnet` branch. |
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