Skip to content

Commit

Permalink
fix: bug regarding outdated flashSwap contract
Browse files Browse the repository at this point in the history
build: upgrade package version to 1.0.3
  • Loading branch information
scorpion9979 committed Sep 20, 2022
1 parent fb717ba commit b4f5c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
secretKeyRef:
name: hifi-liquidator-js-secret
key: wallet-seed
image: hififinance/hifi-liquidator-js:1.0.2
image: hififinance/hifi-liquidator-js:1.0.3
name: hifi-liquidator-js
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/liquidator-js",
"description": "Utility for automatically liquidating underwater accounts in Hifi",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down
2 changes: 1 addition & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"matic": {
"contracts": {
"balanceSheet": "0xd2abC684c94603Cf3Eb72a0dAAAdE8943a754282",
"flashSwap": "0x19d05F7c3045d9eEa9375983384470627B6756AF"
"flashSwap": "0x4D349A76321eBc9fF8313f23967Ad913720bbda3"
},
"uniswap": {
"factory": "0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32",
Expand Down

0 comments on commit b4f5c5f

Please sign in to comment.