Skip to content

Commit cca987b

Browse files
authored
chore(brubeck-migration-script): [ETH-885] Remove subpackage (#1007)
Migration should have completed long time ago, so no need for this anymore?
1 parent 5ba8144 commit cca987b

17 files changed

+1
-1279
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
**node_modules/
22
**build
33
**cache
4-
/packages/brubeck-migration-script/artifacts
5-
/packages/brubeck-migration-script/typechain
64
/packages/tatum-thegraph-subgraph/artifacts
75
/packages/tatum-thegraph-subgraph/cache
86
/packages/tatum-thegraph-subgraph/generated

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ This is a monorepo containing various smart contracts and subgraphs used by the
1010
## Other packages
1111

1212
- [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
13-
- [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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
"graph2_copyInfo": "./scripts/copyAbis.sh && ./scripts/generateYaml.sh",
2626
"graph3_build": "npm run doAll --workspace=network-subgraphs",
2727
"graph": "npm run graph1_build && npm run graph2_copyInfo && npm run graph3_build",
28-
"e2etest": "npm run e2etest --workspace=network-contracts",
29-
"migration-build": "npm run build -w=brubeck-migration-script",
30-
"migration-run": "npm run migration -w=brubeck-migration-script"
28+
"e2etest": "npm run e2etest --workspace=network-contracts"
3129
},
3230
"devDependencies": {
3331
"@chainsafe/ssz": "^0.10.2",

packages/brubeck-migration-script/.env

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

packages/brubeck-migration-script/.env_prod

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

packages/brubeck-migration-script/contracts/emptyFolderPlaceholder

Whitespace-only changes.

packages/brubeck-migration-script/hardhat.config.ts

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

packages/brubeck-migration-script/package.json

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

packages/brubeck-migration-script/src/GraphQLClient.ts

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

0 commit comments

Comments
 (0)