6 Commits

Author SHA1 Message Date
stubbsta
0428cefcd1
Update contract addrs, add env fields, update deployment command 2024-06-05 11:03:45 +02:00
stubbsta
372bebab87
deployment rln contract script updated for waku-rlnv2-contract repo 2024-06-05 10:17:18 +02:00
stubbsta
49182f8b61
deploy_rln_contract script checks if the contract repo has already been cloned 2024-06-05 10:13:49 +02:00
stubbsta
ea871e7b50
remove debug code from deploy_rln_contract script 2024-06-05 10:13:48 +02:00
stubbsta
bcffbdad3c
Update deploy-contract-script for new RLNv2 contract on different branch 2024-06-05 10:13:48 +02:00
Tanya S
5c7909eb92
Adding rln contract deployment script (#30)
* chore: add rln registry deploy script

* removed local variables, now passed via docker enviroment

* foundry service now also running contract deploy script

* replaced hardcoded contract bytecode with bytecode retrieved from github

* fixed variable naming

* Added Anvil RPC_URL to env file

* new docker service to get waku-rln-contract repo, build it and deploy

* added entrypoint: sh to contract-repo-deployer and deploy script now has bash/sh

---------

Co-authored-by: rymnc <43716372+rymnc@users.noreply.github.com>
2024-03-26 10:41:52 +02:00