chore: update contract address and chain ID to Linea Sepolia

This commit is contained in:
Danish Arora 2025-03-06 16:26:45 +05:30
parent 6db7b4cab9
commit 2438a562b4
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

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