- migrations/2_deploy_migration.js
const name = "OM Token";
const symbol = "OM";
const decimals = 18;
- .secret
your mnemonic words here
- .infuraKey
your infuraKey to deploy here (check for mainnet and rinkeby they might be different)
- .fromAddress
your contract owner wallet address
$ truffle migrate --compile-all --reset --network rinkeby