Suggest chain : Add Leap to a non-native chain
Warning: This is an experimental feature supported on both the Leap extension and the mobile apps
Leap's 'suggest chain' feature allows front-ends to request adding new Cosmos-SDK based blockchains that isn't natively integrated to Leap extension or the Leap mobile app If the same chain is already added to Leap, nothing will happen. If the user rejects the request, an error will be thrown.
This allows all Cosmos-SDK blockchains to have permissionless, instant wallet and transaction signing support for front-ends.
Usage examples and recommendations
Key | Example Value | Note |
---|---|---|
| http://123.456.789.012:26657 | Address of RPC endpoint of the chain. Default port is 26657 |
| http://123.456.789.012:1317 | Address of REST/API endpoint of the chain. Default port is 1317. Must be enabled in |
| mychain-1 | Keplr has a feature which automatically detects when the chain-id has changed, and automatically update to support new chain. However, it should be noted that this functionality will only work when the chain-id follows the {identifier}-{version}(ex.cosmoshub-4) format. Therefore, it is recommended that the chain follows the chain-id format. |
|
| Information on the staking token of the chain |
| https://wallet.keplr.app/chains/cosmos-hub | The URL for the staking interface frontend for the chain. If you don't have a staking interface built, you can use Lunie Light (opens new window)which supports Keplr. |
| 118 | BIP44 coin type for address derivation. We recommend using |
|
| Bech32 config using the address prefix of the chain |
|
| (TBD) |
|
| List of fee tokens accepted by the chain's validator. Each fee token can have gas price step. Gas price step is used to set the fee of the transaction. If this field is empty, it would use the default gas price step (low: 0.01, average: 0.025, high: 0.04). |
| [] |
|
image | string | remote url (optional) |
theme | { primaryColor: color, gradient: gradient-color } | optional |
Example
Last updated