Skip to content

Commit

Permalink
Merge pull request #1412 from galacticcouncil/pendulum-rococo
Browse files Browse the repository at this point in the history
Enable Pendulum
  • Loading branch information
vkulinich-cl authored Jun 18, 2024
2 parents 589ee1e + edbcc8b commit 83e82c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sections/wallet/addToken/AddToken.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ const internalIds = new Map([
["2230", "1000073"],
])

export const SELECTABLE_PARACHAINS_IDS =
import.meta.env.VITE_ENV === "production"
? [ASSET_HUB_ID]
: [ASSET_HUB_ID, PENDULUM_ID]
export const SELECTABLE_PARACHAINS_IDS = [ASSET_HUB_ID, PENDULUM_ID]

export const PARACHAIN_CONFIG: {
[x: number]: {
Expand Down

0 comments on commit 83e82c8

Please sign in to comment.