Skip to content

Commit

Permalink
chore: run-chain.sh is identical in example dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Sep 10, 2024
1 parent 3f4fc0e commit 9a1bf00
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 39 deletions.
22 changes: 0 additions & 22 deletions .devcontainer.json

This file was deleted.

14 changes: 0 additions & 14 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,9 @@
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash /workspaces/dapp-agoric-basics/make_ports_public.sh 26657 5173 1317",
<<<<<<< HEAD
"postStartCommand": "yarn install",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
}
=======
"postStartCommand": "/workspaces/dapp-agoric-basics/make_ports_public.sh 26656 5173 1317 26657 && yarn install",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
}

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
>>>>>>> 593eec0 (fix: add gh CLI to features)
}
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
2 changes: 0 additions & 2 deletions .setup/setup.sh

This file was deleted.

4 changes: 3 additions & 1 deletion contract/scripts/run-chain.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash

. /usr/src/upgrade-test-scripts/env_setup.sh

# Start the chain in the background
/usr/src/upgrade-test-scripts/start_agd.sh &

# wait for blocks to start being produced
waitForBlock 2
waitForBlock 1

make -C /workspace/contract mint100

Expand Down

0 comments on commit 9a1bf00

Please sign in to comment.