From e02eedc25f9172baae840f494c127a0f3bd060ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C5=ABdolfs=20O=C5=A1i=C5=86=C5=A1?= Date: Tue, 25 May 2021 17:51:58 +0200 Subject: [PATCH] WHIP multisig anchoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rūdolfs Ošiņš --- package.json | 1 + ui/Modal/Org/AnchorProject.svelte | 6 ++- ui/src/org.ts | 73 +++++++++++++++++++++++++++++-- yarn.lock | 42 +++++++++++++++++- 4 files changed, 116 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 01874ec5ba..c685ad4196 100644 --- a/package.json +++ b/package.json @@ -167,6 +167,7 @@ "@apollo/client": "^3.3.15", "@ethersproject/bytes": "^5.1.0", "@ethersproject/properties": "^5.1.0", + "@gnosis.pm/safe-core-sdk": "^0.1.2", "@types/big.js": "^6.0.2", "@types/qs": "^6.9.6", "@types/uuid": "^8.3.0", diff --git a/ui/Modal/Org/AnchorProject.svelte b/ui/Modal/Org/AnchorProject.svelte index 9f6def2057..057cf3e33d 100644 --- a/ui/Modal/Org/AnchorProject.svelte +++ b/ui/Modal/Org/AnchorProject.svelte @@ -1,5 +1,6 @@