Commit 7898701f authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: regenerate snapshot

parent 1f241de0
......@@ -11,13 +11,32 @@
"outputs": [
{
"internalType": "address",
"name": "",
"name": "addr_",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "_slot",
"type": "bytes32"
}
],
"name": "getBool",
"outputs": [
{
"internalType": "bool",
"name": "value_",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
......@@ -30,7 +49,7 @@
"outputs": [
{
"internalType": "bytes32",
"name": "",
"name": "value_",
"type": "bytes32"
}
],
......@@ -49,7 +68,7 @@
"outputs": [
{
"internalType": "uint256",
"name": "",
"name": "value_",
"type": "uint256"
}
],
......@@ -74,6 +93,24 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "_slot",
"type": "bytes32"
},
{
"internalType": "bool",
"name": "_value",
"type": "bool"
}
],
"name": "setBool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment