Skip to content

Commit ea5de59

Browse files
committed
build 🛠 build-20260327-031219
1 parent 19eb49b commit ea5de59

File tree

4 files changed

+15
-26
lines changed

4 files changed

+15
-26
lines changed

v2/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
txPage: 'https://explorer.posthuman.digital/dymension/tx/${txHash}',
482470
accountPage: 'https://explorer.posthuman.digital/dymension/account/${accountAddress}'
483471
},
484-
{
485-
kind: 'AVIAONE 🟢',
486-
url: 'https://mainnet.explorer.aviaone.com/dymension',
487-
txPage: 'https://mainnet.explorer.aviaone.com/dymension/tx/${txHash}',
488-
accountPage: 'https://mainnet.explorer.aviaone.com/dymension/account/${accountAddress}'
489-
},
490472
{
491473
kind: 'WhisperNode 🤐',
492474
url: 'https://mainnet.whispernode.com/dymension',

v2/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
genesisUrl: 'https://lwp-mainnet-rpc.lumiwavelab.com/genesis'
2929
},
3030
recommendedVersion: 'v0.0.11',
31-
compatibleVersions: ['v0.0.11']
31+
compatibleVersions: ['v0.0.11'],
32+
tag: 'v0.0.11'
3233
},
3334
logoURIs: {
3435
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',

v2/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
gitRepo: 'https://github.com/stochainassociation/stoc-blockchain-mainnet',
32-
recommendedVersion: 'latest-a2d23f37',
33-
compatibleVersions: ['latest-a2d23f37'],
32+
recommendedVersion: 'latest-83111dde',
33+
compatibleVersions: ['latest-83111dde'],
3434
consensus: {
3535
type: 'cometbft',
36-
version: 'v0.38.19'
36+
version: 'v0.38.18'
3737
},
3838
genesis: {
3939
genesisUrl: '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
logoURIs: {
@@ -63,6 +64,10 @@ const info: Chain = {
6364
grpc: [{
6465
address: 'grpc-stoc-mainnet.stochainscan.io:443',
6566
provider: 'STO Chain'
67+
}],
68+
evmHttpJsonrpc: [{
69+
address: 'https://evm-stoc-mainnet.stochainscan.io',
70+
provider: 'STO Chain'
6671
}]
6772
},
6873
explorers: [{

v2/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
genesisUrl: 'https://lwp-testnet.lumiwavelab.com/tendermint/genesis'
2929
},
3030
recommendedVersion: 'v0.0.11',
31-
compatibleVersions: ['v0.0.11']
31+
compatibleVersions: ['v0.0.11'],
32+
tag: 'v0.0.11'
3233
},
3334
logoURIs: {
3435
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',

0 commit comments

Comments
 (0)