Skip to content

Commit

Permalink
update lend amount
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 13, 2024
1 parent 89faa11 commit 68ee883
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/arbitrum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: eth
autosupplyAmount: 1
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 2000
tokens:
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/avalanche.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens: []
4 changes: 2 additions & 2 deletions src/includes/itering/nodes/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: eth
autosupplyAmount: 1
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens:
- symbol: eth
minRepay: 0.1
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/bsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens: [ ]

2 changes: 1 addition & 1 deletion src/includes/itering/nodes/gnosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens: []

4 changes: 2 additions & 2 deletions src/includes/itering/nodes/op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: eth
autosupplyAmount: 1
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens:
- symbol: eth
minRepay: 0.1
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/polygon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens:
- symbol: usdt
minRepay: 100
Expand Down
4 changes: 2 additions & 2 deletions src/includes/itering/nodes/scroll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: eth
autosupplyAmount: 1
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 1800
tokens:
- symbol: eth
minRepay: 0.1
Expand Down

0 comments on commit 68ee883

Please sign in to comment.