Skip to content

Commit

Permalink
Update autosupplyAmount to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 6, 2024
1 parent 5cf5288 commit 2e07cb2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 @@ -6,7 +6,7 @@ lendMarket:
- symbol: eth
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 2000
autosupplyAmount: 5000
tokens:
- symbol: usdt
minRepay: 100
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,7 +4,7 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
tokens:
- symbol: usdt
minRepay: 100
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lendMarket:
- symbol: eth
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
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,7 +4,7 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
tokens:
- symbol: usdt
minRepay: 100
Expand Down
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,7 +4,7 @@ lendMarket:
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
tokens:
- symbol: xdai
minRepay: 100
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lendMarket:
- symbol: eth
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
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: 1800
autosupplyAmount: 4800
tokens:
- symbol: usdt
minRepay: 100
Expand Down
2 changes: 1 addition & 1 deletion src/includes/itering/nodes/scroll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lendMarket:
- symbol: eth
autosupplyAmount: 0.9
- symbol: usdc
autosupplyAmount: 1800
autosupplyAmount: 4800
tokens:
- symbol: eth
minRepay: 0.1
Expand Down

0 comments on commit 2e07cb2

Please sign in to comment.