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

contracts-bedrock: regenerate snapshot

parent 1f241de0
...@@ -11,13 +11,32 @@ ...@@ -11,13 +11,32 @@
"outputs": [ "outputs": [
{ {
"internalType": "address", "internalType": "address",
"name": "", "name": "addr_",
"type": "address" "type": "address"
} }
], ],
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "bytes32",
"name": "_slot",
"type": "bytes32"
}
],
"name": "getBool",
"outputs": [
{
"internalType": "bool",
"name": "value_",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{ {
"inputs": [ "inputs": [
{ {
...@@ -30,7 +49,7 @@ ...@@ -30,7 +49,7 @@
"outputs": [ "outputs": [
{ {
"internalType": "bytes32", "internalType": "bytes32",
"name": "", "name": "value_",
"type": "bytes32" "type": "bytes32"
} }
], ],
...@@ -49,7 +68,7 @@ ...@@ -49,7 +68,7 @@
"outputs": [ "outputs": [
{ {
"internalType": "uint256", "internalType": "uint256",
"name": "", "name": "value_",
"type": "uint256" "type": "uint256"
} }
], ],
...@@ -74,6 +93,24 @@ ...@@ -74,6 +93,24 @@
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{
"inputs": [
{
"internalType": "bytes32",
"name": "_slot",
"type": "bytes32"
},
{
"internalType": "bool",
"name": "_value",
"type": "bool"
}
],
"name": "setBool",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ {
"inputs": [ "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