-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sequencing): add cetral deploy account transaction written object
- Loading branch information
1 parent
2bf1acb
commit 66c8e37
Showing
3 changed files
with
141 additions
and
17 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
crates/sequencing/papyrus_consensus_orchestrator/resources/central_deploy_account_tx.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"tx": { | ||
"hash_value": "0x429cb4dc45610a80a96800ab350a11ff50e2d69e25c7723c002934e66b5a282", | ||
"version": "0x3", | ||
"signature": [], | ||
"nonce": "0x0", | ||
"sender_address": "0x4c2e031b0ddaa38e06fd9b1bf32bff739965f9d64833006204c67cbc879a57c", | ||
"nonce_data_availability_mode": 0, | ||
"fee_data_availability_mode": 0, | ||
"resource_bounds": { | ||
"L1_GAS": { | ||
"max_amount": "0x1", | ||
"max_price_per_unit": "0x1" | ||
}, | ||
"L2_GAS": { | ||
"max_amount": "0x0", | ||
"max_price_per_unit": "0x0" | ||
}, | ||
"L1_DATA": { | ||
"max_amount": "0x0", | ||
"max_price_per_unit": "0x0" | ||
} | ||
}, | ||
"tip": "0x0", | ||
"paymaster_data": [], | ||
"contract_address_salt": "0x2", | ||
"class_hash": "0x1b5a0b09f23b091d5d1fa2f660ddfad6bcfce607deba23806cd7328ccfb8ee9", | ||
"constructor_calldata": [], | ||
"type": "DEPLOY_ACCOUNT" | ||
}, | ||
"time_created": 1734601616 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters