Skip to content

Commit

Permalink
fix TEER configuration in Integritee (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Sep 25, 2024
1 parent 08b60ba commit 3f22072
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-pumas-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Fix TEER configuration in Integritee
7 changes: 7 additions & 0 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,13 @@ export const interlay = new Parachain({
});

export const integritee = new Parachain({
assetsData: [
{
asset: teer,
id: teer.originSymbol,
metadataId: 0,
},
],
ecosystem: Ecosystem.Kusama,
genesisHash:
'0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da',
Expand Down

0 comments on commit 3f22072

Please sign in to comment.