keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

this.contract.methods.signerFeeTbtc is not a function #289

Closed cryptocrs closed 4 years ago

cryptocrs commented 4 years ago

Error during deposit in step 2/5- this.contract.methods.signerFeeTbtc is not a function

image

Attached the console logs dapp.test.tbtc.network-1595532196802.log

This is on Windows 10/Chrome browser

Shadowfiend commented 4 years ago

Whoops, we deployed a new version of tbtc.js that included keep-network/tbtc.js#53, without deploying the latest version of tbtc that implemented the underlying changes. Pulling this back now. We wanted to get you the latest UI goodness faster, and here we are :wink:

Shadowfiend commented 4 years ago

Deploying a fix now, hold tight.

Shadowfiend commented 4 years ago

This should be fixed!

Shadowfiend commented 4 years ago

If you're still seeing this, please feel free to reopen the issue, btw! Make sure you've reloaded with a clear cache for the dApp though.

cryptocrs commented 4 years ago

I was able to get past this error now and was able to mint tBTC. Yayyy, Thank you !