diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a87c1088..facd3bb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: You can also access the Reflexer app directly from an IPFS gateway. **BEWARE**: The Reflexer app uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as transactions hashes. - **You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [app.reflexer.finance](https://app.reflexer.finance). + **You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [ipfs.reflexer.finance](https://ipfs.reflexer.finance). IPFS gateways: - https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.dweb.link/ diff --git a/src/containers/OnBoarding/ModifySafe.tsx b/src/containers/OnBoarding/ModifySafe.tsx index f128a3c5..3bd06d72 100644 --- a/src/containers/OnBoarding/ModifySafe.tsx +++ b/src/containers/OnBoarding/ModifySafe.tsx @@ -169,8 +169,6 @@ const ModifySafe = ({ } if (safeState.singleSafe && !isDeposit) { - console.log(connector) - await safeActions.repayAndWithdraw({ safeData: { ...safeState.safeData, diff --git a/src/services/blockchain.ts b/src/services/blockchain.ts index 2f4ca0d3..a1452013 100644 --- a/src/services/blockchain.ts +++ b/src/services/blockchain.ts @@ -99,7 +99,6 @@ export const handleRepayAndWithdraw = async ( } if (!txData) throw new Error('No transaction request!') - console.log(safeData.isGnosisSafe) if (safeData.isGnosisSafe && !ethToFree.isZero()) { txData.gasLimit = BigNumber.from('865000')