Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iota2-testnet #43

Merged
merged 10 commits into from
May 15, 2024
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: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag_prefix: ['iota', 'shimmer', 'testnet', 'iota-testnet']
tag_prefix: ['iota', 'iota-testnet', 'iota2-testnet', 'shimmer', 'shimmer-testnet']
steps:
- name: Check out code into the Go module directory
if: startsWith(github.ref_name, matrix.tag_prefix)
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.DS_Store
.env

iota/data
iota-testnet/data
iota2-testnet/data
shimmer/data
testnet/data
.env
shimmer-testnet/data
2 changes: 0 additions & 2 deletions iota/docker-compose-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://github.com/iotaledger/node-docker-setup
#

version: '3'
services:

##################################################################
Expand Down Expand Up @@ -44,7 +43,6 @@ services:
- "traefik.http.routers.grafana.entrypoints=websecure"
- "traefik.http.routers.grafana.tls=true"


##################################################################
# INX Extensions #
# disable them out by commenting out the services #
Expand Down
1 change: 0 additions & 1 deletion iota/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://github.com/iotaledger/node-docker-setup
#

version: "3"
services:
##################################################################
# HORNET #
Expand Down
Loading