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
22 changes: 0 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,6 @@
],
"cwd": "${workspaceFolder}/packages/ens-sync-script",
},


{
"name": "run index.js",
"command": "npx hardhat run --network localsidechain index.js",
"request": "launch",
"type": "node-terminal",
"env": {
"DEBUG": "*,-mocha:*"
},
"cwd": "${workspaceFolder}/packages/docker-dev-chain-init"
},
{
"command": "npm run preload -w=docker-dev-chain-init",
"name": "run init",
"request": "launch",
"type": "node-terminal",
"env": {
"DEBUG": "*,-mocha:*"
},
"cwd": "${workspaceFolder}"
},
{
"command": "npm run deploylive2",
"name": "Run leployment",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ 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
- [docker-dev-chain-init](https://github.com/streamr-dev/network-contracts/tree/master/packages/docker-dev-chain-init) Tooling for building the docker images for local dev chains
- [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
Loading
Loading