We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`init http://localhost:3000/static/js/main.chunk.js:1123:46
1120 | const registrationTax = await leadStake.methods.registrationTax().call(); 1121 | const referralRewards = await leadStake.methods.referralRewards(accounts[0]).call(); 1122 | const referralCount = await leadStake.methods.referralCount(accounts[0]).call();
1123 | const dailyROI = await leadStake.methods.dailyROI().call(); | ^ 1124 | const status = await leadStake.methods.registered(accounts[0]).call(); 1125 | setWeb3(web3); 1126 | setAccounts(accounts);`
Loading in localhost throws the above error when testing in ropsten test network.
The text was updated successfully, but these errors were encountered:
` 86 | const referralCount = await leadStake.methods 87 | .referralCount(accounts[0]) 88 | .call();
89 | const dailyROI = await leadStake.methods.dailyROI().call(); | ^ 90 | const status = await leadStake.methods.registered(accounts[0]).call(); 91 | 92 | setWeb3(web3);`
Sorry, something went wrong.
No branches or pull requests
`init
http://localhost:3000/static/js/main.chunk.js:1123:46
1120 | const registrationTax = await leadStake.methods.registrationTax().call();
1121 | const referralRewards = await leadStake.methods.referralRewards(accounts[0]).call();
1122 | const referralCount = await leadStake.methods.referralCount(accounts[0]).call();
Loading in localhost throws the above error when testing in ropsten test network.
The text was updated successfully, but these errors were encountered: