Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
laalaguer committed May 13, 2021
1 parent 8a91574 commit 90425a8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ But eventually it is the unified set of code that is deployed on VeChain after t
Based on `main` branch.

Specific tweaks:
- `chainId()` tweak (fixed value) for different network: “testnet”.
- `chainId()` tweak (fixed value) for different network: “testnet” `0x27`.
- `istanbul` compiler option change to `constantinpole`.
- `CREATE2` hash change of respective files.
- `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.

0 comments on commit 90425a8

Please sign in to comment.