Skip to content

Commit

Permalink
Merging Bluechip Chian (#805)
Browse files Browse the repository at this point in the history
* Create bluechip.json

* Create bluechip.png

* Add files via upload

* Delete images/bluechip/bluechip.png

* Rename newlogo.png to bluechip.png
  • Loading branch information
Bluechip23 committed Sep 19, 2024
1 parent 410d781 commit 86e05b2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions cosmos/bluechip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"chainId": "bluechip-2",
"chainName": "bluechip",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bluechip/bluechip.png",
"rpc": "https://bluechip.rpc.bluechip.link",
"rest": "https://bluechip.api.bluechip.link",
"nodeProvider": {
"name": "BluechipNode",
"email": "[email protected]",
"website":"https://www.bluechip.link/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "bluechip",
"bech32PrefixAccPub": "bluechippub",
"bech32PrefixValAddr": "bluechipvaloper",
"bech32PrefixValPub": "bluechipvaloperpub",
"bech32PrefixConsAddr": "bluechipvalcons",
"bech32PrefixConsPub": "bluechipvalconspub"
},
"currencies": [
{
"coinDenom": "BCP",
"coinMinimalDenom": "ubluechip",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "BCP",
"coinMinimalDenom": "ubluechip",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"stakeCurrency": {
"coinDenom": "BCP",
"coinMinimalDenom": "ubluechip",
"coinDecimals": 6
},
"features": [
"cosmwasm"
]
}
Binary file added images/bluechip/bluechip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86e05b2

Please sign in to comment.