Skip to content

Commit

Permalink
Bump @truffle/hdwallet-provider to 1.4.0
Browse files Browse the repository at this point in the history
See issue truffle-box#1 and related issues linked below. 

Fixes below error when attempting to migrate the default contract.

```
Error: while migrating SimpleStorage: only replay-protected (EIP-155) transactions allowed over RPC
```

trufflesuite/truffle#3913
trufflesuite/truffle#4147
  • Loading branch information
scald committed Jun 29, 2021
1 parent 3d354b1 commit 51cc6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/truffle-box/polygon-box#readme",
"devDependencies": {
"@maticnetwork/maticjs": "^2.0.40",
"@truffle/hdwallet-provider": "^1.2.3",
"@truffle/hdwallet-provider": "^1.4.0",
"dotenv": "^9.0.0"
},
"dependencies": {}
Expand Down

0 comments on commit 51cc6cd

Please sign in to comment.