Skip to content

Commit

Permalink
fix: add integritee to kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Jan 24, 2024
1 parent 2c9e289 commit 36e8480
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Snapshot
name: Releaser

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Dive deeply into the world of Blockchain and Web 3.0 using **D.I.V.E.** (Deployable Infrastructure for Virtually Effortless blockchain integration)**

[![Discord](https://img.shields.io/badge/Discord-hugobyte-00FF00?style=flat&logo=discord&logoColor=00FF00&labelColor=black)](https://discord.gg/GyRQSBN3Cu)
[![Discord](https://img.shields.io/badge/Discord-hugobyte-2FC252?style=flat&logo=discord&labelColor=black)](https://discord.gg/GyRQSBN3Cu)

# D.I.V.E.

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/chains/kusama/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
)

var (
kusamaParachains = []string{"altair", "bajun", "bifrost", "calamari", "encointer", "karura", "khala", "litmus", "mangata", "moonriver", "robonomics", "subzero", "turing"}
kusamaParachains = []string{"altair", "bajun", "bifrost", "calamari", "encointer", "integritee", "karura", "khala", "litmus", "mangata", "moonriver", "robonomics", "subzero", "turing"}
)

var KusamaCmd = common.NewDiveCommandBuilder().
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/chains/polkadot/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
)

var (
polkadotParachains = []string{"acala", "ajuna", "bifrost", "centrifuge", "clover", "frequency", "integritee", "kilt", "kylin", "litentry", "manta", "moonbeam", "moonsama", "nodle", "parallel", "pendulum", "phala", "polkadex", "subsocial", "zeitgeist"}
polkadotParachains = []string{"acala", "ajuna", "bifrost", "centrifuge", "clover", "frequency", "kilt", "kylin", "litentry", "manta", "moonbeam", "moonsama", "nodle", "parallel", "pendulum", "phala", "polkadex", "subsocial", "zeitgeist"}
)

var PolkadotCmd = common.NewDiveCommandBuilder().
Expand Down

0 comments on commit 36e8480

Please sign in to comment.