Closed llunaCreixent closed 2 years ago
We have to change the import of the safe-contracts in circles-contracts/migrations/3_deploy_safe.js
Tests don't pass for me but maybe it is some unrelated problem. I tried using node v14.21.1 npm 6.14.17
@mikozet for the core tests you need to work with the use-latest-contracts
branch of docker. And remember to cp .env.example .env
, also do it in the core branch
@mikozet for the core tests you need to work with the
use-latest-contracts
branch of docker. And remember tocp .env.example .env
, also do it in the core branch
Thx @llunaCreixent I will write it down but also was thinking maybe we should include that info somewhere? Like Internal Handbook?
We add the support of the last version of the
safe-contracts
.Tasks:
GnosisSafe
,ProxyFactory
,MultiSend
,MultiSendCallOnly
, andDefaultCallbackHandler
contracts from@gnosis.pm/safe-contracts
package.@circles/safe-contracts
package.Acceptance criteria:
Closes https://github.com/CirclesUBI/circles-contracts/issues/165