Skip to content

Deploying

Fabian Chawin Cedrati edited this page Jul 19, 2022 · 1 revision

Must have the secrets file, which are not in the repository.

ROPSTEIN truffle migrate --network=ropsten

MATIC truffle migrate --config truffle-config.polygon.js --network=polygon_infura_mainnet

If you get Error: error:0308010C:digital envelope routines::unsupported is because you have node 17 which is not suppported. No need to downgrade but you must do export NODE_OPTIONS=--openssl-legacy-provider

Clone this wiki locally