Supported Accounts

Entangle supports two type of accounts EVM and Bech32. To navigate with the Bech32 address (with ent prefix) you can interact with the CLI commands outlined below.

Converting Formats

You can convert between the HEX and Bech32 format like so:

entangled debug addr <address>

Adding Keys

entangled keys add <key_name> --keyring-backend file

Importing Keys

entangled keys add <key_name> --keyring-backend file --recover

Exporting Private Keys

entangled keys unsafe-export-eth-key <key_name> --keyring-backend file

Querying Account Details

entangled q account <address> 

Address Navigation

To navigate with HEX addresses you can use Metamask or other EVM wallets, with following parameters.

Entangle Mainnet

Category
Value

Network Name

Entangle Mainnet

Default RPC URL

https://json-rpc.entangle.fi/

Chain ID

33033

Currency Symbol

NTGL

Entangle Testnet

Category
Value

Network Name

Entangle Testnet

Default RPC URL

https://34.174.174.102:8545/

Chain ID

33133

Currency Symbol

NTGL

Last updated

Was this helpful?