Skip to content

Commit

Permalink
[app reload] update auto fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Feb 9, 2024
1 parent 183f6dc commit aeb481a
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 46 deletions.
13 changes: 13 additions & 0 deletions src/contracts/abis/BlocklistVaultDiffAbi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "_blocklistManager",
"type": "address"
}
],
"name": "setBlocklistManager",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
13 changes: 13 additions & 0 deletions src/contracts/abis/PrivateVaultDiffAbi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "_whitelister",
"type": "address"
}
],
"name": "setWhitelister",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
Loading

0 comments on commit aeb481a

Please sign in to comment.