mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-22 14:53:15 +00:00
chore: update contract address and chain ID to Linea Sepolia
This commit is contained in:
parent
6db7b4cab9
commit
2438a562b4
@ -1,8 +1,9 @@
|
||||
import { RLN_ABI } from "./abi.js";
|
||||
|
||||
export const SEPOLIA_CONTRACT = {
|
||||
chainId: 11155111,
|
||||
address: "0xCB33Aa5B38d79E3D9Fa8B10afF38AA201399a7e3",
|
||||
chainId: 59141,
|
||||
// Implementation contract: 0xde2260ca49300357d5af4153cda0d18f7b3ea9b3
|
||||
address: "0xb9cd878c90e49f797b4431fbf4fb333108cb90e6",
|
||||
abi: RLN_ABI
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user