Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 21, 2024
1 parent dcd415b commit a5c58b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LandingPage = () => (
: Action to send tokens to a predefined address.
</li>
<li>
<Link className="text-[#ff007b]" to="/createAction/delegate">
<Link className="text-[#ff007b]" to="/delegate">
Delegate
</Link>
: Action to set up vote delegation.
Expand Down
2 changes: 1 addition & 1 deletion src/actions/delegate/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getSs58AddressInfo } from "polkadot-api"

export const SUPPORTED_CHAINS = ["polkadot", "kusama"]
export const SUPPORTED_CHAINS = ["polkadot"]

export const isChainValid = (chain: string) => SUPPORTED_CHAINS.includes(chain)

Expand Down

0 comments on commit a5c58b5

Please sign in to comment.