From 4fc9cca0ccf35b980fbe98da31f85b7fee49ff6f Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Wed, 26 Mar 2025 15:07:34 +0530 Subject: [PATCH] chore: update README with contract address --- packages/rln/README.md | 5 +++++ packages/rln/src/contract/constants.ts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/rln/README.md b/packages/rln/README.md index 9148245514..3de34d55a1 100644 --- a/packages/rln/README.md +++ b/packages/rln/README.md @@ -20,6 +20,11 @@ import { RLN } from '@waku/rln'; // Usage examples coming soon ``` +## Constants + +- Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3 +- Proxy contract: 0xb9cd878c90e49f797b4431fbf4fb333108cb90e6 + ## License MIT OR Apache-2.0 \ No newline at end of file diff --git a/packages/rln/src/contract/constants.ts b/packages/rln/src/contract/constants.ts index 21dd7391b3..9609a2cf6a 100644 --- a/packages/rln/src/contract/constants.ts +++ b/packages/rln/src/contract/constants.ts @@ -2,7 +2,6 @@ import { RLN_ABI } from "./abi.js"; export const SEPOLIA_CONTRACT = { chainId: 59141, - // Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3 address: "0xb9cd878c90e49f797b4431fbf4fb333108cb90e6", abi: RLN_ABI };