Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
WIP: oracle proxy and data registry updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joeb000 committed Nov 9, 2020
1 parent c8f2823 commit 34370e7
Show file tree
Hide file tree
Showing 67 changed files with 4,042 additions and 204 deletions.
42 changes: 21 additions & 21 deletions packages/protocol/ap-chain/addresses.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"ANNEngine": "0x0c662f6Cf73d547EdBF6f19be14665a050062Cc4",
"CECEngine": "0xdC73265D46b7a36263499ef042880AC2e804BD7b",
"CEGEngine": "0xCA386B0fD4f446aA61957f87d0A1630042255b37",
"CERTFEngine": "0x1725b9c802415a25202B3Da4A33E0631f44BBbf2",
"PAMEngine": "0xAC68a00bB798C3923210909244Eb900E76D4726A",
"STKEngine": "0x0b893858a41C8518c1b7Eb769b34Ed9466c3C0eD",
"ANNRegistry": "0xE82F1D585DBC1D3B2068487206d39CdAe3590e4A",
"CECRegistry": "0xA240Ee48f8dD44CdEeAC513C6fd6739F0C6bE46c",
"CEGRegistry": "0x89E5C5d824F63add4Bb7E17cA7B9BA462CD51A70",
"CERTFRegistry": "0x77A94244ED2F9137ee2BB6A71D79C3188f86c3Cd",
"PAMRegistry": "0xCD4359f9AB7070d825fe0311d86Abc689c09A6fC",
"STKRegistry": "0x456458C2Ae55a573E54B120Ff2BFe04655a20C78",
"DataRegistry": "0xf8a1BfCC2d1d5FaD14B04BE317bf84C272560a62",
"ANNActor": "0x0B84EcC3cb862E82e6F6A687BBeEdC8866B8DebD",
"CECActor": "0x5f1bC4808153b95aed8537C0ba57bc1034a97196",
"CEGActor": "0x5DB04e348C343027993618A15Ae7Ba285dda1708",
"CERTFActor": "0xd40064F0D1f16478083ceee9949637880b309d27",
"PAMActor": "0x36689caccbA3C9fC0395255Fd5767d5540BE71E8",
"STKActor": "0x48AB3b2Fc6D667BC89Ab7f078C99CC707059023E",
"Custodian": "0xf14A0c05b13767BC4b4C831bdf7D2a391292a7F2",
"DvPSettlement": "0x525F3e693c821288f1Cc0146A24fAe1dD98756C1"
"ANNEngine": "0x2028e1Df2C906814De3eb2a62346De9817C8af43",
"CECEngine": "0x74b32aE653127FBCCA342F4E399bF9f9107A3Bb7",
"CEGEngine": "0xdA879E092e02964c6342Fb496a1BD94C76512E5d",
"CERTFEngine": "0xACB1a7D3355f7a1Af96cE392f0d37d7E100c4061",
"PAMEngine": "0x069b43a491B8e237F683aBC994530180F5F82eec",
"STKEngine": "0x3c2F326ebADe2b6b2763db852e21ECCFE536CDB8",
"ANNRegistry": "0xE59d352B0bF49eAf8A58094afd216aBb88E9acff",
"CECRegistry": "0xf75b0a538e1ef5671C3771c92a122D38DDF23300",
"CEGRegistry": "0xa8649594d3466c007B22f9681274b695E8351385",
"CERTFRegistry": "0xFaea1D188Cf0e9902479ec964a31D0877cba1331",
"PAMRegistry": "0xb3fFD8e1173816d177E81382BF77abf854531853",
"STKRegistry": "0xb2D63946b8bAB5897037abd9a86e75c3b0060190",
"DataRegistry": "0xf89E886bF0eAc48C5AD2eB8549296f2Bf2DE1C0b",
"ANNActor": "0x54A42941Ea020F766651a650aD76b6A36a0c305b",
"CECActor": "0x82Ba9a780B8be7278072c92910f05D54969300Cf",
"CEGActor": "0x12d5992200Fa639360CE7906b470B49B28B98CF2",
"CERTFActor": "0x8De740364E9B08d44E71a2133ccB62E486470b8C",
"PAMActor": "0x9416A44239684C6408170b02C3A34dae6dbaAe19",
"STKActor": "0x77e4cfF2E78B277D4e72A7aD34a7757520Fe9850",
"Custodian": "0x11D3e301Ce40B99511C6215b1FAfd9cF047A1cA5",
"DvPSettlement": "0xabc8c424E045302b0Cf849161De5C63D261Aa41c"
}
34 changes: 17 additions & 17 deletions packages/protocol/build/contracts/ANNActor.json

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions packages/protocol/build/contracts/AggregatorInterface.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"contractName": "AggregatorInterface",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "int256",
"name": "current",
"type": "int256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "updatedAt",
"type": "uint256"
}
],
"name": "AnswerUpdated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "startedBy",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "startedAt",
"type": "uint256"
}
],
"name": "NewRound",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
}
],
"name": "getAnswer",
"outputs": [
{
"internalType": "int256",
"name": "",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
}
],
"name": "getTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "latestAnswer",
"outputs": [
{
"internalType": "int256",
"name": "",
"type": "int256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "latestRound",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "latestTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading

0 comments on commit 34370e7

Please sign in to comment.