chore: change hub contract address (#675)

This commit is contained in:
Nesopie
2025-06-24 15:36:03 +05:30
committed by GitHub
parent bc486e13d2
commit 12e3598753
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/core",
"version": "1.0.2",
"version": "1.0.3-beta.1",
"type": "module",
"repository": {
"type": "git",

View File

@@ -22,7 +22,7 @@ const CELO_MAINNET_RPC_URL = 'https://forno.celo.org';
const CELO_TESTNET_RPC_URL = 'https://alfajores-forno.celo-testnet.org';
const IDENTITY_VERIFICATION_HUB_ADDRESS = '0x0000000000000000000000000000000000000000';
const IDENTITY_VERIFICATION_HUB_ADDRESS_STAGING = '0xb32424e64810Ffa264155419C8D898B838715E47';
const IDENTITY_VERIFICATION_HUB_ADDRESS_STAGING = '0x6Cf56Bcc68D3eb1255D55251bcB46AfcFFef445b';
export class SelfBackendVerifier {
protected scope: string;