Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work #9

Open
monosux opened this issue Jul 15, 2019 · 1 comment
Open

Does not work #9

monosux opened this issue Jul 15, 2019 · 1 comment

Comments

@monosux
Copy link

monosux commented Jul 15, 2019

Looks like the bridge does not work at all 馃槀

Yesterday I did a couple of transactions:

Ropsten: https://ropsten.etherscan.io/tx/0x438d9b9b974fdc6d1afa1984a6f17a1e5a3c9e078418ee8202a8727dc5de209a

Rinkeby: https://rinkeby.etherscan.io/tx/0x583a905bf533c00e921d4d899dae8bce9fd578a1fe0af1488f05636f5435831d

And did not get any goerli test ethereum 馃

@ynaciri
Copy link

ynaciri commented Oct 30, 2019

Same here !

Did the following deposit transactions through https://bridge.goerli.com/ :

  • ropsten : 0xe2e05b8be7c708ed00e9ccf5e80592ad9759ba5b811ef074877bbe91946a6763
  • ropsten : 0x4dba12da4c91691ef46c6ac75b1f1b7f9419f1f7aa230d5d6de285634464be89
  • rinkeby : 0x68906778fd7a2f902da0a5d5e219ef819be28e46450058452f2c6ba77e4ac9d8
  • kovan : 0x798bc7c223f0dcd8e20d6d6928cea6c1dc19c1c47000afbb7af82b9da6a4f731

Each time, I waited for the UI to update but it kept showing the "Waiting for pending events" page without ever changing.

I was able to confirm that the Deposit event has been fired each time by looking up those transactions on etherscan.

I then went to the webpage source code to find out the adresses of each contract.

export const DEPOSIT_CONTRACT_ADDRESS_ROPSTEN = '0x5B18d9bC0B889bE5aA99D28CF868FcFF9d249Cc2';
export const DEPOSIT_CONTRACT_ADDRESS_RINKEBY = '0x5B18d9bC0B889bE5aA99D28CF868FcFF9d249Cc2';
export const DEPOSIT_CONTRACT_ADDRESS_KOVAN = '0x5B18d9bC0B889bE5aA99D28CF868FcFF9d249Cc2';
export const DEPOSIT_CONTRACT_ADDRESS_TESTNET = '0x8E9057aE6ff70A4745ce7401D6693CD277A767B1'
export const DEPOSIT_CONTRACT_ABI = (...)
export const WITHDRAW_CONTRACT_ADDRESS_GOERLI = '0x1ac1774060114242593FB259500406730749FB20';
export const WITHDRAW_CONTRACT_ABI_GOERLI = (...)
export const GOERLI_CHAIN_ID = 5;
export const GOERLI_HTTPS_ENDPOINT = "https://rpc.slock.it/goerli";

So I went on remix, connected my metamask to the goerli network and added the contract from the abi I found in the file, supposing it matched the Home contract. I've tried calling the withdraw method with each chain id and different balances without success.

Any help unlocking this situation ? Should I try compiling and trying to interface directly with the contracts or only the designated authorities can do that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants