Skip to content

Commit 71b86bb

Browse files
authored
chore(chainlink-ens-external-adapter): [ETH-881] Remove subpackage (#1001)
Asking for PR review to get early feedback, see "Open questions" ## Open questions This is not used anymore? Was this fully or partially replaced by `ens-sync-script`? Are the other files which we could remove, i.e. which were only used by this deleted subpackage? (search for chainlink, maybe some of those?)
1 parent cca987b commit 71b86bb

File tree

17 files changed

+2
-479
lines changed

17 files changed

+2
-479
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ This is a monorepo containing various smart contracts and subgraphs used by the
55
- [Network contracts](https://github.com/streamr-dev/network-contracts/tree/master/packages/network-contracts) The actual smart contracts used by the Streamr Network. Package exported from here has version 7.x.x and exports Typechain interfaces for Ethers v5.
66
- [Network contracts NPM package](https://github.com/streamr-dev/network-contracts/tree/master/packages/npm-network-contracts) ABI and Typechain interfaces for the Streamr Network smart contracts for Ethers v6, plus scripts for interacting with the smart contracts.
77
- [Network subgraphs](https://github.com/streamr-dev/network-contracts/tree/master/packages/network-subgraphs) The Graph subgraphs for many contracts in the `network-contracts` package
8-
- [config](https://github.com/streamr-dev/network-contracts/tree/master/packages/config) Addresses of deployed Streamr contracts on various chains, importable as an npm package
9-
10-
## Other packages
11-
12-
- [chainlink-ens-external-adapter](https://github.com/streamr-dev/network-contracts/tree/master/packages/chainlink-ens-external-adapter) Custom Chainlink job that implements an ENS oracle used to verify ENS ownership on mainnet when creating streams
8+
- [config](https://github.com/streamr-dev/network-contracts/tree/master/packages/config) Addresses of deployed Streamr contracts on various chains, importable as an npm package

chainlink/nodeConfiguration/config-rinkeby/.env

Lines changed: 0 additions & 11 deletions
This file was deleted.

chainlink/nodeConfiguration/config-rinkeby/secret

Lines changed: 0 additions & 1 deletion
This file was deleted.

chainlink/nodeConfiguration/config-rinkeby/tempkeys/UTC--2021-04-07T09-02-18.809678000Z--3dB9C153d9ec8c9212F05589d14eB66E0CA7D5EA

Lines changed: 0 additions & 1 deletion
This file was deleted.

chainlink/nodeConfiguration/config-rinkeby/tempkeys/UTC--2021-04-07T09-03-05.068161000Z--655d8d2560e4f08E54576773deDe0a91767fAEB5

Lines changed: 0 additions & 1 deletion
This file was deleted.

chainlink/nodeConfiguration/config-streamr-network/.env

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streamr-contracts",
33
"version": "0.0.0",
4-
"description": "Network Contracts with chainlink oracle and The Graph",
4+
"description": "Network Contracts with The Graph",
55
"author": "Streamr Network AG <[email protected]>",
66
"license": "STREAMR NETWORK OPEN SOURCE LICENSE",
77
"private": true,

packages/chainlink-ens-external-adapter/.env

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/chainlink-ens-external-adapter/.env_mainnet

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/chainlink-ens-external-adapter/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)