Deploy to GTON Network
module.exports = {
networks: {
...
// for testnet
'gton-testnet': {
url: "https://testnet.gton.network/",
chainId: 50021,
accounts: [privateKey1, privateKey2, ...]
},
},
...
}Last updated