diff --git a/package.json b/package.json index 864953e..adadbbe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.3.7", + "version": "0.3.8", "type": "module", "scripts": { "dev": "vite", diff --git a/src/containers/Bridge/Bridge.jsx b/src/containers/Bridge/Bridge.jsx index c9d9c01..e7bb2b9 100644 --- a/src/containers/Bridge/Bridge.jsx +++ b/src/containers/Bridge/Bridge.jsx @@ -242,7 +242,7 @@ const Bridge = ({ chainId, address, config, connect }) => { const amount = new DecimalBigNumber(BigInt(currentRecord.amount), 18).toString(); let url = "https://lite.ghostchain.io/#/applause?"; - url += `networkId=${chainId}&`; + url += `networkId=${currentRecord.chainId}&`; url += `sessionIndex=${currentRecord.sessionIndex}&`; url += `amount=${amount}&`; url += `receiver=${currentRecord.receiverAddress}&`;