Skip to content

Commit

Permalink
RELEASE: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/[email protected]
  • Loading branch information
nohaapav committed Mar 12, 2024
1 parent d0bfd00 commit 17055f4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/xcm-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galacticcouncil/xcm-cfg

## 1.10.1

### Patch Changes

- Integritee chain config

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-cfg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/xcm-cfg",
"version": "1.10.0",
"version": "1.10.1",
"description": "Cross-chain polkadot & kusama HydraDX config",
"author": "GalacticCouncil",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/xcm-cfg/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,17 @@ export const karura = new Parachain({
ws: 'wss://karura-rpc-0.aca-api.network',
});

export const integritee = new Parachain({
ecosystem: Ecosystem.Kusama,
genesisHash:
'0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da',
key: 'integritee',
name: 'Integritee Network',
parachainId: 2015,
ss58Format: 13,
ws: 'wss://kusama.api.integritee.network/rpc',
});

export const kusama = new Parachain({
ecosystem: Ecosystem.Kusama,
genesisHash:
Expand Down Expand Up @@ -718,6 +729,7 @@ export const tinkernet = new Parachain({

const kusamaChains: AnyChain[] = [
basilisk,
integritee,
karura,
kusama,
kusamaAssetHub,
Expand Down

0 comments on commit 17055f4

Please sign in to comment.