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

[READY] add nibiru chain #251

Merged
merged 2 commits into from
Oct 12, 2023
Merged

[READY] add nibiru chain #251

merged 2 commits into from
Oct 12, 2023

Conversation

Tocard
Copy link
Contributor

@Tocard Tocard commented Oct 2, 2023

No description provided.

@vercel
Copy link

vercel bot commented Oct 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
keplr-chain-registry ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 5:34am

@k-yang
Copy link
Contributor

k-yang commented Oct 3, 2023

Thank you ❤️

@Tocard
Copy link
Contributor Author

Tocard commented Oct 3, 2023

Thank you ❤️

You're welcome, but could you provide email for nibiru ? this is the only one thing missing acutally :)

@Tocard Tocard changed the title add nibiru chain [READY] add nibiru chain Oct 4, 2023
@Tocard
Copy link
Contributor Author

Tocard commented Oct 5, 2023

@HeesungB Do we need to build something or provide something ?

@HeesungB
Copy link
Collaborator

HeesungB commented Oct 8, 2023

@Tocard Could you check chain identifier?
I think that your identifier is nibiru-itn, so You have to change your file name and image directory name to nibiru-itn

@HeesungB
Copy link
Collaborator

HeesungB commented Oct 8, 2023

@sudopunk Hello.
Can you edit the file using the link below?
https://github.com/chainapsis/keplr-chain-registry#requirement-details

You can also use the command below to check the validation locally.

yarn validate cosmos/nibiru-itn.json

@Tocard
Copy link
Contributor Author

Tocard commented Oct 8, 2023

@Tocard Could you check chain identifier? I think that your identifier is nibiru-itn, so You have to change your file name and image directory name to nibiru-itn

Maybe for mainnet, but for this testnet, this is nibiru-itn-3.

@HeesungB
Copy link
Collaborator

HeesungB commented Oct 8, 2023

@Tocard I think you need to change your testnet chain ID.

@Tocard
Copy link
Contributor Author

Tocard commented Oct 8, 2023

@Tocard I think you need to change your testnet chain ID.

not sure to understand correctly what do you mean.

https://explorer.nibiru.fi/nibiru-itn-3/staking

chain id is nibiru-itn-3

chimera@moz:~$ nibiru --home /opt/chimera/nibiru/ config
{
        "chain-id": "nibiru-itn-3",
        "keyring-backend": "os",
        "output": "text",
        "node": "tcp://localhost:26657",
        "broadcast-mode": "sync"
}
{
  "NodeInfo": {
    "protocol_version": {
      "p2p": "8",
      "block": "11",
      "app": "0"
    },
    "id": "358b55e0c6462b4c4f5f1551307a519296a91f8b",
    "listen_addr": "tcp://0.0.0.0:26656",
    "network": "nibiru-itn-3",
    "version": "0.37.2",
    "channels": "40202122233038606100",
    "moniker": "Chimera-Delta | LFDM",
    "other": {
      "tx_index": "on",
      "rpc_address": "tcp://127.0.0.1:26657"
    }
  },
  "SyncInfo": {
    "latest_block_hash": "AFAB84577303F3B01D58DE8EEA315F66FE2721A10512C2D79FA6A2140784EB0E",
    "latest_app_hash": "A025DF748FC0398F70F3DE2E88E7AEAD01CDCD226BCA5D11F23F0E7A097FE083",
    "latest_block_height": "355441",
    "latest_block_time": "2023-10-08T13:05:28.357961984Z",
    "earliest_block_hash": "0E175965E1A30546FA0EF5918B9B8019919B12FF34C4D4ADFFADEEE34AED89FC",
    "earliest_app_hash": "A8D78DFC09EAB1F31864DE7BC843AACAE8E14C98A2E5EE9EB64198F378F194B6",
    "earliest_block_height": "56001",
    "earliest_block_time": "2023-10-02T18:48:50.667164455Z",
    "catching_up": false
  },
  "ValidatorInfo": {
    "Address": "609F31922ABA8FFD7F34A32CE1C254B28776E7BE",
    "PubKey": {
      "type": "tendermint/PubKeyEd25519",
      "value": "TgZp8xFWoRpZ9spftaJnv6rhoj7x8mELQPrTTqastc4="
    },
    "VotingPower": "83"
  }
}

@HeesungB
Copy link
Collaborator

@Tocard
The Keplr wallet uses the concept of a chain identifier internally. [Link]
"chain-id": "nibiru-itn-3" In this chain, nibiru-itn is the chain identifier.
This chain identifier cannot be overlapped.
Therefore, it is recommended that you specify a different chain identifier for your testnet.

@Tocard
Copy link
Contributor Author

Tocard commented Oct 11, 2023

@Tocard The Keplr wallet uses the concept of a chain identifier internally. [Link] "chain-id": "nibiru-itn-3" In this chain, nibiru-itn is the chain identifier. This chain identifier cannot be overlapped. Therefore, it is recommended that you specify a different chain identifier for your testnet.

done according to the documentation layout

@HeesungB
Copy link
Collaborator

@Tocard There are issues in your file.
so Can you edit the file using the link below?
https://github.com/chainapsis/keplr-chain-registry#requirement-details

You can also use the command below to check the validation locally.

yarn validate cosmos/nibiru-itn.json

@Tocard
Copy link
Contributor Author

Tocard commented Oct 12, 2023

@Tocard There are issues in your file. so Can you edit the file using the link below? https://github.com/chainapsis/keplr-chain-registry#requirement-details

You can also use the command below to check the validation locally.

yarn validate cosmos/nibiru-itn.json

Done

@HeesungB HeesungB merged commit 773af97 into chainapsis:main Oct 12, 2023
3 checks passed
@HeesungB
Copy link
Collaborator

@Tocard Thank you for contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants