Skip to content

Commit 9cd503e

Browse files
committed
build 🛠 build-20250918-013614
1 parent bf2e607 commit 9cd503e

File tree

126 files changed

+672
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+672
-116
lines changed

repos/chain-registry

Submodule chain-registry updated 223 files

v1/packages/chain-registry/src/devnet/nibirudevnet/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const info: Chain = {
5858
cosmwasm: {
5959
version: 'v0.44.0',
6060
enabled: true
61-
}
61+
},
62+
tag: 'v1.0.1'
6263
},
6364
logo_URIs: {
6465
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png',

v1/packages/chain-registry/src/devnet/nibirudevnet2/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const info: Chain = {
5858
cosmwasm: {
5959
version: 'v0.44.0',
6060
enabled: true
61-
}
61+
},
62+
tag: 'v1.0.1'
6263
},
6364
logo_URIs: {
6465
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png',

v1/packages/chain-registry/src/devnet/nibirudevnet3/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const info: Chain = {
5959
},
6060
genesis: {
6161
genesis_url: 'https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-2/genesis.json'
62-
}
62+
},
63+
tag: 'v1.0.1'
6364
},
6465
logo_URIs: {
6566
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png',

v1/packages/chain-registry/src/devnet/outbedevnet/chain.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ const info: Chain = {
4040
genesis: {
4141
name: 'v1',
4242
genesis_url: 'https://github.com/outbe/outbe-node/networks/raw/main/genesis.json'
43+
},
44+
tag: 'v0.0.1-wasm',
45+
binaries: {
46+
"linux/amd64": 'https://github.com/outbe/outbe-node/releases/download/v0.0.1-wasm/outbe-node_0.0.1-wasm_linux_amd64.tar.gz'
47+
},
48+
sdk: {
49+
type: 'cosmos',
50+
version: 'v0.50.11',
51+
repo: 'https://github.com/cosmos/cosmos-sdk',
52+
tag: 'v0.50.11'
53+
},
54+
ibc: {
55+
type: 'go',
56+
version: 'v8.7.0',
57+
repo: 'https://github.com/cosmos/ibc-go',
58+
tag: 'v8.7.0',
59+
ics_enabled: ['ics20-1']
4360
}
4461
},
4562
images: [{

v1/packages/chain-registry/src/mainnet/agoric/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const info: Chain = {
5858
repo: 'https://github.com/agoric-labs/ibc-go',
5959
tag: 'v7.10.0-alpha.agoric.2',
6060
ics_enabled: ['ics20-1']
61-
}
61+
},
62+
tag: 'agoric-upgrade-21'
6263
},
6364
logo_URIs: {
6465
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',

v1/packages/chain-registry/src/mainnet/akash/chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const info: Chain = {
2929
codebase: {
3030
git_repo: 'https://github.com/akash-network/node/',
3131
recommended_version: 'v0.38.1',
32-
compatible_versions: ['v0.38.0'],
32+
compatible_versions: ['v0.38.0', 'v0.38.1'],
3333
binaries: {
3434
"linux/amd64": 'https://github.com/akash-network/node/releases/download/v0.38.1/akash_linux_amd64.zip',
3535
"linux/arm64": 'https://github.com/akash-network/node/releases/download/v0.38.1/akash_linux_arm64.zip'

v1/packages/chain-registry/src/mainnet/allora/chain.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ const info: Chain = {
4040
},
4141
genesis: {
4242
genesis_url: 'https://github.com/allora-network/networks/blob/main/allora-mainnet-1/genesis.json'
43+
},
44+
sdk: {
45+
type: 'cosmos',
46+
version: 'v0.50.11'
47+
},
48+
consensus: {
49+
type: 'cometbft',
50+
version: 'v0.38.15',
51+
repo: 'https://github.com/cometbft/cometbft',
52+
tag: 'v0.38.15'
53+
},
54+
ibc: {
55+
type: 'go',
56+
version: 'v8.5.2'
4357
}
4458
},
4559
logo_URIs: {

v1/packages/chain-registry/src/mainnet/andromeda/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ const info: Chain = {
5151
cosmwasm: {
5252
version: 'v0.41.0',
5353
enabled: true
54-
}
54+
},
55+
tag: 'v0.1.1-patch'
5556
},
5657
apis: {
5758
rpc: [

v1/packages/chain-registry/src/mainnet/arkeo/chain.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ const info: Chain = {
3636
name: 'v1',
3737
genesis_url: 'https://github.com/arkeonetwork/arkeo/blob/master/networks/mainnet/arkeo-main-v1/genesis.mainnet.json.gz'
3838
},
39-
recommended_version: 'v1.0.9'
39+
recommended_version: 'v1.0.9',
40+
compatible_versions: ['v1.0.9'],
41+
binaries: {
42+
"linux/amd64": 'https://github.com/arkeonetwork/arkeo/releases/download/v1.0.9/arkeod_1.0.9_linux_amd64.zip',
43+
"darwin/arm64": 'https://github.com/arkeonetwork/arkeo/releases/download/v1.0.9/arkeod_1.0.9_darwin_arm64.zip',
44+
"darwin/amd64": 'https://github.com/arkeonetwork/arkeo/releases/download/v1.0.9/arkeod_1.0.9_darwin_amd64.zip'
45+
}
4046
},
4147
images: [{
4248
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg',

0 commit comments

Comments
 (0)