Skip to content

Commit

Permalink
Merge branch 'chainapsis:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-sutra authored Sep 20, 2023
2 parents b2ec2fd + 4ec8104 commit 37778c4
Show file tree
Hide file tree
Showing 69 changed files with 1,108 additions and 183 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
> READ THE GUIDELINES BELLOW CAREFULLY, PAYING PARTICULAR ATTENTION TO THE "features" IN THE [[REQUIREMENT DETAILS](https://github.com/chainapsis/keplr-chain-registry#requirement-details)].
# Guidelines for Community-Driven Suggest Chain Integration
# Guidelines for Community-Driven Non-Native Chain Integration
Keplr team has always been at the leading edge of building secure and interoperable wallet infrastructure for the blooming cross-chain networks, placing its core mainly at the Cosmos ecosystem.
To help the builders easily plug into Keplr’s wide userbase and the ever-growing Cosmos ecosystem, Keplr has been offering an option of permissionless integration, the so-called “Suggest Chain Integration”. The feature has enabled front-ends to request adding new Cosmos-SDK-based blockchains that aren’t natively integrated into the Keplr extension.
To help the builders easily plug into Keplr’s wide userbase and the ever-growing Cosmos ecosystem, Keplr has been offering an option of permissionless integration, the so-called “Suggest Chain (Non-Native Chain) Integration”. The feature has enabled front-ends to request adding new Cosmos-SDK-based blockchains that aren’t natively integrated into the Keplr extension.
Keplr team is now introducing a Community-Driven Integration, which enables our users to easily make a request for adding new chains and updating their information. It's an expanded version of the previous suggest chain integration, providing a public API to our users for creating and updating a set integration standard for each chain.
To make a pull request, please carefully read and follow the guideline below. Any contribution is more than welcome!
To make a pull request, please carefully read and follow the guidelines below. Any contribution is more than welcome!
# Requirements and Preparation
Expand Down
51 changes: 51 additions & 0 deletions cosmos/aggevm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://aggevm-rpc.web3-idea.xyz",
"rest": "https://aggevm-api.web3-idea.xyz",
"nodeProvider": {
"name": "Web3 Idea",
"email": "[email protected]",
"website":"https://web3idea.xyz"
},
"chainId": "aggevm",
"chainName": "Agg",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/aggevm/chain.png",
"stakeCurrency": {
"coinDenom": "AGG",
"coinMinimalDenom": "uagg",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/aggevm/uagg.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "agg",
"bech32PrefixAccPub": "aggpub",
"bech32PrefixValAddr": "aggvaloper",
"bech32PrefixValPub": "aggvaloperpub",
"bech32PrefixConsAddr": "aggvalcons",
"bech32PrefixConsPub": "aggvalconspub"
},
"currencies": [
{
"coinDenom": "AGG",
"coinMinimalDenom": "uagg",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/aggevm/uagg.png"
}
],
"feeCurrencies": [
{
"coinDenom": "AGG",
"coinMinimalDenom": "uagg",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/aggevm/uagg.png",
"gasPriceStep": {
"low": 0.015,
"average": 0.025,
"high": 0.04
}
}
],
"features": []
}
5 changes: 2 additions & 3 deletions cosmos/archway.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@
"name": "Phi Labs",
"email": "[email protected]",
"website":"https://philabs.xyz"
},
"walletUrlForStaking": "https://wallet.keplr.app/chains/archway"
}
}
}
51 changes: 51 additions & 0 deletions cosmos/bbn-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "bbn-dev-5",
"chainName": "Babylon Devnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png",
"rpc": "https://rpc.devnet.babylonchain.io",
"rest": "https://lcd.devnet.babylonchain.io",
"nodeProvider": {
"name": "Babylonchain",
"email": "[email protected]",
"website": "https://babylonchain.io/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "bbn",
"bech32PrefixAccPub": "bbnpub",
"bech32PrefixValAddr": "bbnvaloper",
"bech32PrefixValPub": "bbnvaloperpub",
"bech32PrefixConsAddr": "bbnvalcons",
"bech32PrefixConsPub": "bbnvalconspub"
},
"currencies": [
{
"coinDenom": "BBN",
"coinMinimalDenom": "ubbn",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "BBN",
"coinMinimalDenom": "ubbn",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png",
"gasPriceStep": {
"low": 0.007,
"average": 0.007,
"high": 0.01
}
}
],
"stakeCurrency": {
"coinDenom": "BBN",
"coinMinimalDenom": "ubbn",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bbn-dev/chain.png"
},
"features": ["cosmwasm"]
}
2 changes: 1 addition & 1 deletion cosmos/bbn-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nodeProvider": {
"name": "Babylonchain",
"email": "[email protected]",
"website":"https://babylonchain.io/"
"website": "https://babylonchain.io/"
},
"bip44": {
"coinType": 118
Expand Down
54 changes: 54 additions & 0 deletions cosmos/centauri.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"rpc": "https://rpc-composable-ia.cosmosia.notional.ventures",
"rest": "https://api-composable-ia.cosmosia.notional.ventures",
"nodeProvider": {
"name": "Notional",
"email": "[email protected]",
"website": "https://notional.ventures/"
},
"chainId": "centauri-1",
"chainName": "Composable",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/chain.png",
"stakeCurrency": {
"coinDenom": "PICA",
"coinMinimalDenom": "ppica",
"coinDecimals": 12,
"coinGeckoId": "picasso",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "centauri",
"bech32PrefixAccPub": "centauripub",
"bech32PrefixValAddr": "centaurivaloper",
"bech32PrefixValPub": "centaurivaloperpub",
"bech32PrefixConsAddr": "centaurivalcons",
"bech32PrefixConsPub": "centaurivalconspub"
},
"currencies": [
{
"coinDenom": "PICA",
"coinMinimalDenom": "ppica",
"coinDecimals": 12,
"coinGeckoId": "picasso",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png"
}
],
"feeCurrencies": [
{
"coinDenom": "PICA",
"coinMinimalDenom": "ppica",
"coinDecimals": 12,
"coinGeckoId": "picasso",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/centauri/ppica.png",
"gasPriceStep": {
"low": 0,
"average": 0,
"high": 0
}
}
],
"features": []
}
4 changes: 2 additions & 2 deletions cosmos/crypto-org-chain-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
}
}
],
"features": [],
"features": ["authz-msg-revoke-fixed"],
"alternativeBIP44s": [
{
"coinType": 118
}
]
}
}
51 changes: 51 additions & 0 deletions cosmos/doravota-devnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://vota-testnet-rpc.dorafactory.org",
"rest": "https://vota-testnet-rest.dorafactory.org",
"nodeProvider": {
"name": "Dorafactory",
"email": "[email protected]",
"website": "https://dorafactory.org"
},
"chainId": "doravota-devnet",
"chainName": "Dora Vota Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/doravota-devnet/chain.png",
"stakeCurrency": {
"coinDenom": "DORA",
"coinMinimalDenom": "uDORA",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/doravota-devnet/udora.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "dora",
"bech32PrefixAccPub": "dorapub",
"bech32PrefixValAddr": "doravaloper",
"bech32PrefixValPub": "doravaloperpub",
"bech32PrefixConsAddr": "doravalcons",
"bech32PrefixConsPub": "doravalconspub"
},
"currencies": [
{
"coinDenom": "DORA",
"coinMinimalDenom": "uDORA",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/doravota-devnet/udora.png"
}
],
"feeCurrencies": [
{
"coinDenom": "DORA",
"coinMinimalDenom": "uDORA",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/doravota-devnet/udora.png",
"gasPriceStep": {
"low": 0.001,
"average": 0.0025,
"high": 0.003
}
}
],
"features": []
}
38 changes: 38 additions & 0 deletions cosmos/dydx-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"rpc": "https://rpc-dydx-testnet.keplr.app",
"rest": "https://lcd-dydx-testnet.keplr.app",
"chainId": "dydx-testnet-3",
"chainName": "dydx Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/dydx-testnet/chain.png",
"bech32Config": {
"bech32PrefixAccAddr": "dydx",
"bech32PrefixAccPub": "dydxpub",
"bech32PrefixValAddr": "dydxvaloper",
"bech32PrefixValPub": "dydxvaloperpub",
"bech32PrefixConsAddr": "dydxvalcons",
"bech32PrefixConsPub": "dydxvalconspub"
},
"bip44": {
"coinType": 118
},
"stakeCurrency": {
"coinDenom": "DV4TNT",
"coinDecimals": 6,
"coinMinimalDenom": "dv4tnt"
},
"currencies": [
{
"coinDenom": "DV4TNT",
"coinDecimals": 6,
"coinMinimalDenom": "dv4tnt"
}
],
"feeCurrencies": [
{
"coinDenom": "DV4TNT",
"coinDecimals": 6,
"coinMinimalDenom": "dv4tnt"
}
],
"features": []
}
7 changes: 6 additions & 1 deletion cosmos/elfagar.json → cosmos/elgafar.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"rpc": "https://rpc.elgafar-1.stargaze-apis.com",
"rest": "https://rest.elgafar-1.stargaze-apis.com",
"chainId": "elfagar-1",
"chainId": "elgafar-1",
"chainName": "Stargaze Testnet",
"nodeProvider": {
"name": "Stargaze",
"email": "[email protected]",
"website":"https://www.stargaze.zone/"
},
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/chain.png",
"stakeCurrency": {
"coinDenom": "STARS",
Expand Down
51 changes: 51 additions & 0 deletions cosmos/elystestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "elystestnet-1",
"chainName": "elys",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/elystestnet/chain.png",
"rpc": "http://37.187.154.66:26657",
"rest": "https://api.testnet.elys.network",
"nodeProvider": {
"name": "Elys Node",
"email": "[email protected]",
"website": "https://elys.network"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "elys",
"bech32PrefixAccPub": "elyspub",
"bech32PrefixValAddr": "elysvaloper",
"bech32PrefixValPub": "elysvaloperpub",
"bech32PrefixConsAddr": "elysvalcons",
"bech32PrefixConsPub": "elysvalconspub"
},
"currencies": [
{
"coinDenom": "ELYS",
"coinMinimalDenom": "uelys",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/elystestnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "ELYS",
"coinMinimalDenom": "uelys",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/elystestnet/chain.png"
}
],
"stakeCurrency": {
"coinDenom": "ELYS",
"coinMinimalDenom": "uelys",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/elystestnet/chain.png"
},
"features": []
}
Loading

0 comments on commit 37778c4

Please sign in to comment.