diff --git a/apps/playground/package.json b/apps/playground/package.json index b558df78..d868fa36 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -33,7 +33,7 @@ "@tabler/icons-react": "^3.21.0", "axios": "^1.7.7", "ethers": "^6.13.4", - "polkadot-api": "^1.6.5", + "polkadot-api": "^1.7.3", "react": "^18.3.1", "react-confetti": "^6.1.0", "react-dom": "^18.3.1", diff --git a/apps/playground/src/components/CurrencySelection.tsx b/apps/playground/src/components/CurrencySelection.tsx index 712eeaa7..f0cd6609 100644 --- a/apps/playground/src/components/CurrencySelection.tsx +++ b/apps/playground/src/components/CurrencySelection.tsx @@ -46,13 +46,25 @@ const CurrencySelection: FC = ({ form, currencyOptions }) => { {form.values.isCustomCurrency && form.values.customCurrencyType === "multilocation" && ( )} + + {form.values.isCustomCurrency && + form.values.customCurrencyType === "overridenMultilocation" && ( + + )} + {!form.values.isCustomCurrency && (