Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Use this package to install the Tellor user contracts and test helper functions,
## Contents

- `contracts/interfaces/ITellorDataBridge.sol` - The TellorDataBridge interface
- `contracts/testing/DataBankPlayground.sol` - A testing contract for rapid prototyping with Tellor oracle data
- `contracts/interfaces/IDataBankPlayground.sol` - The DataBankPlayground interface
- `contracts/testing/TellorLab.sol` - A testing contract for rapid prototyping with Tellor oracle data
- `contracts/interfaces/ITellorDataBank.sol` - The TellorDataBank interface, a standard interface for reading tellor data
- `contracts/bridge/TellorDataBridge.sol` - The TellorDataBridge contract
- `src/helpers/evmHelpers.js` - Helper functions for testing

Expand Down
1 change: 1 addition & 0 deletions artifacts/build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion artifacts/build-info/d05a179e09b13bc0470a724f18837726.json

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/build-info/ebdb99267cd32cea6219218999245ca2.json

This file was deleted.

2 changes: 1 addition & 1 deletion artifacts/contracts/bridge/ECDSA.sol/ECDSA.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IDataBankPlayground",
"sourceName": "contracts/interfaces/IDataBankPlayground.sol",
"contractName": "ITellorDataBank",
"sourceName": "contracts/interfaces/ITellorDataBank.sol",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"type": "uint256"
}
],
"internalType": "struct IDataBankPlayground.AggregateData",
"internalType": "struct ITellorDataBank.AggregateData",
"name": "_aggregateData",
"type": "tuple"
}
Expand Down Expand Up @@ -111,31 +111,13 @@
"type": "uint256"
}
],
"internalType": "struct IDataBankPlayground.AggregateData",
"internalType": "struct ITellorDataBank.AggregateData",
"name": "_aggregateData",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "_queryId",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "_value",
"type": "bytes"
}
],
"name": "updateOracleDataPlayground",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/d05a179e09b13bc0470a724f18837726.json"
"buildInfo": "../../../build-info/9e5f0fa02ff1591bf38affe1137bbc7e.json"
}

This file was deleted.

Loading