Skip to content

Commit

Permalink
clean lendmarket
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 1, 2024
1 parent 6f2b853 commit c7eb456
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions src/includes/itering/nodes/arbitrum.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: arbitrum
rpc: https://arb1.arbitrum.io/rpc
lendMarket:
protocol: aave
healthFactorLimit: 3
collaterals:
- symbol: eth
autosupplyAmount: 0.2
- symbol: usdc
autosupplyAmount: 2000
tokens:
- symbol: usdt
minRepay: 100
minReserved: 0
#lendMarket:
# protocol: aave
# healthFactorLimit: 3
# collaterals:
# - symbol: eth
# autosupplyAmount: 0.2
# - symbol: usdc
# autosupplyAmount: 2000
# tokens:
# - symbol: usdt
# minRepay: 100
# minReserved: 0
20 changes: 10 additions & 10 deletions src/includes/itering/nodes/polygon.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

name: polygon
rpc: https://polygon-bor-rpc.publicnode.com
lendMarket:
protocol: aave
healthFactorLimit: 3
collaterals:
- symbol: usdc
autosupplyAmount: 400
tokens:
- symbol: usdt
minRepay: 100
minReserved: 0
#lendMarket:
# protocol: aave
# healthFactorLimit: 3
# collaterals:
# - symbol: usdc
# autosupplyAmount: 400
# tokens:
# - symbol: usdt
# minRepay: 100
# minReserved: 0

0 comments on commit c7eb456

Please sign in to comment.