NATIVE_TOKEN_ADDRESS
The address of the native token to the current chain.
For example, the native token on Ethereum is Ether, for Polygon it is Matic, etc.
Usage
import { NATIVE_TOKEN_ADDRESS } from "@thirdweb-dev/sdk";
Return Value
The native token address is the null address.
"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";