mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
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:
parent
910e40e2b5
commit
a25ca83eb8
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
|
||||
"spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
|
||||
"spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
|
||||
"spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853"
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"spaceFactory": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e",
|
||||
"spaceToken": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
|
||||
"spaceFactory": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
|
||||
"spaceToken": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853"
|
||||
}
|
||||
Loading…
Reference in a new issue