src/utils/constants.js
script which defines a path to poa-chain-spec repo containing the current addresses and ABIs of consensus contracts in the network (in the corresponding branches: core
- for Core
network, sokol
- for Sokol
network).poa-chain-spec
:abis
(contains the ABIs of consensus contracts). Make sure you only have ABI in each *.abi.json
file (not combined json obtained by solc compiler). The example of the correct .abi.json file;contracts.json
(contains the addresses of consensus contracts and the address of Master of Ceremony
).src/utils/constants.js
and adjust the following:constants.organization
to the name of your organization on GitHub;constants.NETWORKS
describe your network, e.g.:constants.NETWORKS
can contain several networks.Netlify
(GitHub
account is needed) or a similar platform.