mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-06-06 22:59:37 +00:00
chore: update README with contract address
This commit is contained in:
parent
52011fe83d
commit
4fc9cca0cc
@ -20,6 +20,11 @@ import { RLN } from '@waku/rln';
|
|||||||
// Usage examples coming soon
|
// Usage examples coming soon
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Constants
|
||||||
|
|
||||||
|
- Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
|
||||||
|
- Proxy contract: 0xb9cd878c90e49f797b4431fbf4fb333108cb90e6
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT OR Apache-2.0
|
MIT OR Apache-2.0
|
||||||
@ -2,7 +2,6 @@ import { RLN_ABI } from "./abi.js";
|
|||||||
|
|
||||||
export const SEPOLIA_CONTRACT = {
|
export const SEPOLIA_CONTRACT = {
|
||||||
chainId: 59141,
|
chainId: 59141,
|
||||||
// Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
|
|
||||||
address: "0xb9cd878c90e49f797b4431fbf4fb333108cb90e6",
|
address: "0xb9cd878c90e49f797b4431fbf4fb333108cb90e6",
|
||||||
abi: RLN_ABI
|
abi: RLN_ABI
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user