diff --git a/app/components/candidates/Apply.vue b/app/components/candidates/Apply.vue index 58c4bfb..9044be4 100644 --- a/app/components/candidates/Apply.vue +++ b/app/components/candidates/Apply.vue @@ -709,7 +709,8 @@ export default { const txParams = { from: account, gasPrice: self.web3.utils.toHex(self.gasPrice), - gas: self.web3.utils.toHex(gas) + gas: self.web3.utils.toHex(gas), + chainId: self.chainConfig.networkId } await new Promise((resolve, reject) => { let settled = false