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
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
**node_modules/
**build
**cache
/packages/brubeck-migration-script/artifacts
/packages/brubeck-migration-script/typechain
/packages/tatum-thegraph-subgraph/artifacts
/packages/tatum-thegraph-subgraph/cache
/packages/tatum-thegraph-subgraph/generated
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ This is a monorepo containing various smart contracts and subgraphs used by the
## Other packages

- [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
- [brubeck-migration-script](https://github.com/streamr-dev/network-contracts/tree/master/packages/brubeck-migration-script) Script that migrates opted-in streams from Corea to Brubeck network
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"graph2_copyInfo": "./scripts/copyAbis.sh && ./scripts/generateYaml.sh",
"graph3_build": "npm run doAll --workspace=network-subgraphs",
"graph": "npm run graph1_build && npm run graph2_copyInfo && npm run graph3_build",
"e2etest": "npm run e2etest --workspace=network-contracts",
"migration-build": "npm run build -w=brubeck-migration-script",
"migration-run": "npm run migration -w=brubeck-migration-script"
"e2etest": "npm run e2etest --workspace=network-contracts"
},
"devDependencies": {
"@chainsafe/ssz": "^0.10.2",
Expand Down
14 changes: 0 additions & 14 deletions packages/brubeck-migration-script/.env

This file was deleted.

12 changes: 0 additions & 12 deletions packages/brubeck-migration-script/.env_prod

This file was deleted.

Empty file.
74 changes: 0 additions & 74 deletions packages/brubeck-migration-script/hardhat.config.ts

This file was deleted.

43 changes: 0 additions & 43 deletions packages/brubeck-migration-script/package.json

This file was deleted.

62 changes: 0 additions & 62 deletions packages/brubeck-migration-script/src/GraphQLClient.ts

This file was deleted.

Loading
Loading