Consensys / web3js-eea

EEA JavaScript libraries.
Mozilla Public License 2.0
35 stars 40 forks source link

Update examples default dev chain ID to 1337 once value changed in Besu #150

Closed NicolasMassart closed 3 years ago

NicolasMassart commented 3 years ago

Besu dev network default chain id is going to be updated in https://github.com/hyperledger/besu/issues/2121 Once done, it will require to also update examples in this repos.

See also doc related issue and https://github.com/hyperledger/besu-docs/issues/664

macfarla commented 3 years ago

This PR moves the chainID to keys.js so it's easy to change - but it's still 2018 https://github.com/ConsenSys/quorum-dev-quickstart/pull/49/files

vmichalik commented 3 years ago

what's the latest on this @macfarla?