Skip to content

Commit

Permalink
Disabled polkadot testnet in network select
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisKenzo committed Mar 20, 2024
1 parent 896dd31 commit 58b9c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Option } from "../components/Select";
export const networkOptions: Option[] = [
{ label: "Goerli (ETH Testnet)", value: 1, icon: EtherImg, disabled: false },
{ label: "SUI Testnet", value: 2, icon: SUIImg, disabled: false },
{ label: "Polkadot Testnet", value: 3, icon: PolkadotImg, disabled: false },
{ label: "Polkadot Testnet", value: 3, icon: PolkadotImg, disabled: true },
{ label: "Oasis Testnet", value: 4, icon: OasisImg, disabled: false },

{ label: "Ethereum Mainnet", value: 5, icon: EtherImg, disabled: true },
Expand Down

0 comments on commit 58b9c00

Please sign in to comment.