-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Error "Migrations" -- invalid sender when I deploy to BSC testnet #3939
Comments
using @truffle/hdwallet-provider V1.2.3 works for me. |
@gabriellee82 which node provider/node version are you using? |
Hi, I am using the following on windows 10: Truffle v5.2.5 (core: 5.2.5) on BSC testnet. |
Which BSC Testnet node provider (or your own node)? And do you know the BSC node version? I realize now that these issues might not be linked - I have not looked at if the BSC fork has implemented the chain ID enforcement or not... |
Obviously it is caused by hdwallet-provider, just switch hdwallet-provider back to 1.2.2. It looks like below
|
This is my truffle-config.js
|
Yes, seems like v1.2.4 is not working. |
Meanwhile I fixed it by downgrading, as mentioned by @gabriellee82 . @gabriellee82 could you tell me why this is 'obvious'? Usually when one has not upgraded it would seem obvious to me that something doesn't work, not downgrading : ) |
I have created a standard OpenZeppelin ERC721PresetMinterPauserAutoId NFT smart contract. I have tested locally and it works, and I am trying to deploy it to the public testnet now. But then I get the following error: "Migrations" -- invalid sender. I used the following tutorial: https://docs.binance.org/smart-chain/developer/ERC721.html
I hope somebody can help me : )
The text was updated successfully, but these errors were encountered: