BlockchainName

Description: BlockchainName represents a list of supported EVM-compatible blockchain networks. Each network has a unique name and is used to identify the blockchain where transactions or other activities will take place.

Values:

  • ethereum: Refers to the main Ethereum network.

  • polygon: Refers to the Polygon network.

  • bsc: Refers to the BNB Smart Chain (ex Binance Smart Chain)

  • base: Refers to the Base blockchain network.

This type is used to specify the blockchain network for various operations, such as transactions, data retrieval, or smart contract interactions.

Last updated