Skip to content

Commit 92ae523

Browse files
committed
update: readme formatting
1 parent 30cf96c commit 92ae523

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ let tx_data = "0xe70dd2fc0000000000000000000000000000000000000000000000000000000
88
```
99
for the current abi in `src/abi.json` returns:
1010
```
11-
CreateDecreasePosition(CreateDecreasePositionCall { path: [0xff970a61a04b1ca14834a43f5de4533ebddb5cc8], index_token: 0x82af49447d8a07e3bd95bd0d56f35241523fbab1, collateral_delta: 449391823907218545570703489342, size_delta: 900000000000000000000000000000, is_long: false, receiver: 0x82828f6aff831e0d8b366d7b33caf12b39232772, acceptable_price: 1332846580000000000000000000000000, min_out: 0, execution_fee: 100000000000000, withdraw_eth: false })
11+
CreateDecreasePosition(
12+
CreateDecreasePositionCall {
13+
path: [0xff970a61a04b1ca14834a43f5de4533ebddb5cc8],
14+
index_token: 0x82af49447d8a07e3bd95bd0d56f35241523fbab1,
15+
collateral_delta: 449391823907218545570703489342,
16+
size_delta: 900000000000000000000000000000,
17+
is_long: false,
18+
receiver: 0x82828f6aff831e0d8b366d7b33caf12b39232772,
19+
acceptable_price: 1332846580000000000000000000000000,
20+
min_out: 0,
21+
execution_fee: 100000000000000,
22+
withdraw_eth: false
23+
}
24+
)
1225
```
1326

1427
## Quick start

0 commit comments

Comments
 (0)