Skip to content

Commit

Permalink
feat: update matic config to latest deployment (Jun 29, 2022)
Browse files Browse the repository at this point in the history
build: upgrade package version
  • Loading branch information
scorpion9979 committed Aug 1, 2022
1 parent 6868cbd commit f8186ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0
image: hififinance/hifi-liquidator-js:1.0.1
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.0",
"version": "1.0.1",
"author": {
"name": "Hifi",
"email": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"matic": {
"contracts": {
"balanceSheet": "0x5B92712bb68b41abf6c153e807Fc10bc4a9e290d",
"flashSwap": "0x8dC4c14aD5a1D50959BB9F67fc86219fF5a632E9"
"balanceSheet": "0xd2abC684c94603Cf3Eb72a0dAAAdE8943a754282",
"flashSwap": "0x19d05F7c3045d9eEa9375983384470627B6756AF"
},
"uniswap": {
"factory": "0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32",
Expand All @@ -15,7 +15,7 @@
}
}
},
"startBlock": 21135054
"startBlock": 30144233
},
"rinkeby": {
"contracts": {
Expand Down

0 comments on commit f8186ed

Please sign in to comment.