Skip to content

Commit

Permalink
deploy a contract
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKrasnoperov committed Jul 13, 2024
1 parent 3baf720 commit f615cd8
Show file tree
Hide file tree
Showing 30 changed files with 1,675 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../../build-info/19d01cade292c48c5962fd66e57f6acd.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "FunctionsClient",
"sourceName": "@chainlink/contracts/src/v0.8/functions/v1_0_0/FunctionsClient.sol",
"abi": [
{
"inputs": [],
"name": "OnlyRouterCanFulfill",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "id",
"type": "bytes32"
}
],
"name": "RequestFulfilled",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "id",
"type": "bytes32"
}
],
"name": "RequestSent",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "requestId",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "response",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "err",
"type": "bytes"
}
],
"name": "handleOracleFulfillment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../../../build-info/19d01cade292c48c5962fd66e57f6acd.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IFunctionsClient",
"sourceName": "@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsClient.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes32",
"name": "requestId",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "response",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "err",
"type": "bytes"
}
],
"name": "handleOracleFulfillment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../../../build-info/19d01cade292c48c5962fd66e57f6acd.json"
}
Loading

0 comments on commit f615cd8

Please sign in to comment.