Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cosmos/chain-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BitBadges/chain-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2024

  1. remove "bech32" prefix for bitbadges

    trevormil committed Oct 21, 2024
    Copy the full SHA
    03cf883 View commit details
  2. add future "bb" prefix

    trevormil committed Oct 21, 2024
    Copy the full SHA
    bb17aab View commit details

Commits on Oct 23, 2024

  1. newest chain binaries

    trevormil committed Oct 23, 2024
    Copy the full SHA
    8026b66 View commit details
Showing with 15 additions and 15 deletions.
  1. +15 −15 bitbadges/chain.json
30 changes: 15 additions & 15 deletions bitbadges/chain.json
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
"website": "https://bitbadges.io/",
"pretty_name": "BitBadges",
"chain_id": "bitbadges-1",
"bech32_prefix": "cosmos",
"daemon_name": "bitbadgeschaind",
"bech32_prefix": "bb",
"node_home": "$HOME/.bitbadgeschaind",
"slip44": 118,
"fees": {
@@ -31,26 +31,26 @@
},
"codebase": {
"git_repo": "https://github.com/bitbadges/bitbadgeschain/",
"recommended_version": "v1.0-mainnet",
"recommended_version": "v1.0-bb-mainnet",
"compatible_versions": [
"v1.0-mainnet"
"v1.0-bb-mainnet"
],
"versions": [
{
"name": "v1.0-mainnet",
"name": "v1.0-bb-mainnet",
"binaries": {
"linux/amd64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-mainnet/bitbadgeschain-linux-amd64",
"linux/arm64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-mainnet/bitbadgeschain-linux-arm64"
"linux/amd64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64",
"linux/arm64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64"
},
"cosmos_sdk_version": "v0.50.8",
"cosmos_sdk_version": "v0.50.10",
"consensus": {
"type": "cometbft",
"version": "v0.38.9",
"version": "v0.38.12",
"repo": "https://github.com/cometbft/cometbft"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.8"
"version": "v0.50.10"
},
"ibc": {
"type": "go",
@@ -59,21 +59,21 @@
}
],
"binaries": {
"linux/amd64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-mainnet/bitbadgeschain-linux-amd64",
"linux/arm64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-mainnet/bitbadgeschain-linux-arm64"
"linux/amd64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64",
"linux/arm64": "https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64"
},
"cosmos_sdk_version": "v0.50.8",
"cosmos_sdk_version": "v0.50.10",
"sdk": {
"type": "cosmos",
"version": "v0.50.8"
"version": "v0.50.10"
},
"ibc": {
"type": "go",
"version": "v8.3.2"
},
"consensus": {
"type": "cometbft",
"version": "v0.38.9",
"version": "v0.38.12",
"repo": "https://github.com/cometbft/cometbft"
},
"genesis": {
@@ -88,7 +88,7 @@
"seeds": [],
"persistent_peers": [
{
"id": "8d1ca31723a66b9058651220fd8da4618bc6f67c",
"id": "2703c1304a70186372aa726a762d60da94c29ffe",
"address": "134.122.12.165:26656"
}
]