Supported Chains
UniSat Wallet currently supports the following chain types, which can be obtained through unisat.getChain
, and switched through the unisat.switchChain
method.
name
enum
unit
network
Bitcoin Mainnet
BITCOIN_MAINNET
BTC
livenet
Bitcoin Testnet
BITCOIN_TESTNET
tBTC
testnet
Bitcoin Testnet4 (Beta)
BITCOIN_TESTNET4
tBTC
testnet
Bitcoin Signet
BITCOIN_SIGNET
sBTC
testnet
Fractal Bitcoin Mainnet
FRACTAL_BITCOIN_MAINNET
FB
livenet
Fractal Bitcoin Testnet
FRACTAL_BITCOIN_TESTNET
tFB
livenet
Please note that the term "network" refers to the Bitcoin address format. For example, in the case of Fractal Bitcoin Testnet, the returned network is livenet.
Last updated