Skip to content

Commit

Permalink
feat: add mainnet and ignition milestones (#150)
Browse files Browse the repository at this point in the history
Adds new milestones for mainnet and ignition. For now they are the same
milestone, following the design in fuelup.

---------

Co-authored-by: Joshua Batty <[email protected]>
  • Loading branch information
kayagokalp and JoshuaBatty authored Oct 16, 2024
1 parent 4c90ebf commit 069c040
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
fuel-beta-4,
fuel-beta-5,
fuel-testnet,
fuel-ignition,
fuel-mainnet,
fuel-nightly,
sway-vim,
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [fuel, fuel-beta-4, fuel-beta-5, fuel-testnet, fuel-nightly]
package: [fuel, fuel-beta-4, fuel-beta-5, fuel-testnet, fuel-mainnet, fuel-ignition, fuel-nightly]
os: [buildjet-4vcpu-ubuntu-2204, macos-latest, macos-latest-xlarge]
runs-on: ${{ matrix.os }}
steps:
Expand Down
16 changes: 16 additions & 0 deletions milestones.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,20 @@
fuel-core = "8c92d37598b760d64a14df1588ff27b3d14c7d2c";
sway = "66bb430395daf5b8f7205f7b9d8d008e2e812d54";
};

# Commits sourced from:
# https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
ignition = {
forc-wallet = "152bfb48c347363d32dc573c77315baba8d05e5b";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "31486c0b47669612acb7c64d66ecb50aea281282";
};

# Commits sourced from:
# https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
mainnet = {
forc-wallet = "152bfb48c347363d32dc573c77315baba8d05e5b";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "31486c0b47669612acb7c64d66ecb50aea281282";
};
}

0 comments on commit 069c040

Please sign in to comment.