Skip to content

Commit 094188e

Browse files
committed
build 🛠 build-20260327-014241
1 parent c29aaf0 commit 094188e

File tree

5 files changed

+16
-27
lines changed

5 files changed

+16
-27
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ const info: Chain = {
158158
address: 'https://dymension-rpc.noders.services',
159159
provider: '[NODERS]TEAM'
160160
},
161-
{
162-
address: 'https://rpc.mainnet.dymension.aviaone.com',
163-
provider: 'AVIAONE 🟢'
164-
},
165161
{
166162
address: 'https://rpc.archive.dymension.mainnet.dteam.tech:443',
167163
provider: 'DTEAM'
@@ -284,10 +280,6 @@ const info: Chain = {
284280
address: 'https://dymension-api.noders.services',
285281
provider: '[NODERS]TEAM'
286282
},
287-
{
288-
address: 'https://api.mainnet.dymension.aviaone.com',
289-
provider: 'AVIAONE 🟢'
290-
},
291283
{
292284
address: 'https://api.archive.dymension.mainnet.dteam.tech:443',
293285
provider: 'DTEAM'
@@ -378,10 +370,6 @@ const info: Chain = {
378370
address: 'dymension-grpc.noders.services:12090',
379371
provider: '[NODERS]TEAM'
380372
},
381-
{
382-
address: 'https://grpc.mainnet.dymension.aviaone.com:9092',
383-
provider: 'AVIAONE 🟢'
384-
},
385373
{
386374
address: 'grpc.archive.dymension.mainnet.dteam.tech:29090',
387375
provider: 'DTEAM'
@@ -481,12 +469,6 @@ const info: Chain = {
481469
tx_page: 'https://explorer.posthuman.digital/dymension/tx/${txHash}',
482470
account_page: 'https://explorer.posthuman.digital/dymension/account/${accountAddress}'
483471
},
484-
{
485-
kind: 'AVIAONE 🟢',
486-
url: 'https://mainnet.explorer.aviaone.com/dymension',
487-
tx_page: 'https://mainnet.explorer.aviaone.com/dymension/tx/${txHash}',
488-
account_page: 'https://mainnet.explorer.aviaone.com/dymension/account/${accountAddress}'
489-
},
490472
{
491473
kind: 'WhisperNode 🤐',
492474
url: 'https://mainnet.whispernode.com/dymension',

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const info: Chain = {
2828
genesis_url: 'https://lwp-mainnet-rpc.lumiwavelab.com/genesis'
2929
},
3030
recommended_version: 'v0.0.11',
31-
compatible_versions: ['v0.0.11']
31+
compatible_versions: ['v0.0.11'],
32+
tag: 'v0.0.11'
3233
},
3334
logo_URIs: {
3435
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,24 @@ const info: Chain = {
2929
},
3030
codebase: {
3131
git_repo: 'https://github.com/stochainassociation/stoc-blockchain-mainnet',
32-
recommended_version: 'latest-a2d23f37',
33-
compatible_versions: ['latest-a2d23f37'],
32+
recommended_version: 'latest-83111dde',
33+
compatible_versions: ['latest-83111dde'],
3434
consensus: {
3535
type: 'cometbft',
36-
version: 'v0.38.19'
36+
version: 'v0.38.18'
3737
},
3838
genesis: {
3939
genesis_url: 'https://rpc-stoc-mainnet.stochainscan.io/genesis'
4040
},
4141
sdk: {
4242
type: 'cosmos',
43-
version: 'v0.53.3'
43+
version: 'v0.53.4'
4444
},
4545
ibc: {
4646
type: 'go',
47-
version: 'v8.7.0'
48-
}
47+
version: 'v10.2.0'
48+
},
49+
tag: 'latest-83111dde'
4950
},
5051
description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
5152
logo_URIs: {
@@ -63,6 +64,10 @@ const info: Chain = {
6364
grpc: [{
6465
address: 'grpc-stoc-mainnet.stochainscan.io:443',
6566
provider: 'STO Chain'
67+
}],
68+
"evm-http-jsonrpc": [{
69+
address: 'https://evm-stoc-mainnet.stochainscan.io',
70+
provider: 'STO Chain'
6671
}]
6772
},
6873
explorers: [{

v1/packages/chain-registry/src/testnet/lumiwaveprotocoltestnet/chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const info: Chain = {
2828
genesis_url: 'https://lwp-testnet.lumiwavelab.com/tendermint/genesis'
2929
},
3030
recommended_version: 'v0.0.11',
31-
compatible_versions: ['v0.0.11']
31+
compatible_versions: ['v0.0.11'],
32+
tag: 'v0.0.11'
3233
},
3334
logo_URIs: {
3435
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',

0 commit comments

Comments
 (0)