@aboutcircles/sdk 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3602,7 +3602,7 @@ var ai = Math.pow(2, 56);
3602
3602
  var pi = Math.pow(2, 63);
3603
3603
  var ii = BigInt(96) * BigInt(1000000000000000000);
3604
3604
  var si = BigInt("9999999999999999999999999999999999999");
3605
- var Ve = { 100: { circlesRpcUrl: "https://rpc.aboutcircles.com/", pathfinderUrl: "https://pathfinder.aboutcircles.com", profileServiceUrl: "https://rpc.aboutcircles.com/profiles/", referralsServiceUrl: "https://staging.circlesubi.network/referrals", v1HubAddress: "0x29b9a7fbb8995b2423a71cc17cf9810798f6c543", v2HubAddress: "0xc12C1E50ABB450d6205Ea2C3Fa861b3B834d13e8", nameRegistryAddress: "0xA27566fD89162cC3D40Cb59c87AAaA49B85F3474", baseGroupMintPolicy: "0xcCa27c26CF7BAC2a9928f42201d48220F0e3a549", standardTreasury: "0x08F90aB73A515308f03A718257ff9887ED330C6e", coreMembersGroupDeployer: "0xFEca40Eb02FB1f4F5F795fC7a03c1A27819B1Ded", baseGroupFactoryAddress: "0xD0B5Bd9962197BEaC4cbA24244ec3587f19Bd06d", liftERC20Address: "0x5F99a795dD2743C36D63511f0D4bc667e6d3cDB5", invitationFarmAddress: "0x0000000000000000000000000000000000000000", referralsModuleAddress: "0xd6dF7cc2C2DB03ec91761f4469D8dBAac7e538C9", invitationModuleAddress: "0x00738aca013B7B2e6cfE1690F0021C3182Fa40B5" } };
3605
+ var Ve = { 100: { circlesRpcUrl: "https://rpc.aboutcircles.com/", pathfinderUrl: "https://pathfinder.aboutcircles.com", profileServiceUrl: "https://rpc.aboutcircles.com/profiles/", referralsServiceUrl: "https://staging.circlesubi.network/referrals", v1HubAddress: "0x29b9a7fbb8995b2423a71cc17cf9810798f6c543", v2HubAddress: "0xc12C1E50ABB450d6205Ea2C3Fa861b3B834d13e8", nameRegistryAddress: "0xA27566fD89162cC3D40Cb59c87AAaA49B85F3474", baseGroupMintPolicy: "0xcCa27c26CF7BAC2a9928f42201d48220F0e3a549", standardTreasury: "0x08F90aB73A515308f03A718257ff9887ED330C6e", coreMembersGroupDeployer: "0xFEca40Eb02FB1f4F5F795fC7a03c1A27819B1Ded", baseGroupFactoryAddress: "0xD0B5Bd9962197BEaC4cbA24244ec3587f19Bd06d", liftERC20Address: "0x5F99a795dD2743C36D63511f0D4bc667e6d3cDB5", invitationFarmAddress: "0x0000000000000000000000000000000000000000", referralsModuleAddress: "0x12105a9B291aF2ABb0591001155A75949b062CE5", invitationModuleAddress: "0x00738aca013B7B2e6cfE1690F0021C3182Fa40B5" } };
3606
3606
  function ea(e2, t2, n2, a2) {
3607
3607
  if (typeof e2.setBigUint64 === "function")
3608
3608
  return e2.setBigUint64(t2, n2, a2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aboutcircles/sdk",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Simplified Circles SDK for non-crypto users with low entrance barrier",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",