-
Notifications
You must be signed in to change notification settings - Fork 1.5k
add daodiseotestnet; #6539
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
base: master
Are you sure you want to change the base?
add daodiseotestnet; #6539
Conversation
Chain Registry files for daodiseotestnet
Add Stake Village services
Add SbGid services
Add SbGid services
Add RPC, REST and gRPC endpoints for Mrs_ml
Add RPC, REST and gRPC endpoints for Monika
added endpoints for Iryna
Update chain.json
Add endpoints for Monika chain.json
… to Odiseo Testnet
we are supporting the decentralization.
Add ChainTools Services: - Endpoints (API/gRPC/RPC) - Explorer
Update chain.json
🚀 WHEN MOON 🌕 WHEN LAMBO 🔥 Add Peers, RPC, API and Explorer endpoints to Odiseo Testnet
Add SbGid services
Add endpoints for Mrs_ml
add endpoints for iryna
Add CodeBlockLabs Services (RPC, API, Explorer)
Add chain.json
Add Vinjan.Inc to chain.json
testnets/daodiseotestnet/chain.json
Outdated
"cosmos_sdk_version": "v0.50.8", | ||
"cosmwasm_enabled": true, | ||
"cosmwasm_version": "v0.40+", | ||
"ibc_go_version": "v8.3.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These properties are no longer accepted. Please use the current property names and place them in the versions.json file
"display": "ODIS", | ||
"symbol": "ODIS", | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/daodiseomoney/chain-registry/refs/heads/master/testnets/daodiseotestnet/images/odiseo.svg" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please exclude the /refs/head/ from the URLs and ensure it's pointing to the cosmos org's repo, (not your daodiseomoney fork)
"assets": [ | ||
{ | ||
"description": "", | ||
"extended_description": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove empty properties
testnets/daodiseotestnet/chain.json
Outdated
} | ||
], | ||
"logo_uris": { | ||
"png": "https://daodiseo.money/wp-content/uploads/2025/05/DAO_O_logo_256x256.png" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a URL pointing to this repo
BlockSync add Endpoints (RPC/GRPC/API) and explorer to DAODISEO
BlockSync add Endpoints (RPC/GRPC/API) and explorer to DAODISEO
…and versions.json
@JeremyParish69 Hi Jeremy, I have applied all changes as per your instructions. Would you be so kind and let us know if all is ok now ? |
@@ -0,0 +1,38 @@ | |||
{ | |||
"$schema": "../assetlist.schema.json", | |||
"chain_name": "odiseo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chain_name is 'odiseotestnset', not just 'odiseo'
testnets/daodiseotestnet/chain.json
Outdated
"account_page": "https://dashboard.blocksync.me/odiseo/account/${accountAddress}" | ||
} | ||
], | ||
"logo_uris": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
property name must be "logo_URIs" (it's case sensitive)
testnets/daodiseotestnet/chain.json
Outdated
@@ -0,0 +1,294 @@ | |||
{ | |||
"chain_name": "odiseo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chain_name is 'odiseotestnset', not just 'odiseo'
@JeremyParish69 Hi Jeremy, Thank you once again for your feedback. I have applied the last 3 changes as per your instructions. Would you be so kind and let us know if all is ok now ? |
@JeremyParish69 what is the next step ? |
No description provided.