Skip to content

Commit

Permalink
Merge branch 'feat/identify-external-ip' into 'dev'
Browse files Browse the repository at this point in the history
chore(rosenet-node): refactor file structure

Closes #35

See merge request ergo/rosen-bridge/rosenet!25
  • Loading branch information
vorujack committed Apr 30, 2024
2 parents f884c39 + 867f050 commit 2d57c80
Show file tree
Hide file tree
Showing 15 changed files with 562 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-rabbits-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/rosenet-node': minor
---

announce public ip
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } },
},
"extensions": ["hashicorp.terraform"],
},
},
"features": {
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down
Loading

0 comments on commit 2d57c80

Please sign in to comment.