diff --git a/.github/workflows/dev-demo-deploy.yml b/.github/workflows/dev-demo-deploy.yml index 8ae34e9ad..b6eb8f293 100644 --- a/.github/workflows/dev-demo-deploy.yml +++ b/.github/workflows/dev-demo-deploy.yml @@ -41,4 +41,4 @@ jobs: env: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - run: netlify deploy --dir=public --alias=$GITHUB_SHA --message=$GITHUB_SHA + run: netlify deploy --dir=public --filter packages/beacon-sdk --alias=$GITHUB_SHA --message=$GITHUB_SHA diff --git a/packages/beacon-transport-walletconnect/src/communication-client/WalletConnectCommunicationClient.ts b/packages/beacon-transport-walletconnect/src/communication-client/WalletConnectCommunicationClient.ts index e0daa6f5c..8da0049fe 100644 --- a/packages/beacon-transport-walletconnect/src/communication-client/WalletConnectCommunicationClient.ts +++ b/packages/beacon-transport-walletconnect/src/communication-client/WalletConnectCommunicationClient.ts @@ -177,7 +177,7 @@ export class WalletConnectCommunicationClient extends CommunicationClient { await this.closeSessions() await this.openSession() } - + this.setDefaultAccountAndNetwork() const session = this.getSession()