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
4 changes: 2 additions & 2 deletions .github/workflows/deploy-irm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
inputs:
network:
description: "Network that IRM will be monitoring e.g. testnet, staging-ignition..."
description: "Network that IRM will be monitoring e.g. testnet..."
required: true
type: string
default: "testnet"
Expand Down Expand Up @@ -41,7 +41,7 @@ on:
workflow_dispatch:
inputs:
network:
description: "Network that IRM will be monitoring e.g. testnet, staging-ignition..."
description: "Network that IRM will be monitoring e.g. testnet..."
required: true
type: string
default: "testnet"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
workflow_dispatch:
inputs:
network:
description: "Network to deploy (e.g., staging-public, staging-ignition, testnet, next-net)"
description: "Network to deploy (e.g., staging-public, testnet, next-net)"
required: true
type: choice
options:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy-staging-public.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Deploy to staging-public

on:
workflow_run:
workflows: ["Nightly Release Tag (v4-next)"]
types:
- completed
workflow_dispatch:
inputs:
tag:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ensure-funded-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_call:
inputs:
environment:
description: 'Environment to fund (e.g., staging-public, next-net, staging-ignition, testnet)'
description: 'Environment to fund (e.g., staging-public, next-net, testnet)'
required: true
type: string
low_watermark:
Expand All @@ -32,7 +32,6 @@ on:
options:
- staging-public
- next-net
- staging-ignition
- testnet
- devnet
- tps-scenario
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/metrics-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
GRAFANA_DASHBOARD_PASSWORD_SECRET_NAME: ${{ inputs.grafana_dashboard_password_secret_name }}
SLACK_WEBHOOK_URL_SECRET_NAME: slack-webhook-url
SLACK_WEBHOOK_STAGING_PUBLIC_SECRET_NAME: slack-webhook-staging-public-url
SLACK_WEBHOOK_STAGING_IGNITION_SECRET_NAME: slack-webhook-staging-ignition-url
SLACK_WEBHOOK_NEXT_SCENARIO_SECRET_NAME: slack-webhook-next-scenario-url
SLACK_WEBHOOK_NEXT_NET_SECRET_NAME: slack-webhook-next-net-url
SLACK_WEBHOOK_TESTNET_SECRET_NAME: slack-webhook-testnet-url
Expand Down Expand Up @@ -164,7 +163,6 @@ jobs:
-var="GRAFANA_PASSWORD_SECRET_NAME=${{ env.GRAFANA_DASHBOARD_PASSWORD_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_SECRET_NAME=${{ env.SLACK_WEBHOOK_URL_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_STAGING_PUBLIC_SECRET_NAME=${{ env.SLACK_WEBHOOK_STAGING_PUBLIC_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_STAGING_IGNITION_SECRET_NAME=${{ env.SLACK_WEBHOOK_STAGING_IGNITION_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_NEXT_SCENARIO_SECRET_NAME=${{ env.SLACK_WEBHOOK_NEXT_SCENARIO_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_NEXT_NET_SECRET_NAME=${{ env.SLACK_WEBHOOK_NEXT_NET_SECRET_NAME }}" \
-lock=${{ inputs.respect_tf_lock }}
Expand All @@ -179,7 +177,6 @@ jobs:
-var="GRAFANA_PASSWORD_SECRET_NAME=${{ env.GRAFANA_DASHBOARD_PASSWORD_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_SECRET_NAME=${{ env.SLACK_WEBHOOK_URL_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_STAGING_PUBLIC_SECRET_NAME=${{ env.SLACK_WEBHOOK_STAGING_PUBLIC_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_STAGING_IGNITION_SECRET_NAME=${{ env.SLACK_WEBHOOK_STAGING_IGNITION_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_NEXT_SCENARIO_SECRET_NAME=${{ env.SLACK_WEBHOOK_NEXT_SCENARIO_SECRET_NAME }}" \
-var="SLACK_WEBHOOK_NEXT_NET_SECRET_NAME=${{ env.SLACK_WEBHOOK_NEXT_NET_SECRET_NAME }}" \
-out=tfplan \
Expand Down
2 changes: 1 addition & 1 deletion docs/static/typescript-api/mainnet/foundation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ type NetworkConfigMap = z.infer<typeof NetworkConfigMapSchema>

### NetworkNames
```typescript
type NetworkNames = "local" | "staging-ignition" | "staging-public" | "testnet" | "mainnet" | "next-net" | "devnet"
type NetworkNames = "local" | "staging-public" | "testnet" | "mainnet" | "next-net" | "devnet"
```

### PartialBy
Expand Down
91 changes: 0 additions & 91 deletions spartan/environments/alpha-net.env

This file was deleted.

75 changes: 0 additions & 75 deletions spartan/environments/five-tps-long-epoch.env

This file was deleted.

75 changes: 0 additions & 75 deletions spartan/environments/five-tps-short-epoch.env

This file was deleted.

Loading
Loading