Skip to content

Commit

Permalink
Merge remote-tracking branch 'cosmos/master' into riccardom/add-milkyway
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 9, 2025
2 parents 2872e14 + a91fa54 commit 7e82ef1
Show file tree
Hide file tree
Showing 27 changed files with 1,062 additions and 7 deletions.
31 changes: 31 additions & 0 deletions _IBC/atomone-beezee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "atomone",
"client_id": "07-tendermint-1",
"connection_id": "connection-1"
},
"chain_2": {
"chain_name": "beezee",
"client_id": "07-tendermint-23",
"connection_id": "connection-6"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-1",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-6",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/elys-saga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "elys",
"client_id": "07-tendermint-12",
"connection_id": "connection-12"
},
"chain_2": {
"chain_name": "saga",
"client_id": "07-tendermint-26",
"connection_id": "connection-21"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-9",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-35",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/elys-xion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "elys",
"client_id": "07-tendermint-11",
"connection_id": "connection-11"
},
"chain_2": {
"chain_name": "xion",
"client_id": "07-tendermint-7",
"connection_id": "connection-8"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-8",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-9",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
6 changes: 5 additions & 1 deletion akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
{
"address": "https://grpc.akash.bronbro.io:443",
"provider": "Bro_n_Bro"
},
{
"address": "akash-mainnet-grpc.cosmonautstakes.com:14090",
"provider": "Cosmonaut Stakes"
}
]
},
Expand Down Expand Up @@ -383,4 +387,4 @@
}
}
]
}
}
50 changes: 50 additions & 0 deletions beezee/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,56 @@
}
}
]
},
{
"description": "AtomOne native coin",
"denom_units": [
{
"denom": "ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D",
"exponent": 0,
"aliases": [
"uatone"
]
},
{
"denom": "atone",
"exponent": 6,
"aliases": []
}
],
"type_asset": "ics20",
"base": "ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D",
"name": "Atone",
"display": "atone",
"symbol": "ATONE",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "atomone",
"base_denom": "uatone",
"channel_id": "channel-1"
},
"chain": {
"channel_id": "channel-6",
"path": "transfer/channel-6/uatone"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "atomone",
"base_denom": "uatone"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg"
}
}
]
}
14 changes: 14 additions & 0 deletions carbon/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,20 @@
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.60.0/carbond-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.60.0/carbond-mainnet.linux-arm64.tar.gz"
},
"next_version_name": "v2.61.0"
},
{
"name": "v2.61.0",
"proposal": 391,
"height": 68062790,
"recommended_version": "v2.61.0",
"compatible_versions": [
"v2.61.0"
],
"binaries": {
"linux/amd64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.61.0/carbond-mainnet.linux-amd64.tar.gz",
"linux/arm64": "https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.61.0/carbond-mainnet.linux-arm64.tar.gz"
},
"next_version_name": ""
}
]
Expand Down
18 changes: 18 additions & 0 deletions chihuahua/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@
{
"address": "https://chihuahua.rpc.nodeshub.online:443",
"provider": "Nodes Hub \ud83d\udee1\ufe0f 100% Slash Protected \ud83d\udee1\ufe0f | Restake \u2705"
},
{
"address": "https://chihuahua-rpc.chainroot.io",
"provider": "Chainroot"
}
],
"rest": [
Expand Down Expand Up @@ -240,6 +244,10 @@
{
"address": "https://chihuahua.api.nodeshub.online:443",
"provider": "Nodes Hub \ud83d\udee1\ufe0f 100% Slash Protected \ud83d\udee1\ufe0f | Restake \u2705"
},
{
"address": "https://chihuahua-api.chainroot.io",
"provider": "Chainroot"
}
],
"grpc": [
Expand Down Expand Up @@ -278,6 +286,10 @@
{
"address": "chihuahua.grpc.nodeshub.online",
"provider": "Nodes Hub"
},
{
"address": "chihuahua-grpc.chainroot.io:443",
"provider": "Chainroot"
}
]
},
Expand Down Expand Up @@ -321,6 +333,12 @@
"url": "https://explorer.nodeshub.online/chihuahua/",
"tx_page": "https://explorer.nodeshub.online/chihuahua/tx/${txHash}",
"account_page": "https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}"
},
{
"kind": "Chainroot",
"url": "https://explorer.chainroot.io/chihuahua",
"tx_page": "https://explorer.chainroot.io/chihuahua/transactions/${txHash}",
"account_page": "https://explorer.chainroot.io/chihuahua/accounts/${accountAddress}"
}
],
"images": [
Expand Down
4 changes: 2 additions & 2 deletions dungeon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"apis": {
"rpc": [
{
"address": "https://dungeon.rpc.quasarstaking.ai",
"address": "https://dungeon-wallet.rpc.quasarstaking.ai",
"provider": "Quasar"
},
{
Expand All @@ -41,7 +41,7 @@
],
"rest": [
{
"address": "https://dungeon.api.quasarstaking.ai",
"address": "https://dungeon-wallet.api.quasarstaking.ai",
"provider": "Quasar"
},
{
Expand Down
Loading

0 comments on commit 7e82ef1

Please sign in to comment.