Adding Acrechain Mainnet (Arable Protocol) to Keplr wallet

Adding Acrechain Mainnet (Arable Protocol) to Keplr wallet

You can follow these steps in Google Chrome, Brave browser or any other browser which supports Keplr wallet extension.

1) Open Keplr wallet, right click on it and click on Inspect.

This will open DevTools window.

2) On the DevTools window, click on Console tab.

3) Copy the following code.

window.keplr.experimentalSuggestChain({
  	"chainId": "acre_9052-1",
  	"chainName": "Acrechain Mainnet",
    "rpc": "https://rpc-acre.synergynodes.com",
    "rest": "https://lcd-acre.synergynodes.com",
  	"bip44": {
  		"coinType": 60
  	},
  	"coinType": 60,
  	"bech32Config": {
  		"bech32PrefixAccAddr": "acre",
  		"bech32PrefixAccPub": "acrepub",
  		"bech32PrefixValAddr": "acrevaloper",
  		"bech32PrefixValPub": "acrevaloperpub",
  		"bech32PrefixConsAddr": "acrevalcons",
  		"bech32PrefixConsPub": "acrevalconspub"
  	},
    "eip55Config": {
  		"eip55PrefixAccAddr": "0x"
  	},
  	"currencies": [
  		{
  			"coinDenom": "acre",
  			"coinMinimalDenom": "aacre",
  			"coinDecimals": 18,
  			"coinGeckoId": "arable-protocol"
  		}
  	],
  	"feeCurrencies": [
  		{
  			"coinDenom": "acre",
  			"coinMinimalDenom": "aacre",
  			"coinDecimals": 18,
  			"coinGeckoId": "arable-protocol"
  		}
  	],
  	"stakeCurrency": {
  		"coinDenom": "acre",
  		"coinMinimalDenom": "aacre",
  		"coinDecimals": 18,
  		"coinGeckoId": "arable-protocol"
  	},
  	"gasPriceStep": {
  		"low": 10000000000,
  		"average": 20000000000,
  		"high": 30000000000
  	},
  	"features": [
  		"ibc-transfer",
  		"ibc-go",
  		"eth-address-gen",
  		"eth-key-sign"
  	]
});

4) Paste the code in Console tab.

5) Press Enter.

6) Click on Approve button on Keplr Wallet window.

7) Close Keplr Wallet and re-open it.

8) Click on the networks present at top of Keplr Wallet, scroll down, and select Acrechain Mainnet.

9) The wallet is ready and you can copy the address.

NOTE: After adding Arable testnet to Keplr wallet, you can import any wallet using the backed up Mnemonic phrase.