Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the BlueChip Chain #684

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions cosmos/bluechip
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "bluechip_1",
"chainName": "BlueChip",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bluechip/bluechip.png",
"rpc": "http://67.218.8.88:26660/",
"rest": "http://67.28.8.88:1318/",
Copy link
Collaborator

@editaahn editaahn Jun 24, 2024

Choose a reason for hiding this comment

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

Could you replace the url scheme to https? http wouldn't work on iOS Keplr Mobile for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@editaahn I am getting this error "Chain identifier unmatched: (expected: bluechip_1, actual: bluechip)" when trying to run the verification locally. Where is this pulling information from? Our chainId is bluechip_1

Copy link
Collaborator

Choose a reason for hiding this comment

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

The chain identifier is bluechip_1! Try it for the JSON name and the image directory name.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe that worked. Although it may be worth changing to bluechip-1 before we add more than our original validator to make things more convenient...

We are just working on getting our restAPIs to sync with the https I will hold off on re submitting until then.

"nodeProvider": {
"name": "CryptoDungeon",
"email": "[email protected]",
"website":"https://cryptodungeon.org/"
},
"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,
"coinGeckoId": "bluechip"
},
"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.
Loading