diff --git a/content/sips/sip-397.md b/content/sips/sip-397.md index c36e92e78..d764ee213 100644 --- a/content/sips/sip-397.md +++ b/content/sips/sip-397.md @@ -33,14 +33,20 @@ The main motivation is to update the protocol, as per the Ecotone specification ## Specification -Pending. +Specification is laid out in this [PR](https://github.com/Synthetixio/synthetix-v3/pull/2189). ### Configurable Values (Via SCCP) Aside from existing parameters from the current implementation, the below parameter would be added: - `unsignedTxSize` size of the unsigned fully [RLP-encoded transaction](https://sepolia-optimism.etherscan.io/getRawTx?tx=0x6b614d3dd27c66b98f83055108509a8fcdaf9cc2924878345cb49ac3d91e338b) for settling an offchain delayed order -The initial configuration of `unsignedTxSize` parameter would be 5000. +The initial configuration of `unsignedTxSize` parameters are as follows: + +| **TransactionType** | **unsignedTxSize** | +|:-------------------:|:------------------:| +| Settle | 5000 | +| Flag | 3100 | +| Liquidate | 1100 | ## Test Cases