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
A new RLN contract has been deployed to Linea Sepolia testnet (see waku-org/pm#228 and waku-org/pm#258). This requires updates to the nwaku repo.
Updates need to be made to the nwaku repo to point to the new contract and then update nwaku-compose to use this new nwaku
The text was updated successfully, but these errors were encountered:
The old/current contract as used in nwaku repo: 0xCB33Aa5B38d79E3D9Fa8B10afF38AA201399a7e3
0xCB33Aa5B38d79E3D9Fa8B10afF38AA201399a7e3
The New contract is deployed on Linea Sepolia: Implementation is here: 0x5536F82a106D8C1f5F61D111DF57cae6218F6b54 Implementation is here: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3 Proxy is here: 0xB9cd878C90E49F797B4431fBF4fb333108CB90e6
0x5536F82a106D8C1f5F61D111DF57cae6218F6b54
The code needs to be updated with the new contract here: nwaku repo: https://github.com/waku-org/nwaku/blob/master/apps/sonda/docker-compose.yml#L12 https://github.com/waku-org/nwaku/blob/master/apps/sonda/register_rln.sh#L27 https://github.com/waku-org/nwaku/blob/master/waku/factory/networks_config.nim#L25
These are related issues that are out of scope of this issue and still need to be created:
Sorry, something went wrong.
These updates are also required in nwaku-compose: https://github.com/waku-org/nwaku-compose/blob/master/docker-compose.yml#L6 https://github.com/waku-org/nwaku-compose/blob/master/register_rln.sh#L26
stubbsta
No branches or pull requests
Background
A new RLN contract has been deployed to Linea Sepolia testnet (see waku-org/pm#228 and waku-org/pm#258). This requires updates to the nwaku repo.
Details
Updates need to be made to the nwaku repo to point to the new contract and then update nwaku-compose to use this new nwaku
The text was updated successfully, but these errors were encountered: