diff --git a/apps/playground/src/pages/providers/utxorpc.tsx b/apps/playground/src/pages/providers/utxorpc.tsx index 9a44d813..20947736 100644 --- a/apps/playground/src/pages/providers/utxorpc.tsx +++ b/apps/playground/src/pages/providers/utxorpc.tsx @@ -17,19 +17,19 @@ import ProviderSubmitters from "./submitters"; const ReactPage: NextPage = () => { const sidebarItems = [ - { label: "Get data from URL", to: "get" }, - { label: "Fetch Account Info", to: "fetchAccountInfo" }, + // { label: "Get data from URL", to: "get" }, + // { label: "Fetch Account Info", to: "fetchAccountInfo" }, { label: "Fetch Address Assets", to: "fetchAddressAssets" }, { label: "Fetch Address Utxos", to: "fetchAddressUtxos" }, - { label: "Fetch Asset Addresses", to: "fetchAssetAddresses" }, - { label: "Fetch Asset Metadata", to: "fetchAssetMetadata" }, - { label: "Fetch Block Info", to: "fetchBlockInfo" }, - { label: "Fetch Collection Assets", to: "fetchCollectionAssets" }, - { label: "Fetch Handle Address", to: "fetchHandleAddress" }, - { label: "Fetch Handle", to: "fetchHandle" }, + // { label: "Fetch Asset Addresses", to: "fetchAssetAddresses" }, + // { label: "Fetch Asset Metadata", to: "fetchAssetMetadata" }, + // { label: "Fetch Block Info", to: "fetchBlockInfo" }, + // { label: "Fetch Collection Assets", to: "fetchCollectionAssets" }, + // { label: "Fetch Handle Address", to: "fetchHandleAddress" }, + // { label: "Fetch Handle", to: "fetchHandle" }, { label: "Fetch Protocol Parameters", to: "fetchProtocolParameters" }, - { label: "Fetch Transaction Info", to: "fetchTxInfo" }, - { label: "Evaluate Tx", to: "evaluateTx" }, + // { label: "Fetch Transaction Info", to: "fetchTxInfo" }, + // { label: "Evaluate Tx", to: "evaluateTx" }, { label: "Submit Tx", to: "submitTx" }, { label: "On Transaction Confirmed", to: "onTxConfirmed" }, ];