Skip to content

Commit

Permalink
try storeAddress via storage
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Jul 14, 2023
1 parent c304eb7 commit d749f51
Show file tree
Hide file tree
Showing 24 changed files with 130 additions and 346 deletions.
13 changes: 0 additions & 13 deletions packages/store/abi/IStore.sol/IStore.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,19 +599,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "storeAddress",
"outputs": [
{
"internalType": "address",
"name": "storeAddress",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
13 changes: 0 additions & 13 deletions packages/store/abi/IStore.sol/IStoreData.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,19 +397,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "storeAddress",
"outputs": [
{
"internalType": "address",
"name": "storeAddress",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
13 changes: 0 additions & 13 deletions packages/store/abi/IStore.sol/IStoreRead.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,5 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "storeAddress",
"outputs": [
{
"internalType": "address",
"name": "storeAddress",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
11 changes: 0 additions & 11 deletions packages/store/abi/MirrorSubscriber.sol/MirrorSubscriber.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@
"name": "StoreCore_TableNotFound",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "lowLevelData",
"type": "bytes"
}
],
"name": "StoreSwitch_MissingOrInvalidStoreAddressFunction",
"type": "error"
},
{
"inputs": [
{
Expand Down
11 changes: 0 additions & 11 deletions packages/store/abi/StoreMock.sol/StoreMock.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,6 @@
"name": "StoreCore_TableNotFound",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "lowLevelData",
"type": "bytes"
}
],
"name": "StoreSwitch_MissingOrInvalidStoreAddressFunction",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
11 changes: 0 additions & 11 deletions packages/store/abi/StoreRead.sol/StoreRead.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,6 @@
"name": "StoreCore_TableNotFound",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "lowLevelData",
"type": "bytes"
}
],
"name": "StoreSwitch_MissingOrInvalidStoreAddressFunction",
"type": "error"
},
{
"inputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,6 @@
"name": "StoreReadWithStubs_NotImplemented",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "lowLevelData",
"type": "bytes"
}
],
"name": "StoreSwitch_MissingOrInvalidStoreAddressFunction",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
Loading

0 comments on commit d749f51

Please sign in to comment.