Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
maksimKrukovich authored and github-actions[bot] committed Jun 11, 2024
1 parent e892196 commit cac9354
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/abis/Bits.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "Bits",
"sourceName": "contracts/erc4626/Vault.sol",
"abi": [],
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122085c33713e0fef553c01bfe29c47cbcd579244707c3f37c6a02a96a0b1487159064736f6c63430008180033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122085c33713e0fef553c01bfe29c47cbcd579244707c3f37c6a02a96a0b1487159064736f6c63430008180033",
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204b0159e1cbce026bd1d2c5dc69043c3b9c3dd616bed8373aa67b15cccb5a3af064736f6c63430008180033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204b0159e1cbce026bd1d2c5dc69043c3b9c3dd616bed8373aa67b15cccb5a3af064736f6c63430008180033",
"linkReferences": {},
"deployedLinkReferences": {}
}
4 changes: 2 additions & 2 deletions data/abis/HederaVault.json

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions data/abis/IHRC.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IHRC",
"sourceName": "contracts/common/hedera/IHRC.sol",
"abi": [
{
"inputs": [],
"name": "associate",
"outputs": [
{
"internalType": "uint256",
"name": "responseCode",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "dissociate",
"outputs": [
{
"internalType": "uint256",
"name": "responseCode",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
4 changes: 2 additions & 2 deletions data/abis/VaultFactory.json

Large diffs are not rendered by default.

0 comments on commit cac9354

Please sign in to comment.