Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Updated dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Apr 26, 2021
1 parent bc2b47a commit a54fe06
Show file tree
Hide file tree
Showing 58 changed files with 314 additions and 7,355 deletions.
13 changes: 13 additions & 0 deletions abi/BentoBox.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,19 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "DOMAIN_SEPARATOR",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
13 changes: 13 additions & 0 deletions abi/BentoBoxMock.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,19 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "DOMAIN_SEPARATOR",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
21 changes: 20 additions & 1 deletion abi/BentoBoxV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,19 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "DOMAIN_SEPARATOR",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -498,7 +511,13 @@
}
],
"name": "deploy",
"outputs": [],
"outputs": [
{
"internalType": "address",
"name": "cloneAddress",
"type": "address"
}
],
"stateMutability": "payable",
"type": "function"
},
Expand Down
163 changes: 0 additions & 163 deletions abi/BentoHelper.json

This file was deleted.

8 changes: 7 additions & 1 deletion abi/BoringFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@
}
],
"name": "deploy",
"outputs": [],
"outputs": [
{
"internalType": "address",
"name": "cloneAddress",
"type": "address"
}
],
"stateMutability": "payable",
"type": "function"
},
Expand Down
Loading

0 comments on commit a54fe06

Please sign in to comment.