-
Notifications
You must be signed in to change notification settings - Fork 29
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for any initial sync problems with Arbitrum #2913
Comments
I got a pair of clients running smoothly after #2911 🎉 These are the instructions to get a LC running on Arbitrum currently:
./raiden --eth-rpc-endpoint=https://rinkeby.arbitrum.io/rpc \
--matrix-server=https://transport.arbitrum.env.raiden.network \
--pathfinding-service-address=https://pfs.arbitrum.env.raiden.network \
--user-deposit-contract-address=0xc73fF44a5b216ef9D79F5cF30B221B589102aE00:5416882 This will take a while on first run , because since there's no For completeness, to register that TokenNetwork, I did:
# mint 1000 TTT
http -v http://localhost:5001/api/v1/_testing/tokens/0xfd9ad9bb6353c6AdE47E3F8A4296Bf2ABf707BC4/mint value=1000000000000000000000
# mint 300 SVT
http -v http://localhost:5001/api/v1/_testing/tokens/0x9A2056b5DD74c3B87C62F6bDFA271C9293E78D6f/mint value=300000000000000000000
# deposit 160 SVT to UDC
http -v http://localhost:5001/api/v1/user_deposit total_deposit=160000000000000000000
No other changes were needed, client runs fairly well out-of-the-box. Edit: updated the addresses to the new deployment, which uses |
Description
Make sure the deployment can scan the whole network fine even with old contracts.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: