Skip to content

Commit

Permalink
add bitbadges to registry (#846)
Browse files Browse the repository at this point in the history
* add bitbadges

* add /rpc

* 256 x 256
  • Loading branch information
trevormil authored Oct 28, 2024
1 parent 4703f65 commit d79deb0
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions cosmos/bitbadges.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"rpc": "https://node.bitbadges.io/rpc",
"rest": "https://node.bitbadges.io/api",
"chainId": "bitbadges-1",
"chainName": "BitBadges",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bitbadges/bitbadgeslogo.png",
"walletUrlForStaking": "https://testnet.keplr.app/chains/bitbadges",
"nodeProvider": {
"name": "BitBadges",
"email": "[email protected]",
"website":"https://bitbadges.com"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "bb",
"bech32PrefixAccPub": "bbpub",
"bech32PrefixValAddr": "bbvaloper",
"bech32PrefixValPub": "bbvaloperpub",
"bech32PrefixConsAddr": "bbvalcons",
"bech32PrefixConsPub": "bbvalconspub"
},
"stakeCurrency": {
"coinDecimals": 9,
"coinDenom": "STAKE",
"coinMinimalDenom": "ustake",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bitbadges/bitbadgeslogo.png"
},
"currencies": [
{
"coinDecimals": 9,
"coinDenom": "BADGE",
"coinMinimalDenom": "ubadge",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bitbadges/bitbadgeslogo.png"
},
{
"coinDecimals": 9,
"coinDenom": "STAKE",
"coinMinimalDenom": "ustake",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bitbadges/bitbadgeslogo.png"
}
],
"feeCurrencies": [
{
"coinDenom": "BADGE",
"coinMinimalDenom": "ubadge",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/bitbadges/bitbadgeslogo.png",
"gasPriceStep": {
"low": 0.15,
"average": 0.3,
"high": 1
}
}
],
"features": []
}
Binary file added images/bitbadges/bitbadgeslogo.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 d79deb0

Please sign in to comment.