-
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
Merged
+360
−0
Merged
add daodiseotestnet; #6539
Changes from 42 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
27fb4a7
Created json files to daodiseotestnet
J-Kaido 2a493e2
Merge pull request #1 from J-Kaido/master
daodiseomoney 8cd3582
Add Stake Village services
semalis 9786e19
Merge pull request #2 from semalis/master
daodiseomoney 6386c52
chain.json
KokosP c966a6d
chain.json
KokosP 97f54e0
Add endpoints for Mrs_ml
milakorn69 2e554d4
Add endpoints for Monika chain.json
Malinp788 eb6d59d
Update chain.json
Lirina94 91c4f27
Update chain.json
aidilfahmi e6a3da3
Merge pull request #8 from aidilfahmi/master
daodiseomoney b18ba40
Merge pull request #5 from Malinp788/Malinp788-patch-1
daodiseomoney e16fba0
🚀 WHEN MOON 🌕 WHEN LAMBO 🔥 Add Peers, RPC, API and Explorer endpoints…
woelig edef52d
Add CodeBlockLabs Services (RPC, API, Explorer)
pramonoutomo 8ca6c3f
Update chain.json
SirBell 9cea05a
Update chain.json
SirBell f9d6286
Update chain.json
vinjan23 6dcc594
Update chain.json
qf3l3k 165182e
Merge pull request #14 from qf3l3k/master
daodiseomoney b7dc655
Merge pull request #9 from When-Moon-When-Lambo/odiseo-patch-1
daodiseomoney 4c95565
Merge branch 'master' into master
olimdzhon 76b616e
Merge pull request #3 from KokosP/master
olimdzhon c957695
Merge branch 'master' into milakorn69-patch-1
olimdzhon 88f40ea
Merge pull request #4 from milakorn69/milakorn69-patch-1
olimdzhon afa559a
Merge branch 'master' into Lirina94-patch-1
olimdzhon f15a51b
Merge pull request #6 from Lirina94/Lirina94-patch-1
olimdzhon 2830a29
Merge branch 'master' into master
olimdzhon 283a92a
Merge pull request #10 from pramonoutomo/master
olimdzhon 33f29f8
Merge branch 'master' into master
olimdzhon e97935b
Merge pull request #11 from SirBell/master
olimdzhon 021cdca
Merge branch 'master' into patch-22
olimdzhon 2913a1e
Merge pull request #13 from vinjan23/patch-22
olimdzhon 170c311
Update assetlist.json
olimdzhon 18ba571
Update versions.json
olimdzhon cc409e6
Update assetlist.json
olimdzhon 9742250
Create odiseo.svg
olimdzhon 4381afe
Add files via upload
olimdzhon 1d0fb38
Delete testnets/daodiseotestnet/images/odiseo.svg
olimdzhon 2a3f03f
Rename logo.svg to odiseo.svg
olimdzhon 39470c2
Update assetlist.json
olimdzhon 1b9221c
Merge branch 'cosmos:master' into master
olimdzhon e22d401
Update chain.json
olimdzhon b818e6c
BlockSync add Endpoints (RPC/GRPC/API) and explorer to DAODISEO
0xblocksync e2e494b
Merge pull request #15 from 0xblocksync/patch-1
daodiseomoney 2af7faa
Merge branch 'cosmos:master' into master
daodiseomoney 69ab454
Apply all reviewer fixes for daodiseotestnet: assetlist, chain.json, …
daodiseomoney 125ac99
Fix chain_name in assetlist.json to daodiseotestnet
daodiseomoney f4aa99f
Fix property name to logo_URIs (case sensitive per schema)
daodiseomoney 3903d9a
Fix chain_name in chain.json to daodiseotestnet per reviewer feedback
daodiseomoney 3f9e051
fix: correct chain_name to match directory (daodiseotestnet)
daodiseomoney 3d5b894
Update chain.json
JeremyParish69 7c926b7
Update assetlist.json
JeremyParish69 27725d5
Update chain.json
JeremyParish69 b6c5b11
Update chain.json
JeremyParish69 dc7e6e7
Update chain.json
JeremyParish69 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "$schema": "../assetlist.schema.json", | ||
| "chain_name": "odiseo", | ||
| "assets": [ | ||
| { | ||
| "description": "", | ||
| "extended_description": "", | ||
JeremyParish69 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "denom_units": [ | ||
| { | ||
| "denom": "uodis", | ||
| "exponent": 0 | ||
| }, | ||
| { | ||
| "denom": "ODIS", | ||
| "exponent": 6 | ||
| } | ||
| ], | ||
| "base": "uodis", | ||
| "name": "Odis", | ||
| "display": "ODIS", | ||
| "symbol": "ODIS", | ||
| "logo_URIs": { | ||
| "svg": "https://raw.githubusercontent.com/daodiseomoney/chain-registry/refs/heads/master/testnets/daodiseotestnet/images/odiseo.svg" | ||
JeremyParish69 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| }, | ||
| "socials": { | ||
| "website": "https://daodiseo.money", | ||
| "twitter": "https://x.com/DaoDiseoMoney" | ||
| }, | ||
| "images": [ | ||
| { | ||
| "svg": "https://raw.githubusercontent.com/daodiseomoney/chain-registry/refs/heads/master/testnets/daodiseotestnet/images/odiseo.svg", | ||
| "theme": { | ||
| "circle": true | ||
| } | ||
| } | ||
| ], | ||
| "type_asset": "sdk.coin" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,282 @@ | ||
| { | ||
| "chain_name": "odiseo", | ||
|
||
| "chain_id": "ithaca-1", | ||
| "pretty_name": "DAODISEO Testnet", | ||
| "status": "live", | ||
| "network_type": "testnet", | ||
| "website": "https://daodiseo.money", | ||
| "bech32_prefix": "odiseo", | ||
| "daemon_name": "achillesd", | ||
| "node_home": ".achillesd", | ||
| "key_algos": ["secp256k1"], | ||
| "slip44": 118, | ||
| "fees": { | ||
| "fee_tokens": [ | ||
| { | ||
| "denom": "uodis", | ||
| "fixed_min_gas_price": 0.025, | ||
| "low_gas_price": 0.01, | ||
| "average_gas_price": 0.025, | ||
| "high_gas_price": 0.04 | ||
| } | ||
| ] | ||
| }, | ||
| "staking": { | ||
| "staking_tokens": [ | ||
| { | ||
| "denom": "uodis" | ||
| } | ||
| ] | ||
| }, | ||
| "codebase": { | ||
| "cosmos_sdk_version": "v0.50.8", | ||
| "cosmwasm_enabled": true, | ||
| "cosmwasm_version": "v0.40+", | ||
| "ibc_go_version": "v8.3.1" | ||
JeremyParish69 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| }, | ||
| "peers": { | ||
| "seeds": [ | ||
| { | ||
| "id": "9b9dee928a174bcd0272be9127f5f455d418d6b2", | ||
| "address": "odiseo_testnet_peer.chain.whenmoonwhenlambo.money:30004", | ||
| "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" | ||
| }, | ||
| { | ||
| "id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", | ||
| "address": "testnet-seeds.polkachu.com:31356", | ||
| "provider": "Polkachu" | ||
| } | ||
| ], | ||
| "persistent_peers": [ | ||
| { | ||
| "id": "9b9dee928a174bcd0272be9127f5f455d418d6b2", | ||
| "address": "odiseo_testnet_peer.chain.whenmoonwhenlambo.money:30004", | ||
| "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" | ||
| }, | ||
| { | ||
| "id": "8dceb983d6e50c5d3b0a23fc1d54daeb72d790e2", | ||
| "address": "65.109.113.233:31356", | ||
| "provider": "Polkachu" | ||
| } | ||
| ] | ||
| }, | ||
| "apis": { | ||
| "rpc": [ | ||
| { | ||
| "address": "https://odiseo-testnet-rpc.polkachu.com:443", | ||
| "provider": "Polkachu" | ||
| }, | ||
| { | ||
| "address": "https://rpc-testnet-daodiseo.nodeist.net:443", | ||
| "provider": "Nodeist" | ||
| }, | ||
| { | ||
| "address": "https://daodiseo-testnet-rpc.stakerhouse.com", | ||
| "provider": "StakerHouse" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet-rpc.bonynode.online", | ||
| "provider": "BonyNode" | ||
| }, | ||
| { | ||
| "address": "https://odiseo_testnet_rpc.chain.whenmoonwhenlambo.money", | ||
| "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet.rpc.stakevillage.net:443", | ||
| "provider": "Stake Village" | ||
| }, | ||
| { | ||
| "address": "https://rpc.odiseo-testnet.irynamcc.co.uk:443 ", | ||
| "provider": "Iryna" | ||
| }, | ||
| { | ||
| "address": "https://daodiseo-testnet.rpc.mrsml.fun:443", | ||
| "provider": "Mrs_ml" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet.rpc.sbgid.com:443", | ||
| "provider": "SbGid" | ||
| }, | ||
| { | ||
| "address": "https://rpc-daodiseo.dnsarz.xyz", | ||
| "provider": "dnsarz" | ||
| }, | ||
| { | ||
| "address": "https://rpc-test.odiseo.vinjan.xyz", | ||
| "provider": "Vinjan.Inc" | ||
| }, | ||
| { | ||
| "address": "https://rpc.odiseo-testnet.liora.fun:443", | ||
| "provider": "Monika" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-rpctest.codeblocklabs.com", | ||
| "provider": "CodeBlockLabs" | ||
| }, | ||
| { | ||
| "address": "https://testnet-rpc.daodiseo.chaintools.tech:443", | ||
| "provider": "ChainTools" | ||
| } | ||
| { | ||
| "address": "https://rpc.odiseo-t.nodevism.com", | ||
| "provider": "Nodevism" | ||
| } | ||
| ], | ||
| "rest": [ | ||
| { | ||
| "address": "https://odiseo-testnet-api.polkachu.com:443", | ||
| "provider": "Polkachu" | ||
| }, | ||
| { | ||
| "address": "https://daodiseo-testnet-rest.stakerhouse.com", | ||
| "provider": "StakerHouse" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet-api.bonynode.online", | ||
| "provider": "BonyNode" | ||
| }, | ||
| { | ||
| "address": "https://odiseo_testnet_api.chain.whenmoonwhenlambo.money", | ||
| "provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet.api.stakevillage.net", | ||
| "provider": "Stake Village" | ||
| }, | ||
| { | ||
| "address": "https://api.odiseo-testnet.irynamcc.co.uk", | ||
| "provider": "Iryna" | ||
| }, | ||
| { | ||
| "address": "https://daodiseo-testnet.api.mrsml.fun", | ||
| "provider": "Mrs_ml" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-testnet.api.sbgid.com", | ||
| "provider": "SbGid" | ||
| }, | ||
| { | ||
| "address": "https://api-daodiseo.dnsarz.xyz", | ||
| "provider": "dnsarz" | ||
| }, | ||
| { | ||
| "address": "https://api-test.odiseo.vinjan.xyz", | ||
| "provider": "Vinjan.Inc" | ||
| }, | ||
| { | ||
| "address": "https://api.odiseo-testnet.liora.fun", | ||
| "provider": "Monika" | ||
| }, | ||
| { | ||
| "address":"https://api.odiseo-t.nodevism.com", | ||
| "provider": "Nodevism" | ||
| }, | ||
| { | ||
| "address": "https://odiseo-apitest.codeblocklabs.com", | ||
| "provider": "CodeBlockLabs" | ||
| }, | ||
| { | ||
| "address": "https://testnet-api.daodiseo.chaintools.tech:443", | ||
| "provider": "ChainTools" | ||
| } | ||
| ], | ||
| "grpc": [ | ||
| { | ||
| "address": "odiseo-testnet-grpc.polkachu.com:31390", | ||
| "provider": "Polkachu" | ||
| }, | ||
| { | ||
| "address": "daodiseo-testnet-grpc.stakerhouse.com:443", | ||
| "provider": "StakerHouse" | ||
| }, | ||
| { | ||
| "address": " grpc.odiseo-testnet.irynamcc.co.uk:443", | ||
| "provider": "Iryna" | ||
| }, | ||
| { | ||
| "address": "odiseo-testnet.grpc.stakevillage.net:443", | ||
| "provider": "Stake Village" | ||
| }, | ||
| { | ||
| "address": "daodiseo-testnet.grpc.mrsml.fun:443", | ||
| "provider": "Mrs_ml" | ||
| }, | ||
| { | ||
| "address": "odiseo-testnet.grpc.sbgid.com:443", | ||
| "provider": "SbGid" | ||
| }, | ||
| { | ||
| "address": "https://grpc.odiseo-testnet.liora.fun:443", | ||
| "provider": "Monika" | ||
| }, | ||
| { | ||
| "address": "grpc-test.odiseo.vinjan.xyz:28090", | ||
| "provider": "Vinjan.Inc" | ||
| }, | ||
| { | ||
| "address": "https://testnet-grpc.daodiseo.chaintools.tech:443", | ||
| "provider": "ChainTools" | ||
| } | ||
| ] | ||
| }, | ||
| "explorers": [ | ||
| { | ||
| "kind": "cosmotracker", | ||
| "url": "https://testnet.cosmotracker.com/daodiseo", | ||
| "tx_page": "https://testnet.cosmotracker.com/daodiseo/tx/${txHash}", | ||
| "account_page": "https://testnet.cosmotracker.com/daodiseo/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "bony-explorer", | ||
| "url": "https://explorer.bonynode.online/odiseo/staking", | ||
| "tx_page": "https://explorer.bonynode.online/odiseo/tx/${txHash}", | ||
| "account_page": "https://explorer.bonynode.online/odiseo/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "Stake Village", | ||
| "url": "https://exp.stakevillage.net/odiseo-testnet", | ||
| "tx_page": "https://exp.stakevillage.net/odiseo-testnet/txs/${txHash}", | ||
| "account_page": "https://exp.stakevillage.net/odiseo-testnet/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "SbGid", | ||
| "url": "https://exp.sbgid.com/odiseo-testnet", | ||
| "tx_page": "https://exp.sbgid.com/odiseo-testnet/txs/${txHash}", | ||
| "account_page": "https://exp.sbgid.com/odiseo-testnet/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "dnsarz", | ||
| "url": "https://ping.dnsarz.xyz/daodiseo-testnet", | ||
| "tx_page": "https://ping.dnsarz.xyz/daodiseo-testnet/txs/${txHash}", | ||
| "account_page": "https://ping.dnsarz.xyz/daodiseo-testnet/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "CodeBlockLabs", | ||
| "url": "https://explorer.codeblocklabs.com/odiseo-testnet", | ||
| "tx_page": "https://explorer.codeblocklabs.com/odiseo-testnet/txs/${txHash}", | ||
| "account_page": "https://explorer.codeblocklabs.com/odiseo-testnet/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "Vinjan.Inc", | ||
| "url": "https://xplorer.vinjan.xyz/odiseo-testnet", | ||
| "tx_page": "https://xplorer.vinjan.xyz/odiseo-testnet/txs/${txHash}", | ||
| "account_page": "https://xplorer.vinjan.xyz/odiseo-testnet/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "ChainTools", | ||
| "url": "https://testnet.explorer.chaintools.tech/odiseo", | ||
| "tx_page": "https://testnet.explorer.chaintools.tech/odiseo/txs/${txHash}", | ||
| "account_page": "https://testnet.explorer.chaintools.tech/odiseo/account/${accountAddress}" | ||
| }, | ||
| { | ||
| "kind": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥", | ||
| "url": "https://explorer.whenmoonwhenlambo.money/odiseo-testnet", | ||
| "tx_page": "https://explorer.whenmoonwhenlambo.money/odiseo-testnet/tx/${txHash}", | ||
| "account_page": "https://explorer.whenmoonwhenlambo.money/odiseo-testnet/account/${accountAddress}" | ||
| } | ||
| ], | ||
| "logo_uris": { | ||
JeremyParish69 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "png": "https://daodiseo.money/wp-content/uploads/2025/05/DAO_O_logo_256x256.png" | ||
JeremyParish69 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| } | ||
| } | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "$schema": "../../versions.schema.json", | ||
| "chain_name": "daodiseotestnet", | ||
| "versions": [ | ||
| { | ||
| "name": "v1.0.2", | ||
| "recommended_version": "v1.0.2", | ||
| "compatible_versions": [ | ||
| "v1.0.2" | ||
| ] | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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'