regenerate json addresses (#1218)

json addresses changed when i run the deploy script on a new instance of
anvil. Regenerated the json
This commit is contained in:
Tak Wai Wong 2023-01-13 09:39:22 -08:00 committed by GitHub
parent e51eb13a13
commit 7f3d10905a
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{
"spaceFactory": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
"spaceToken": ""
}
"spaceFactory": "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1",
"spaceToken": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE"
}

View file

@ -1,3 +1,4 @@
{
"spaceFactory": "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1"
"spaceFactory": "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1",
"spaceToken": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE"
}