Skip to content

Commit

Permalink
Add composable (#212)
Browse files Browse the repository at this point in the history
* init add composable

* added images
  • Loading branch information
hoangdv2429 authored Aug 17, 2023
1 parent 4b4ccfb commit 0348eaf
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
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.nodestake.top",
"rest": "https://api.composable.nodestake.top",
"nodeProvider": {
"name": "NodeStake",
"email": "[email protected]",
"website": "https://nodestake.top/"
},
"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": []
}
Binary file added images/centauri/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/centauri/ppica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 0348eaf

@vercel
Copy link

@vercel vercel bot commented on 0348eaf Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.