Skip to content

Commit f798837

Browse files
authored
fix(infra): reduce inventory rebalancer native balance thresholds to match transferRemote gas costs (#8308)
1 parent 37d2a7c commit f798837

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"arbitrum": 0.6,
3-
"avalanche": 1,
4-
"base": 0.2,
5-
"ethereum": 0.3,
6-
"optimism": 0.3,
7-
"polygon": 130,
8-
"unichain": 0.07
2+
"arbitrum": 0.01,
3+
"avalanche": 0.5,
4+
"base": 0.01,
5+
"ethereum": 0.01,
6+
"optimism": 0.01,
7+
"polygon": 20,
8+
"unichain": 0.01
99
}

0 commit comments

Comments
 (0)