Skip to content

Commit

Permalink
add arbitrum sequencer calls (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ememet authored Mar 12, 2024
1 parent e0b8800 commit 28ac5db
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "bytes",
"name": "transactions",
"type": "bytes"
},
{
"internalType": "uint256[]",
"name": "lengths",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "sectionsMetadata",
"type": "uint256[]"
},
{
"internalType": "bytes32",
"name": "afterAcc",
"type": "bytes32"
}
],
"name": "addSequencerL2Batch",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0xd03bfe2ce83632f4e618a97299cc91b1335bb2d9",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "arbitrum",
"schema": [
{
"description": "",
"name": "transactions",
"type": "STRING"
},
{
"description": "",
"name": "lengths",
"type": "STRING"
},
{
"description": "",
"name": "sectionsMetadata",
"type": "STRING"
},
{
"description": "",
"name": "afterAcc",
"type": "STRING"
}
],
"table_description": "",
"table_name": "SequencerInbox_call_addSequencerL2Batch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "bytes",
"name": "transactions",
"type": "bytes"
},
{
"internalType": "uint256[]",
"name": "lengths",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "sectionsMetadata",
"type": "uint256[]"
},
{
"internalType": "bytes32",
"name": "afterAcc",
"type": "bytes32"
},
{
"internalType": "contract IGasRefunder",
"name": "gasRefunder",
"type": "address"
}
],
"name": "addSequencerL2BatchFromOriginWithGasRefunder",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0xd03bfe2ce83632f4e618a97299cc91b1335bb2d9",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "arbitrum",
"schema": [
{
"description": "",
"name": "transactions",
"type": "STRING"
},
{
"description": "",
"name": "lengths",
"type": "STRING"
},
{
"description": "",
"name": "sectionsMetadata",
"type": "STRING"
},
{
"description": "",
"name": "afterAcc",
"type": "STRING"
},
{
"description": "",
"name": "gasRefunder",
"type": "STRING"
}
],
"table_description": "",
"table_name": "SequencerInbox_call_addSequencerL2BatchFromOriginWithGasRefunder"
}
}

0 comments on commit 28ac5db

Please sign in to comment.