Module: Eth::Ens::CoinType

Extended by:
CoinType
Included in:
CoinType
Defined in:
lib/eth/ens/coin_type.rb

Overview

Provides EIP-2304 / SLIP-44 cointypes to resolve ENS addresses. ref: eips.ethereum.org/EIPS/eip-2304

Constant Summary collapse

BITCOIN =

ENS coin type for Bitcoin.

0.freeze
LITECOIN =

ENS coin type for Litecoin.

2.freeze
DOGECOIN =

ENS coin type for Dogecoin.

3.freeze
ETHEREUM =

ENS coin type for Ethereum.

60.freeze
ETHEREUM_CLASSIC =

ENS coin type for Ethereum Classic.

61.freeze
ROOTSTOCK =

ENS coin type for Rootstock.

137.freeze
BITCOIN_CASH =

ENS coin type for Bitcoin Cash.

145.freeze
BINANCE =

ENS coin type for Binance.

714.freeze