You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I cannot deploy a contract to matic mainnet using this command: "truffle migrate --network maticMainnet" because it gives the error
Error: *** Deployment Failed ***
"Migrations" -- only replay-protected (EIP-155) transactions allowed over RPC.
at /home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/deployer/src/deployment.js:365:1
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Migration._deploy (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/Migration.js:70:1)
at Migration._load (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/Migration.js:56:1)
at Migration.run (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/Migration.js:217:1)
at Object.runMigrations (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:150:1)
at Object.runFrom (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:110:1)
at Object.run (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/migrate/index.js:87:1)
at runMigrations (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/core/lib/commands/migrate.js:258:1)
at Object.run (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/core/lib/commands/migrate.js:223:1)
at Command.run (/home/ethereum/.nvm/versions/node/v16.6.1/lib/node_modules/truffle/build/webpack:/packages/core/lib/command.js:172:1)
I have made no modifications to the 1_initial_migrations.js file at all, it looks like this:
I am so dissapointed that the default way that the library sends a deployment transaction has been obsolete for almost 5 years now. Not really interested in getting help, just going to switch back to hardhat which is far superior, and uses EIP-155 transactions as a default.
Operating System: Windows 10 (using WSL subsystem with Ubuntu 20
Ethereum client: quiknode
Truffle version (truffle version): 5.4.5
node version (node --version): 16.6.1
npm version (npm --version): 12.0.0
The text was updated successfully, but these errors were encountered:
I cannot deploy a contract to matic mainnet using this command: "truffle migrate --network maticMainnet" because it gives the error
Error: *** Deployment Failed ***
"Migrations" -- only replay-protected (EIP-155) transactions allowed over RPC.
I have made no modifications to the 1_initial_migrations.js file at all, it looks like this:
I am so dissapointed that the default way that the library sends a deployment transaction has been obsolete for almost 5 years now. Not really interested in getting help, just going to switch back to hardhat which is far superior, and uses EIP-155 transactions as a default.
truffle version
): 5.4.5node --version
): 16.6.1npm --version
): 12.0.0The text was updated successfully, but these errors were encountered: