Skip to content

Commit 17dbc13

Browse files
committed
rename to full
1 parent 1a650cb commit 17dbc13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/specs/mev-share/_mev_sendBundle.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"function_selector" |
4141
"hash" |
4242
"tx_hash" |
43-
"tx_full"
43+
"full"
4444
>,
4545
builders?: Array<string>,
4646
},

docs/specs/mev-share/_mev_simBundle.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"function_selector" |
3535
"hash" |
3636
"tx_hash" |
37-
"tx_full"
37+
"full"
3838
>,
3939
builders?: Array<string>,
4040
},

docs/specs/mev-share/hints.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"description": "Share individual tx hashes in the bundle."
2929
},
3030
{
31-
"name": "tx_full",
31+
"name": "full",
3232
"description": "Share all fields of individual txs except signature. This includes nonce, gas price, gas limit, to, from, value, data, and chainId."
3333
}
3434
]

0 commit comments

Comments
 (0)