From b37db1f3c08de51e69e055130bb55201bbbd0025 Mon Sep 17 00:00:00 2001 From: Velenir Date: Wed, 23 Jun 2021 17:20:46 +0300 Subject: [PATCH 1/2] force git init for heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99ae8d6..dba0b80 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "scripts": { - "preinstall": "[ ! -d 'walletconnect-monorepo/servers/relay' ] && git submodule update --init --recursive --force || exit 0", + "preinstall": "[ ! -d 'walletconnect-monorepo/servers/relay' ] && git init && git submodule update --init --recursive --force || exit 0", "postinstall": "yarn --cwd 'walletconnect-monorepo/servers/relay' install --production=false", "build": "yarn --cwd 'walletconnect-monorepo/servers/relay' build", "start": "pm2-runtime start ecosystem.config.js --env production" From 63d16697eebc827a989008514ad31ba9c62b5a6f Mon Sep 17 00:00:00 2001 From: Velenir Date: Wed, 23 Jun 2021 18:12:40 +0300 Subject: [PATCH 2/2] redirect submodule --- .gitmodules | 4 +++- walletconnect-monorepo | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d74da07..569fa60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ [submodule "walletconnect-monorepo"] path = walletconnect-monorepo - url = https://github.com/WalletConnect/walletconnect-monorepo.git + url = https://github.com/paraswap/walletconnect-monorepo.git + branch = feat/multi_instance + \ No newline at end of file diff --git a/walletconnect-monorepo b/walletconnect-monorepo index 6c7214c..cb4d5fc 160000 --- a/walletconnect-monorepo +++ b/walletconnect-monorepo @@ -1 +1 @@ -Subproject commit 6c7214cbba225f26d912d665a825c91b1b480663 +Subproject commit cb4d5fcbfd16188ab329346cb82a0895d7c317bc