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.
This commit is contained in:
Tak Wai Wong 2023-02-10 10:26:44 -08:00 committed by GitHub
parent 910e40e2b5
commit a25ca83eb8
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{
"spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
"spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
"spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
"spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853"
}

View file

@ -1,4 +1,4 @@
{
"spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
"spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
"spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
"spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853"
}