Skip to content

Commit

Permalink
Merge pull request #317 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
cleanups
  • Loading branch information
mstfash authored May 16, 2022
2 parents 2ac0a5f + cb4387a commit d3e0a7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 0 additions & 2 deletions src/containers/OnBoarding/ModifySafe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ const ModifySafe = ({
}

if (safeState.singleSafe && !isDeposit) {
console.log(connector)

await safeActions.repayAndWithdraw({
safeData: {
...safeState.safeData,
Expand Down
1 change: 0 additions & 1 deletion src/services/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d3e0a7e

Please sign in to comment.