From a25ca83eb829a141aac6c1a6fbdc6aa303bf0674 Mon Sep 17 00:00:00 2001 From: Tak Wai Wong <64229756+tak-hntlabs@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:26:44 -0800 Subject: [PATCH] Tak/fix client regressions due to contract changes (#1466) smart contract now returns the permissions as strings so that the client doesn't have to parse bytes into strings. Fix spaceShim to handle the different behaviors between localhost and goerli because contract changes are not yet deployed to goerli. --- zion/contracts/localhost_space_factory/space-factory.json | 4 ++-- zion/contracts/zion_localhost/space-factory.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zion/contracts/localhost_space_factory/space-factory.json b/zion/contracts/localhost_space_factory/space-factory.json index a45c696f0..e9bd4c664 100644 --- a/zion/contracts/localhost_space_factory/space-factory.json +++ b/zion/contracts/localhost_space_factory/space-factory.json @@ -1,4 +1,4 @@ { - "spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e", - "spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F" + "spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0", + "spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853" } \ No newline at end of file diff --git a/zion/contracts/zion_localhost/space-factory.json b/zion/contracts/zion_localhost/space-factory.json index a45c696f0..e9bd4c664 100644 --- a/zion/contracts/zion_localhost/space-factory.json +++ b/zion/contracts/zion_localhost/space-factory.json @@ -1,4 +1,4 @@ { - "spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e", - "spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F" + "spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0", + "spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853" } \ No newline at end of file