Skip to content

useERC20Rune

Retrieve the ERC20 address associated with a Rune.

Import

ts
import { useERC20Rune } from "@midl/executor-react";

Example

ts
const { erc20Address } = useERC20Rune("1:1");

console.log(erc20Address);

Parameters

NameTypeDescription
runeIdstringThe rune ID to get the ERC20 address of
optionsobjectThe options for the request
options.queryUseReadContractParametersThe parameters for the read contract request
options.configConfig (optional)Custom configuration to override the default

Released under the MIT License