Skip to content

Commit

Permalink
set ecosystem for xcm
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Mar 12, 2024
1 parent 489e600 commit 63dcf96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sections/xcm/XcmPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { SContainer } from "./XcmPage.styled"

import * as React from "react"
import * as Apps from "@galacticcouncil/apps"
import { Ecosystem } from "@galacticcouncil/apps"
import { createComponent } from "@lit-labs/react"
import { useAccountStore } from "state/store"
import { useProviderRpcUrlStore } from "api/provider"
Expand All @@ -28,6 +29,7 @@ export function XcmPage() {
<SContainer>
<XcmApp
ref={ref}
ecosystem={Ecosystem.Kusama}
srcChain="kusama"
destChain="basilisk"
asset={"KSM"}
Expand Down

0 comments on commit 63dcf96

Please sign in to comment.