Skip to content

Commit

Permalink
Update sip-397.md (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny authored Jul 3, 2024
1 parent fedbf37 commit 72dce1b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions content/sips/sip-397.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72dce1b

Please sign in to comment.