Skip to content

Add Nusphere DevNet #815

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Empty file added README1.md
Empty file.
20 changes: 20 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1788,6 +1788,26 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
},
"1733320111": {
"key": "1733320111",
"name": "Nusphere DevNet",
"chainId": 1733320111,
"network": "Nusphere DevNet",
"testnet": true,
"multicall": "0x7b55399d0b394b32b6f1974892be3f8d9e659475",
"rpc": [
{
"url": "https://u0p4xgo08c-u0mrdoctj2-rpc.us0-aws.kaleido.io/",
"user": "u0bzotd8yx",
"password": "610jGOOaAMlgzFRic40_QueqbJolGulwo0r9JiuE9VQ"
}
],
"explorer": {
"url": "https://nusphere-testnet.tryethernal.com"
},
"start": 166736,
"logo": "ipfs://QmVAYofHEKwb6GjWuoZutT85SbhkgeSNcNk7BohHawnkcd"
},
Comment on lines +1791 to +1810
Copy link
Member

Choose a reason for hiding this comment

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

Hi @aniketpatil8824 I can't find the network here https://chainlist.org/?search=1733320111&testnets=true?? can I refer to the official documentation of this network?

Copy link
Author

Choose a reason for hiding this comment

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

Hi @ChaituVR, the chain ID refers to the Kaleido network. We can consider Kaleido as a Web-3 platform for digital assets and acts as a permissioned Blockchain platform. tryethernal is the public explorer of the Kaleido platform. Both Kaleido and tryethernal are in sync in terms of Block number, transactions, contracts etc.
Below are some useful links that you can refer for the network.

  1. kaleido docs
  2. Kaleido Advanced Blockchain configuration
  3. API reference - create an environment for the Kaleido platform's network/consortia
  4. Ethernal documentation

Copy link
Author

Choose a reason for hiding this comment

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

A screenshot of the Kaleido network reflecting chain ID is attached below for your reference.

kaleido chainID

Copy link
Member

Choose a reason for hiding this comment

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

thanks @aniketpatil8824 is there a way to verify this contract code? https://nusphere-testnet.tryethernal.com/contract/0x7b55399d0b394b32b6f1974892be3f8d9e659475?tab=code

Everything else looks good :)

Copy link
Author

Choose a reason for hiding this comment

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

Hi @ChaituVR , as of now there is no way to verify this contract code on the explorer. The contract code visibility will be available by the end of this month.

Copy link
Author

Choose a reason for hiding this comment

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

Hi @ChaituVR, can you reverify the contract? If you reverify the contract, you should see the contract source code.
Let me know about this. Thanks.

Copy link
Member

Choose a reason for hiding this comment

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

I still can't see it @aniketpatil8824 Can share me the exact link?

"11297108109": {
"key": "11297108109",
"name": "Palm Mainnet",
Expand Down