Skip to content

Commit

Permalink
fix: artifact ABI for ChainlinkConversionPath (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Dec 14, 2021
1 parent aa84f16 commit 91619f9
Showing 1 changed file with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "address"
}
],
"name": "UpdateAggregator",
"name": "AggregatorUpdated",
"type": "event"
},
{
Expand Down Expand Up @@ -71,12 +71,12 @@
"inputs": [
{
"internalType": "address",
"name": "inputAddress",
"name": "",
"type": "address"
},
{
"internalType": "address",
"name": "outputAddress",
"name": "",
"type": "address"
}
],
Expand Down Expand Up @@ -113,21 +113,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "maxTimestampDeltaAcceptable",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
Expand Down

0 comments on commit 91619f9

Please sign in to comment.