Skip to content

Commit

Permalink
Add WBTC relayer config (#86)
Browse files Browse the repository at this point in the history
### What was the problem?

This PR resolves #LISK-1453

### How was it solved?

- Synchronized the testnet config values with mainnet
- Added mainnet relayer config

### How was it tested?

NA (WBTC is not deployed/supported on Sepolia/Lisk Sepolia)
  • Loading branch information
sameersubudhi authored Jan 22, 2025
2 parents ef29e09 + bee8b46 commit 74d23e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions config/mainnet/relayerExternalInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
"thresholdPct": 15,
"targetOverageBuffer": 3
}
},
"WBTC": {
"1135": {
"targetPct": 30,
"thresholdPct": 15,
"targetOverageBuffer": 3
}
}
}
}
4 changes: 2 additions & 2 deletions config/sepolia/relayerExternalInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"4202": {
"targetPct": 30,
"thresholdPct": 10,
"targetOverageBuffer": 1.5,
"unwrapWethThreshold": 0.025,
"unwrapWethTarget": 0.1,
"targetOverageBuffer": 1.5
"unwrapWethTarget": 0.1
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions config/sepolia/relayerExternalInventory_WETH_LSK_USDT.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"4202": {
"targetPct": 30,
"thresholdPct": 10,
"targetOverageBuffer": 1.5,
"unwrapWethThreshold": 0.025,
"unwrapWethTarget": 0.1,
"targetOverageBuffer": 1.5
"unwrapWethTarget": 0.1
}
},
"0x16B840bA01e2b05fc2268eAf6d18892a11EC29D6": {
"4202": {
"targetPct": 30,
"thresholdPct": 10,
"targetOverageBuffer": 2.5
"thresholdPct": 15,
"targetOverageBuffer": 3
}
},
"0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0": {
"4202": {
"targetPct": 30,
"thresholdPct": 10,
"targetOverageBuffer": 1.5
"thresholdPct": 15,
"targetOverageBuffer": 3
}
}
}
Expand Down

0 comments on commit 74d23e6

Please sign in to comment.