Commit Graph

5 Commits

Author SHA1 Message Date
Tanya S 96e43d64f0
Update contract limit and rest traffic commit (#79)
* update contract val to be replaced with MAX-MESSAGE_LIMIT

* update image commit for rest-traffic
2024-06-27 11:01:12 +02:00
Tanya S 2d9dc39ace
add new environment variable for contract deployment (#78) 2024-06-26 14:34:48 +02:00
Tanya S 083318a2bd
replace hardcoded MAX_MESSAGE_LIMIT in RLN contract (#74) 2024-06-20 15:39:19 +02:00
Tanya S 359db48e2d
Upgrade to RLNv2 (#45) 2024-06-07 10:13:45 +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