Default Networks

Using only the key we can access the default networks for most of the functions within the udrox wallet api

Udrox Wallet is a decentralized wallet therefore it requires the use of the GAS rate for each transaction, all transactional movement is registered within the established blockchain

Key
Description

UDROX

Udrox Mintme mainnet chainID 24734 The default GAS cost of this network is extra cheap

MINTME

MintMe Coin mainnet chainID 24734 The default GAS cost of this network is very cheap

CRO

Cronos mainnet chainID 25 The default GAS cost of this network is cheap

MATIC

Polygon Mainnet chainID 137 The default GAS cost of this network is economic means

BNB

Binance Smart Chain (BSC) chainID 56 The default GAS cost of this network is regular cost

ETH

Ethereum Mainnet chainID 1 This network is characterized by high transaction costs (GAS)

Implementation example, where the third parameter is the default key

walletudrox.acceptNets = ["UDROX","MINTME","CRO"];
walletudrox.preferNet = "UDROX";

To use a custom network or one that does not exist in this list, in the documentation we provide the necessary information to use our own network

At the moment we are increasing the default networks constantly, if you do not find your network in this list you can use a custom chain in the documentation you can see how to implement it in the udrox wallet api

Last updated