mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: change hub contract address (#675)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@selfxyz/core",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-beta.1",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user