Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sip-397.md #2021

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading