Skip to content

Commit a9f0947

Browse files
committed
build 🛠 build-20251101-013708
1 parent 94a3766 commit a9f0947

File tree

6 files changed

+113
-61
lines changed

6 files changed

+113
-61
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const info: Chain = {
3535
},
3636
codebase: {
3737
git_repo: 'https://github.com/bitwaylabs/bitway',
38-
recommended_version: 'v2.0.0',
39-
compatible_versions: ['v2.0.0'],
38+
recommended_version: 'v2.0.1',
39+
compatible_versions: ['v2.0.1'],
4040
consensus: {
4141
type: 'cometbft',
4242
version: 'v0.38.12'
@@ -56,7 +56,7 @@ const info: Chain = {
5656
version: 'v0.53.0',
5757
enabled: true
5858
},
59-
tag: 'v2.0.0'
59+
tag: 'v2.0.1'
6060
},
6161
logo_URIs: {
6262
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
@@ -92,6 +92,10 @@ const info: Chain = {
9292
{
9393
address: 'https://bitway.rpc.m.stavr.tech',
9494
provider: '🔥STAVR🔥'
95+
},
96+
{
97+
address: 'https://bitway.rpc.mandragora.io',
98+
provider: 'Mandragora'
9599
}
96100
],
97101
rest: [
@@ -122,6 +126,10 @@ const info: Chain = {
122126
{
123127
address: 'https://bitway.api.m.stavr.tech',
124128
provider: '🔥STAVR🔥'
129+
},
130+
{
131+
address: 'https://bitway.api.mandragora.io',
132+
provider: 'Mandragora'
125133
}
126134
],
127135
grpc: [
@@ -148,6 +156,10 @@ const info: Chain = {
148156
{
149157
address: 'bitway-mainnet-grpc.itrocket.net:443',
150158
provider: 'ITRocket'
159+
},
160+
{
161+
address: 'http://bitway.grpc.mandragora.io:9079',
162+
provider: 'Mandragora'
151163
}
152164
]
153165
},

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

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,35 +47,61 @@ const info: Chain = {
4747
},
4848
description: 'CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem.',
4949
apis: {
50-
rpc: [{
50+
rpc: [
51+
{
5152
address: 'https://rpc.cnho.io',
5253
provider: 'CNHO Stables'
53-
}, {
54+
},
55+
{
5456
address: 'https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money',
5557
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
56-
}],
57-
rest: [{
58+
},
59+
{
60+
address: 'https://rpc-cnho.onenov.xyz',
61+
provider: 'OneNov'
62+
}
63+
],
64+
rest: [
65+
{
5866
address: 'https://api.cnho.io',
5967
provider: 'CNHO Stables'
60-
}, {
68+
},
69+
{
70+
address: 'https://api-cnho.onenov.xyz',
71+
provider: 'OneNov'
72+
},
73+
{
6174
address: 'https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money',
6275
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
63-
}],
76+
}
77+
],
6478
grpc: [{
6579
address: '159.138.232.248:9090',
6680
provider: 'CNHO Stables'
81+
}, {
82+
address: 'grpc-cnho.onenov.xyz:9191',
83+
provider: 'OneNov'
6784
}]
6885
},
69-
explorers: [{
86+
explorers: [
87+
{
7088
url: 'https://explorer.cnho.io',
7189
tx_page: 'https://explorer.cnho.io/transaction/${txHash}',
7290
account_page: 'https://explorer.cnho.io/account/${accountAddress}'
73-
}, {
91+
},
92+
{
7493
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
7594
url: 'https://explorer.whenmoonwhenlambo.money/cnhostables',
7695
tx_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}',
7796
account_page: 'https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}'
78-
}],
97+
},
98+
{
99+
kind: 'OneNov',
100+
url: 'https://explorer.onenov.xyz/cnho',
101+
tx_page: 'https://explorer.onenov.xyz/cnho/tx/${txHash}',
102+
account_page: 'https://explorer.onenov.xyz/cnho/account/${accountAddress}'
103+
}
104+
],
79105
keywords: ['CNHO'],
80106
images: [{
81107
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',

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

Lines changed: 30 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -82,101 +82,83 @@ const info: Chain = {
8282
apis: {
8383
rpc: [
8484
{
85-
address: 'http://47.236.19.22:18000/chain-rpc/',
85+
address: 'https://gonka04.6block.com:8443/chain-rpc/',
8686
provider: '6block'
8787
},
8888
{
89-
address: 'http://gonka.spv.re:8000/chain-rpc/',
90-
provider: 'Hyperfusion'
91-
},
92-
{
93-
address: 'http://185.216.21.98:8000/chain-rpc/',
94-
provider: 'HardYaka'
89+
address: 'https://gonka03.6block.com:8443',
90+
provider: '6block'
9591
},
9692
{
97-
address: 'http://93.119.168.58:8000/chain-rpc/',
98-
provider: 'GCore'
93+
address: 'https://node1.gonka.ai:8443/chain-rpc/',
94+
provider: 'PS on Nebius'
9995
},
10096
{
101-
address: 'http:// :8000/chain-rpc/',
97+
address: 'https://node2.gonka.ai:8443/chain-rpc/',
10298
provider: 'PS on Nebius'
10399
}
104100
],
105101
rest: [
106102
{
107-
address: 'http://47.236.19.22:18000/chain-api/',
103+
address: 'https://gonka04.6block.com:8443/chain-api/',
108104
provider: '6block'
109105
},
110106
{
111-
address: 'http://gonka.spv.re:8000/chain-api/',
112-
provider: 'Hyperfusion'
113-
},
114-
{
115-
address: 'http://185.216.21.98:8000/chain-api/',
116-
provider: 'HardYaka'
107+
address: 'https://gonka03.6block.com:8443',
108+
provider: '6block'
117109
},
118110
{
119-
address: 'http://93.119.168.58:8000/chain-api/',
120-
provider: 'GCore'
111+
address: 'https://node1.gonka.ai:8443/chain-api/',
112+
provider: 'PS on Nebius'
121113
},
122114
{
123-
address: 'http://node1.gonka.ai:8000/chain-api/',
115+
address: 'https://node2.gonka.ai:8443/chain-api/',
124116
provider: 'PS on Nebius'
125117
}
126118
],
127119
grpc: [
128120
{
129-
address: 'http://47.236.19.22:18000/chain-grpc/',
121+
address: 'https://gonka04.6block.com:8443/chain-grpc/',
130122
provider: '6block'
131123
},
132124
{
133-
address: 'http://gonka.spv.re:8000/chain-grpc/',
134-
provider: 'Hyperfusion'
135-
},
136-
{
137-
address: 'http://185.216.21.98:8000/chain-grpc/',
138-
provider: 'HardYaka'
125+
address: 'https://gonka03.6block.com:8443/chain-grpc/',
126+
provider: '6block'
139127
},
140128
{
141-
address: 'http://93.119.168.58:8000/chain-grpc/',
142-
provider: 'GCore'
129+
address: 'https://node1.gonka.ai:8443/chain-grpc/',
130+
provider: 'PS on Nebius'
143131
},
144132
{
145-
address: 'http://node1.gonka.ai:8000/chain-grpc/',
133+
address: 'https://node2.gonka.ai:8443/chain-grpc/',
146134
provider: 'PS on Nebius'
147135
}
148136
]
149137
},
150138
explorers: [
151139
{
152140
kind: 'ping.pub',
153-
url: 'http://47.236.19.22:18000/dashboard',
154-
tx_page: 'http://47.236.19.22:18000/dashboard/gonka/txs/${txHash}',
155-
account_page: 'http://47.236.19.22:18000/dashboard/gonka/account/${accountAddress}'
156-
},
157-
{
158-
kind: 'ping.pub',
159-
url: 'http://gonka.spv.re:8000/dashboard',
160-
tx_page: 'http://gonka.spv.re:8000/dashboard/gonka/txs/${txHash}',
161-
account_page: 'http://gonka.spv.re:8000/dashboard/gonka/account/${accountAddress}'
141+
url: 'https://gonka04.6block.com:8443/dashboard',
142+
tx_page: 'https://gonka04.6block.com:8443/dashboard/gonka/txs/${txHash}',
143+
account_page: 'https://gonka04.6block.com:8443/dashboard/gonka/account/${accountAddress}'
162144
},
163145
{
164146
kind: 'ping.pub',
165-
url: 'http://185.216.21.98:8000/dashboard',
166-
tx_page: 'http://185.216.21.98:8000/dashboard/gonka/txs/${txHash}',
167-
account_page: 'http://185.216.21.98:8000/dashboard/gonka/account/${accountAddress}'
147+
url: 'https://gonka03.6block.com:8443/dashboard',
148+
tx_page: 'https://gonka03.6block.com:8443/dashboard/gonka/txs/${txHash}',
149+
account_page: 'https://gonka03.6block.com:8443/dashboard/gonka/account/${accountAddress}'
168150
},
169151
{
170152
kind: 'ping.pub',
171-
url: 'http://93.119.168.58:8000/dashboard',
172-
tx_page: 'http://93.119.168.58:8000/dashboard/gonka/txs/${txHash}',
173-
account_page: 'http://93.119.168.58:8000/dashboard/gonka/account/${accountAddress}'
153+
url: 'https://node1.gonka.ai:8443/dashboard',
154+
tx_page: 'https://node1.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
155+
account_page: 'https://node1.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
174156
},
175157
{
176158
kind: 'ping.pub',
177-
url: 'http://node1.gonka.ai:8000/dashboard',
178-
tx_page: 'http://node1.gonka.ai:8000/dashboard/gonka/txs/${txHash}',
179-
account_page: 'http://node1.gonka.ai:8000/dashboard/gonka/account/${accountAddress}'
159+
url: 'https://node2.gonka.ai:8443/dashboard',
160+
tx_page: 'https://node2.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
161+
account_page: 'https://node2.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
180162
}
181163
],
182164
keywords: [

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ const info: Chain = {
7070
address: 'https://shidochain_mainnet_rpc.chain.whenmoonwhenlambo.money',
7171
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
7272
},
73+
{
74+
address: 'https://rpc-shido.onenov.xyz',
75+
provider: 'OneNov'
76+
},
7377
{
7478
address: 'https://rpc.shido.256x25.tech:443',
7579
provider: '256x25'
@@ -104,6 +108,10 @@ const info: Chain = {
104108
address: 'https://shidochain_mainnet_api.chain.whenmoonwhenlambo.money',
105109
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
106110
},
111+
{
112+
address: 'https://api-shido.onenov.xyz',
113+
provider: 'OneNov'
114+
},
107115
{
108116
address: 'https://rest.shido.256x25.tech:443',
109117
provider: '256x25'
@@ -195,6 +203,12 @@ const info: Chain = {
195203
tx_page: 'https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}',
196204
account_page: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
197205
},
206+
{
207+
kind: 'OneNov',
208+
url: 'https://explorer.onenov.xyz/shido',
209+
tx_page: 'https://explorer.onenov.xyz/shido/tx/${txHash}',
210+
account_page: 'https://explorer.onenov.xyz/shido/account/${accountAddress}'
211+
},
198212
{
199213
kind: '256x25',
200214
url: 'https://explorer.256x25.tech/shido',

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ const info: Chain = {
122122
{
123123
address: 'https://terra-rpc.chainroot.io',
124124
provider: 'Chainroot'
125+
},
126+
{
127+
address: 'https://terra-rpc.node39.top',
128+
provider: 'Node39'
125129
}
126130
],
127131
rest: [
@@ -168,6 +172,10 @@ const info: Chain = {
168172
{
169173
address: 'https://terra-api.chainroot.io',
170174
provider: 'Chainroot'
175+
},
176+
{
177+
address: 'https://terra-api.node39.top',
178+
provider: 'Node39'
171179
}
172180
],
173181
grpc: [
@@ -206,6 +214,10 @@ const info: Chain = {
206214
{
207215
address: 'terra-grpc.chainroot.io:443',
208216
provider: 'Chainroot'
217+
},
218+
{
219+
address: 'terra-grpc.node39.top:443',
220+
provider: 'Node39'
209221
}
210222
]
211223
},
@@ -250,6 +262,12 @@ const info: Chain = {
250262
url: 'https://explorer.chainroot.io/terra',
251263
tx_page: 'https://explorer.chainroot.io/terra/transactions/${txHash}',
252264
account_page: 'https://explorer.chainroot.io/terra/accounts/${accountAddress}'
265+
},
266+
{
267+
kind: 'Node39',
268+
url: 'https://explorer.node39.top/terra',
269+
tx_page: 'https://explorer.node39.top/terra/transactions/${txHash}',
270+
account_page: 'https://explorer.node39.top/terra/accounts/${accountAddress}'
253271
}
254272
],
255273
images: [{

0 commit comments

Comments
 (0)