Skip to content

Commit

Permalink
periph artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptotechmaker committed Nov 6, 2023
1 parent 7c532b7 commit 8cc8bca
Show file tree
Hide file tree
Showing 63 changed files with 19,641 additions and 1,608 deletions.
19 changes: 16 additions & 3 deletions src/artifacts/tapioca-periphery/ARBTriCryptoOracle.json

Large diffs are not rendered by default.

61 changes: 3 additions & 58 deletions src/artifacts/tapioca-periphery/ChainlinkUtils.json

Large diffs are not rendered by default.

19 changes: 16 additions & 3 deletions src/artifacts/tapioca-periphery/GLPOracle.json

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions src/artifacts/tapioca-periphery/ModuleChainlinkMulti.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
"contractName": "ModuleChainlinkMulti",
"sourceName": "contracts/oracle/modules/ModuleChainlinkMulti.sol",
"abi": [
{
"inputs": [],
"name": "GracePeriodNotOver",
"type": "error"
},
{
"inputs": [],
"name": "InvalidChainlinkRate",
"type": "error"
},
{
"inputs": [],
"name": "SequencerDown",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -106,19 +96,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GRACE_PERIOD_TIME",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GUARDIAN_ROLE_CHAINLINK",
Expand All @@ -132,19 +109,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SEQUENCER_UPTIME_FEED",
"outputs": [
{
"internalType": "contract AggregatorV3Interface",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand All @@ -164,19 +128,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "_gracePeriod",
"type": "uint32"
}
],
"name": "changeGracePeriod",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
49 changes: 0 additions & 49 deletions src/artifacts/tapioca-periphery/ModuleChainlinkSingle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
"contractName": "ModuleChainlinkSingle",
"sourceName": "contracts/oracle/modules/ModuleChainlinkSingle.sol",
"abi": [
{
"inputs": [],
"name": "GracePeriodNotOver",
"type": "error"
},
{
"inputs": [],
"name": "InvalidChainlinkRate",
"type": "error"
},
{
"inputs": [],
"name": "SequencerDown",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -106,19 +96,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GRACE_PERIOD_TIME",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GUARDIAN_ROLE_CHAINLINK",
Expand All @@ -132,19 +109,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SEQUENCER_UPTIME_FEED",
"outputs": [
{
"internalType": "contract AggregatorV3Interface",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "chainlinkDecimals",
Expand All @@ -158,19 +122,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "_gracePeriod",
"type": "uint32"
}
],
"name": "changeGracePeriod",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
58 changes: 2 additions & 56 deletions src/artifacts/tapioca-periphery/OracleChainlinkMulti.json

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions src/artifacts/tapioca-periphery/OracleChainlinkMultiEfficient.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
"contractName": "OracleChainlinkMultiEfficient",
"sourceName": "contracts/oracle/OracleChainlinkMultiEfficient.sol",
"abi": [
{
"inputs": [],
"name": "GracePeriodNotOver",
"type": "error"
},
{
"inputs": [],
"name": "InvalidChainlinkRate",
Expand All @@ -18,11 +13,6 @@
"name": "InvalidLength",
"type": "error"
},
{
"inputs": [],
"name": "SequencerDown",
"type": "error"
},
{
"inputs": [],
"name": "ZeroAddress",
Expand Down Expand Up @@ -129,19 +119,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GRACE_PERIOD_TIME",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "GUARDIAN_ROLE_CHAINLINK",
Expand All @@ -168,32 +145,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "SEQUENCER_UPTIME_FEED",
"outputs": [
{
"internalType": "contract AggregatorV3Interface",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "_gracePeriod",
"type": "uint32"
}
],
"name": "changeGracePeriod",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
17 changes: 15 additions & 2 deletions src/artifacts/tapioca-periphery/OracleChainlinkSingle.json

Large diffs are not rendered by default.

58 changes: 2 additions & 56 deletions src/artifacts/tapioca-periphery/OracleDAI.json

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions src/artifacts/tapioca-periphery/OracleMulti.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8cc8bca

Please sign in to comment.