Skip to content

Commit

Permalink
Bump targetOverageBuffer to allow the relayer to fill LSK transfer re…
Browse files Browse the repository at this point in the history
…quests on Lisk (#46)

### What was the problem?

This PR resolves
[LISK-1033](https://onchaincollective.atlassian.net/browse/LISK-1033)

### How was it solved?

- [x]  Bump targetOverageBuffer for LSK on Lisk

### How was it tested?

NA


[LISK-1033]:
https://onchaincollective.atlassian.net/browse/LISK-1033?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
sameersubudhi authored Sep 2, 2024
1 parent c7fdddd commit 0cb9ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/mainnet/relayerExternalInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"LSK": {
"1135": {
"targetPct": 30,
"thresholdPct": 10,
"targetOverageBuffer": 2.5
"targetPct": 10,
"thresholdPct": 1,
"targetOverageBuffer": 9
}
},
"USDT": {
Expand Down

0 comments on commit 0cb9ec5

Please sign in to comment.