update staging registry address (#545)

This commit is contained in:
nicoshark
2025-05-01 04:43:10 +09:00
committed by GitHub
parent 2d8c780698
commit f5e243cf9c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@selfxyz/core",
"version": "0.0.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "https://github.com/selfxyz/self"
@@ -59,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@@ -1,4 +1,4 @@
export const REGISTRY_ADDRESS = '0x37F5CB8cB1f6B00aa768D8aA99F1A9289802A968';
export const REGISTRY_ADDRESS_STAGING = '0xD961B67B35739cCF16326B087C9aD2c0095cCc4E';
export const REGISTRY_ADDRESS_STAGING = '0xbC42aA9EF1926D980A2c50b5594586AA7bfF2341';
export const VERIFYALL_ADDRESS = '0xe6D61680A6ED381bb5A0dB5cF4E9Cc933cF43915';
export const VERIFYALL_ADDRESS_STAGING = '0x03237E7b4c2b1AdEBdBC33d91478Eaef05D0fF85';