Skip to content

Commit

Permalink
fix: utxo-rpx provider comment out not implemented methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonksh committed Oct 22, 2024
1 parent c31a261 commit a13c8a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/playground/src/pages/providers/utxorpc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
];
Expand Down

0 comments on commit a13c8a8

Please sign in to comment.