Unable to deploy smart contract to mainnet
According to gas-report on hardhat it take arround 0.02ETH and wallet ETH is 0.079150594937047879’’
Here is the error:
Error: insufficient funds for intrinsic transaction cost [ See: Error Codes ] (error={“name”:“ProviderError”,“_stack”:“ProviderError: HttpProviderError\n at HttpProvider.request (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/hardhat/src/internal/core/providers/http.ts:83:19)\n at LocalAccountsProvider.request (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/hardhat/src/internal/core/providers/accounts.ts:181:36)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at EthersProviderWrapper.send (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)”,“code”:-32000,“_isProviderError”:true}, method=“sendTransaction”, transaction=undefined, code=INSUFFICIENT_FUNDS, version=providers/5.7.2)
at Logger.makeError (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
at Logger.throwError (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
at checkError (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:98:16)
at /Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:265:24
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
reason: ‘insufficient funds for intrinsic transaction cost’,
code: ‘INSUFFICIENT_FUNDS’,
error: ProviderError: HttpProviderError
at HttpProvider.request (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/hardhat/src/internal/core/providers/http.ts:83:19)
at LocalAccountsProvider.request (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/hardhat/src/internal/core/providers/accounts.ts:181:36)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at EthersProviderWrapper.send (/Users/gtccomputer/Dev/kube/bitcoinx/dex/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20),
method: ‘sendTransaction’,
transaction: undefined
}
Codebase: GitHub - bitcoinxnetwork/dex
Anyone can tell me the problem,