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
According to the documentation (and to user expectations) this demo, when connected to ropsten, should allow a gas-less experience thanks to the usage of the GasStationNetwork.
When trying to create a transaction it requests the user to pay gas.
This is probably caused by the application not able to retrieve the URL of any relayers
Additional debug notes
I noticed that the call to https://api.portis.io/gas-relayers passes a parameter called hubContractAddress with the value 0x1349584869A1C7b8dc8AE0e93D8c15F5BB3B4B87, while for your documentation available here I think that the default hub address should be 0xD216153c06E857cD7f72665E0aF1d7D82172F494
According to the documentation (and to user expectations) this demo, when connected to ropsten, should allow a gas-less experience thanks to the usage of the GasStationNetwork.
When trying to create a transaction it requests the user to pay gas.
This is probably caused by the application not able to retrieve the URL of any relayers
Additional debug notes
I noticed that the call to https://api.portis.io/gas-relayers passes a parameter called hubContractAddress with the value 0x1349584869A1C7b8dc8AE0e93D8c15F5BB3B4B87, while for your documentation available here I think that the default hub address should be 0xD216153c06E857cD7f72665E0aF1d7D82172F494
Problem
According to the documentation (and to user expectations) this demo, when connected to ropsten, should allow a gas-less experience thanks to the usage of the GasStationNetwork.
When trying to create a transaction it requests the user to pay gas.
This is probably caused by the application not able to retrieve the URL of any relayers
Additional debug notes
I noticed that the call to
https://api.portis.io/gas-relayers
passes a parameter calledhubContractAddress
with the value0x1349584869A1C7b8dc8AE0e93D8c15F5BB3B4B87
, while for your documentation available here I think that the default hub address should be0xD216153c06E857cD7f72665E0aF1d7D82172F494
Setup
MacOs 10.15.7
node 10.15.1
npm 6.4.1
crypto-puppers master fc201bf
Steps to reproduce
git clone
npm install
npm start
Video of the problem
The text was updated successfully, but these errors were encountered: