chore: update README with contract address

This commit is contained in:
Danish Arora 2025-03-26 15:07:34 +05:30
parent 52011fe83d
commit 4fc9cca0cc
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@ import { RLN_ABI } from "./abi.js";
export const SEPOLIA_CONTRACT = {
chainId: 59141,
// Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
address: "0xb9cd878c90e49f797b4431fbf4fb333108cb90e6",
abi: RLN_ABI
};