Ganache v7 is out! Read more about it here: https://trufflesuite.com/blog/introducing-ganache-7/
cliffoo on dash-decode
cds-amal on json-schemes
cds-amal on json-schemes
cds-amal on awol
events: add missing deps dashboard: add missing deps external-compile: add missing d… and 9 more (compare)
cds-amal on awol
add dependency-check script provider: add missing dep events: add missing deps and 11 more (compare)
lsqproduction on dbkit
db-kit: coerce web3-core transa… add web3-core to dev dep decoder:add type, maxfeePerGas,… (compare)
I'm trying to deploy to polygon with a config that is used to work. I'm already willing to pay a high fee, but nothing works.
matic: {
provider: () => new HDWalletProvider({
mnemonic: {
phrase: process.env.MNEMONIC
},
providerOrUrl: 'https://rpc-mainnet.maticvigil.com/v1/<ny',
}),
network_id: 137,
confirmations: 2,
timeoutBlocks: 2000,
gas: 10000000,
gasPrice: 150000000000,
networkCheckTimeout: 10000000,
},
Is there something wrong here?
Hello all,
I am trying to deploy my contract to Polygon mainnet. But getting this error
Saving migration to chain.Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({
code: -32603,
message: 'ESOCKETTIMEDOUT',
data: { originalError: { code: 'ESOCKETTIMEDOUT', connect: false } },
stack: 'Error: ESOCKETTIMEDOUT\n'
I can see the transaction in polygonscan, but the migration is not getting saved.