chain-registry 2.0.92 β 2.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/bitway/chain.js +15 -3
- package/esm/mainnet/cnhostables/chain.js +35 -9
- package/esm/mainnet/gonka/chain.js +30 -48
- package/esm/mainnet/shido/chain.js +14 -0
- package/esm/mainnet/terra2/chain.js +18 -0
- package/mainnet/bitway/chain.js +15 -3
- package/mainnet/cnhostables/chain.js +35 -9
- package/mainnet/gonka/chain.js +30 -48
- package/mainnet/shido/chain.js +14 -0
- package/mainnet/terra2/chain.js +18 -0
- package/package.json +3 -3
|
@@ -34,8 +34,8 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/bitwaylabs/bitway',
|
|
37
|
-
recommendedVersion: 'v2.0.
|
|
38
|
-
compatibleVersions: ['v2.0.
|
|
37
|
+
recommendedVersion: 'v2.0.1',
|
|
38
|
+
compatibleVersions: ['v2.0.1'],
|
|
39
39
|
consensus: {
|
|
40
40
|
type: 'cometbft',
|
|
41
41
|
version: 'v0.38.12'
|
|
@@ -55,7 +55,7 @@ const info = {
|
|
|
55
55
|
version: 'v0.53.0',
|
|
56
56
|
enabled: true
|
|
57
57
|
},
|
|
58
|
-
tag: 'v2.0.
|
|
58
|
+
tag: 'v2.0.1'
|
|
59
59
|
},
|
|
60
60
|
logoURIs: {
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
|
|
@@ -91,6 +91,10 @@ const info = {
|
|
|
91
91
|
{
|
|
92
92
|
address: 'https://bitway.rpc.m.stavr.tech',
|
|
93
93
|
provider: 'π₯STAVRπ₯'
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
address: 'https://bitway.rpc.mandragora.io',
|
|
97
|
+
provider: 'Mandragora'
|
|
94
98
|
}
|
|
95
99
|
],
|
|
96
100
|
rest: [
|
|
@@ -121,6 +125,10 @@ const info = {
|
|
|
121
125
|
{
|
|
122
126
|
address: 'https://bitway.api.m.stavr.tech',
|
|
123
127
|
provider: 'π₯STAVRπ₯'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
address: 'https://bitway.api.mandragora.io',
|
|
131
|
+
provider: 'Mandragora'
|
|
124
132
|
}
|
|
125
133
|
],
|
|
126
134
|
grpc: [
|
|
@@ -147,6 +155,10 @@ const info = {
|
|
|
147
155
|
{
|
|
148
156
|
address: 'bitway-mainnet-grpc.itrocket.net:443',
|
|
149
157
|
provider: 'ITRocket'
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
address: 'http://bitway.grpc.mandragora.io:9079',
|
|
161
|
+
provider: 'Mandragora'
|
|
150
162
|
}
|
|
151
163
|
]
|
|
152
164
|
},
|
|
@@ -46,35 +46,61 @@ const info = {
|
|
|
46
46
|
},
|
|
47
47
|
description: 'CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem.',
|
|
48
48
|
apis: {
|
|
49
|
-
rpc: [
|
|
49
|
+
rpc: [
|
|
50
|
+
{
|
|
50
51
|
address: 'https://rpc.cnho.io',
|
|
51
52
|
provider: 'CNHO Stables'
|
|
52
|
-
},
|
|
53
|
+
},
|
|
54
|
+
{
|
|
53
55
|
address: 'https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
54
56
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://rpc-cnho.onenov.xyz',
|
|
60
|
+
provider: 'OneNov'
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
rest: [
|
|
64
|
+
{
|
|
57
65
|
address: 'https://api.cnho.io',
|
|
58
66
|
provider: 'CNHO Stables'
|
|
59
|
-
},
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://api-cnho.onenov.xyz',
|
|
70
|
+
provider: 'OneNov'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
60
73
|
address: 'https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
61
74
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
62
|
-
}
|
|
75
|
+
}
|
|
76
|
+
],
|
|
63
77
|
grpc: [{
|
|
64
78
|
address: '159.138.232.248:9090',
|
|
65
79
|
provider: 'CNHO Stables'
|
|
80
|
+
}, {
|
|
81
|
+
address: 'grpc-cnho.onenov.xyz:9191',
|
|
82
|
+
provider: 'OneNov'
|
|
66
83
|
}]
|
|
67
84
|
},
|
|
68
|
-
explorers: [
|
|
85
|
+
explorers: [
|
|
86
|
+
{
|
|
69
87
|
url: 'https://explorer.cnho.io',
|
|
70
88
|
txPage: 'https://explorer.cnho.io/transaction/${txHash}',
|
|
71
89
|
accountPage: 'https://explorer.cnho.io/account/${accountAddress}'
|
|
72
|
-
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
73
92
|
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
74
93
|
url: 'https://explorer.whenmoonwhenlambo.money/cnhostables',
|
|
75
94
|
txPage: 'https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}',
|
|
76
95
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}'
|
|
77
|
-
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
kind: 'OneNov',
|
|
99
|
+
url: 'https://explorer.onenov.xyz/cnho',
|
|
100
|
+
txPage: 'https://explorer.onenov.xyz/cnho/tx/${txHash}',
|
|
101
|
+
accountPage: 'https://explorer.onenov.xyz/cnho/account/${accountAddress}'
|
|
102
|
+
}
|
|
103
|
+
],
|
|
78
104
|
keywords: ['CNHO'],
|
|
79
105
|
images: [{
|
|
80
106
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
|
@@ -81,67 +81,55 @@ const info = {
|
|
|
81
81
|
apis: {
|
|
82
82
|
rpc: [
|
|
83
83
|
{
|
|
84
|
-
address: '
|
|
84
|
+
address: 'https://gonka04.6block.com:8443/chain-rpc/',
|
|
85
85
|
provider: '6block'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
address: '
|
|
89
|
-
provider: '
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
address: 'http://185.216.21.98:8000/chain-rpc/',
|
|
93
|
-
provider: 'HardYaka'
|
|
88
|
+
address: 'https://gonka03.6block.com:8443',
|
|
89
|
+
provider: '6block'
|
|
94
90
|
},
|
|
95
91
|
{
|
|
96
|
-
address: '
|
|
97
|
-
provider: '
|
|
92
|
+
address: 'https://node1.gonka.ai:8443/chain-rpc/',
|
|
93
|
+
provider: 'PS on Nebius'
|
|
98
94
|
},
|
|
99
95
|
{
|
|
100
|
-
address: '
|
|
96
|
+
address: 'https://node2.gonka.ai:8443/chain-rpc/',
|
|
101
97
|
provider: 'PS on Nebius'
|
|
102
98
|
}
|
|
103
99
|
],
|
|
104
100
|
rest: [
|
|
105
101
|
{
|
|
106
|
-
address: '
|
|
102
|
+
address: 'https://gonka04.6block.com:8443/chain-api/',
|
|
107
103
|
provider: '6block'
|
|
108
104
|
},
|
|
109
105
|
{
|
|
110
|
-
address: '
|
|
111
|
-
provider: '
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
address: 'http://185.216.21.98:8000/chain-api/',
|
|
115
|
-
provider: 'HardYaka'
|
|
106
|
+
address: 'https://gonka03.6block.com:8443',
|
|
107
|
+
provider: '6block'
|
|
116
108
|
},
|
|
117
109
|
{
|
|
118
|
-
address: '
|
|
119
|
-
provider: '
|
|
110
|
+
address: 'https://node1.gonka.ai:8443/chain-api/',
|
|
111
|
+
provider: 'PS on Nebius'
|
|
120
112
|
},
|
|
121
113
|
{
|
|
122
|
-
address: '
|
|
114
|
+
address: 'https://node2.gonka.ai:8443/chain-api/',
|
|
123
115
|
provider: 'PS on Nebius'
|
|
124
116
|
}
|
|
125
117
|
],
|
|
126
118
|
grpc: [
|
|
127
119
|
{
|
|
128
|
-
address: '
|
|
120
|
+
address: 'https://gonka04.6block.com:8443/chain-grpc/',
|
|
129
121
|
provider: '6block'
|
|
130
122
|
},
|
|
131
123
|
{
|
|
132
|
-
address: '
|
|
133
|
-
provider: '
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
address: 'http://185.216.21.98:8000/chain-grpc/',
|
|
137
|
-
provider: 'HardYaka'
|
|
124
|
+
address: 'https://gonka03.6block.com:8443/chain-grpc/',
|
|
125
|
+
provider: '6block'
|
|
138
126
|
},
|
|
139
127
|
{
|
|
140
|
-
address: '
|
|
141
|
-
provider: '
|
|
128
|
+
address: 'https://node1.gonka.ai:8443/chain-grpc/',
|
|
129
|
+
provider: 'PS on Nebius'
|
|
142
130
|
},
|
|
143
131
|
{
|
|
144
|
-
address: '
|
|
132
|
+
address: 'https://node2.gonka.ai:8443/chain-grpc/',
|
|
145
133
|
provider: 'PS on Nebius'
|
|
146
134
|
}
|
|
147
135
|
]
|
|
@@ -149,33 +137,27 @@ const info = {
|
|
|
149
137
|
explorers: [
|
|
150
138
|
{
|
|
151
139
|
kind: 'ping.pub',
|
|
152
|
-
url: '
|
|
153
|
-
txPage: '
|
|
154
|
-
accountPage: '
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
kind: 'ping.pub',
|
|
158
|
-
url: 'http://gonka.spv.re:8000/dashboard',
|
|
159
|
-
txPage: 'http://gonka.spv.re:8000/dashboard/gonka/txs/${txHash}',
|
|
160
|
-
accountPage: 'http://gonka.spv.re:8000/dashboard/gonka/account/${accountAddress}'
|
|
140
|
+
url: 'https://gonka04.6block.com:8443/dashboard',
|
|
141
|
+
txPage: 'https://gonka04.6block.com:8443/dashboard/gonka/txs/${txHash}',
|
|
142
|
+
accountPage: 'https://gonka04.6block.com:8443/dashboard/gonka/account/${accountAddress}'
|
|
161
143
|
},
|
|
162
144
|
{
|
|
163
145
|
kind: 'ping.pub',
|
|
164
|
-
url: '
|
|
165
|
-
txPage: '
|
|
166
|
-
accountPage: '
|
|
146
|
+
url: 'https://gonka03.6block.com:8443/dashboard',
|
|
147
|
+
txPage: 'https://gonka03.6block.com:8443/dashboard/gonka/txs/${txHash}',
|
|
148
|
+
accountPage: 'https://gonka03.6block.com:8443/dashboard/gonka/account/${accountAddress}'
|
|
167
149
|
},
|
|
168
150
|
{
|
|
169
151
|
kind: 'ping.pub',
|
|
170
|
-
url: '
|
|
171
|
-
txPage: '
|
|
172
|
-
accountPage: '
|
|
152
|
+
url: 'https://node1.gonka.ai:8443/dashboard',
|
|
153
|
+
txPage: 'https://node1.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
|
|
154
|
+
accountPage: 'https://node1.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
|
|
173
155
|
},
|
|
174
156
|
{
|
|
175
157
|
kind: 'ping.pub',
|
|
176
|
-
url: '
|
|
177
|
-
txPage: '
|
|
178
|
-
accountPage: '
|
|
158
|
+
url: 'https://node2.gonka.ai:8443/dashboard',
|
|
159
|
+
txPage: 'https://node2.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
|
|
160
|
+
accountPage: 'https://node2.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
|
|
179
161
|
}
|
|
180
162
|
],
|
|
181
163
|
keywords: [
|
|
@@ -69,6 +69,10 @@ const info = {
|
|
|
69
69
|
address: 'https://shidochain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
70
70
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://rpc-shido.onenov.xyz',
|
|
74
|
+
provider: 'OneNov'
|
|
75
|
+
},
|
|
72
76
|
{
|
|
73
77
|
address: 'https://rpc.shido.256x25.tech:443',
|
|
74
78
|
provider: '256x25'
|
|
@@ -103,6 +107,10 @@ const info = {
|
|
|
103
107
|
address: 'https://shidochain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
104
108
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
105
109
|
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://api-shido.onenov.xyz',
|
|
112
|
+
provider: 'OneNov'
|
|
113
|
+
},
|
|
106
114
|
{
|
|
107
115
|
address: 'https://rest.shido.256x25.tech:443',
|
|
108
116
|
provider: '256x25'
|
|
@@ -194,6 +202,12 @@ const info = {
|
|
|
194
202
|
txPage: 'https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}',
|
|
195
203
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
|
|
196
204
|
},
|
|
205
|
+
{
|
|
206
|
+
kind: 'OneNov',
|
|
207
|
+
url: 'https://explorer.onenov.xyz/shido',
|
|
208
|
+
txPage: 'https://explorer.onenov.xyz/shido/tx/${txHash}',
|
|
209
|
+
accountPage: 'https://explorer.onenov.xyz/shido/account/${accountAddress}'
|
|
210
|
+
},
|
|
197
211
|
{
|
|
198
212
|
kind: '256x25',
|
|
199
213
|
url: 'https://explorer.256x25.tech/shido',
|
|
@@ -121,6 +121,10 @@ const info = {
|
|
|
121
121
|
{
|
|
122
122
|
address: 'https://terra-rpc.chainroot.io',
|
|
123
123
|
provider: 'Chainroot'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'https://terra-rpc.node39.top',
|
|
127
|
+
provider: 'Node39'
|
|
124
128
|
}
|
|
125
129
|
],
|
|
126
130
|
rest: [
|
|
@@ -167,6 +171,10 @@ const info = {
|
|
|
167
171
|
{
|
|
168
172
|
address: 'https://terra-api.chainroot.io',
|
|
169
173
|
provider: 'Chainroot'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
address: 'https://terra-api.node39.top',
|
|
177
|
+
provider: 'Node39'
|
|
170
178
|
}
|
|
171
179
|
],
|
|
172
180
|
grpc: [
|
|
@@ -205,6 +213,10 @@ const info = {
|
|
|
205
213
|
{
|
|
206
214
|
address: 'terra-grpc.chainroot.io:443',
|
|
207
215
|
provider: 'Chainroot'
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
address: 'terra-grpc.node39.top:443',
|
|
219
|
+
provider: 'Node39'
|
|
208
220
|
}
|
|
209
221
|
]
|
|
210
222
|
},
|
|
@@ -249,6 +261,12 @@ const info = {
|
|
|
249
261
|
url: 'https://explorer.chainroot.io/terra',
|
|
250
262
|
txPage: 'https://explorer.chainroot.io/terra/transactions/${txHash}',
|
|
251
263
|
accountPage: 'https://explorer.chainroot.io/terra/accounts/${accountAddress}'
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
kind: 'Node39',
|
|
267
|
+
url: 'https://explorer.node39.top/terra',
|
|
268
|
+
txPage: 'https://explorer.node39.top/terra/transactions/${txHash}',
|
|
269
|
+
accountPage: 'https://explorer.node39.top/terra/accounts/${accountAddress}'
|
|
252
270
|
}
|
|
253
271
|
],
|
|
254
272
|
images: [{
|
package/mainnet/bitway/chain.js
CHANGED
|
@@ -36,8 +36,8 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/bitwaylabs/bitway',
|
|
39
|
-
recommendedVersion: 'v2.0.
|
|
40
|
-
compatibleVersions: ['v2.0.
|
|
39
|
+
recommendedVersion: 'v2.0.1',
|
|
40
|
+
compatibleVersions: ['v2.0.1'],
|
|
41
41
|
consensus: {
|
|
42
42
|
type: 'cometbft',
|
|
43
43
|
version: 'v0.38.12'
|
|
@@ -57,7 +57,7 @@ const info = {
|
|
|
57
57
|
version: 'v0.53.0',
|
|
58
58
|
enabled: true
|
|
59
59
|
},
|
|
60
|
-
tag: 'v2.0.
|
|
60
|
+
tag: 'v2.0.1'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png',
|
|
@@ -93,6 +93,10 @@ const info = {
|
|
|
93
93
|
{
|
|
94
94
|
address: 'https://bitway.rpc.m.stavr.tech',
|
|
95
95
|
provider: 'π₯STAVRπ₯'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
address: 'https://bitway.rpc.mandragora.io',
|
|
99
|
+
provider: 'Mandragora'
|
|
96
100
|
}
|
|
97
101
|
],
|
|
98
102
|
rest: [
|
|
@@ -123,6 +127,10 @@ const info = {
|
|
|
123
127
|
{
|
|
124
128
|
address: 'https://bitway.api.m.stavr.tech',
|
|
125
129
|
provider: 'π₯STAVRπ₯'
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
address: 'https://bitway.api.mandragora.io',
|
|
133
|
+
provider: 'Mandragora'
|
|
126
134
|
}
|
|
127
135
|
],
|
|
128
136
|
grpc: [
|
|
@@ -149,6 +157,10 @@ const info = {
|
|
|
149
157
|
{
|
|
150
158
|
address: 'bitway-mainnet-grpc.itrocket.net:443',
|
|
151
159
|
provider: 'ITRocket'
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
address: 'http://bitway.grpc.mandragora.io:9079',
|
|
163
|
+
provider: 'Mandragora'
|
|
152
164
|
}
|
|
153
165
|
]
|
|
154
166
|
},
|
|
@@ -48,35 +48,61 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
description: 'CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem.',
|
|
50
50
|
apis: {
|
|
51
|
-
rpc: [
|
|
51
|
+
rpc: [
|
|
52
|
+
{
|
|
52
53
|
address: 'https://rpc.cnho.io',
|
|
53
54
|
provider: 'CNHO Stables'
|
|
54
|
-
},
|
|
55
|
+
},
|
|
56
|
+
{
|
|
55
57
|
address: 'https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
56
58
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc-cnho.onenov.xyz',
|
|
62
|
+
provider: 'OneNov'
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
59
67
|
address: 'https://api.cnho.io',
|
|
60
68
|
provider: 'CNHO Stables'
|
|
61
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
address: 'https://api-cnho.onenov.xyz',
|
|
72
|
+
provider: 'OneNov'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
62
75
|
address: 'https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
63
76
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
64
|
-
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
65
79
|
grpc: [{
|
|
66
80
|
address: '159.138.232.248:9090',
|
|
67
81
|
provider: 'CNHO Stables'
|
|
82
|
+
}, {
|
|
83
|
+
address: 'grpc-cnho.onenov.xyz:9191',
|
|
84
|
+
provider: 'OneNov'
|
|
68
85
|
}]
|
|
69
86
|
},
|
|
70
|
-
explorers: [
|
|
87
|
+
explorers: [
|
|
88
|
+
{
|
|
71
89
|
url: 'https://explorer.cnho.io',
|
|
72
90
|
txPage: 'https://explorer.cnho.io/transaction/${txHash}',
|
|
73
91
|
accountPage: 'https://explorer.cnho.io/account/${accountAddress}'
|
|
74
|
-
},
|
|
92
|
+
},
|
|
93
|
+
{
|
|
75
94
|
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
76
95
|
url: 'https://explorer.whenmoonwhenlambo.money/cnhostables',
|
|
77
96
|
txPage: 'https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}',
|
|
78
97
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}'
|
|
79
|
-
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
kind: 'OneNov',
|
|
101
|
+
url: 'https://explorer.onenov.xyz/cnho',
|
|
102
|
+
txPage: 'https://explorer.onenov.xyz/cnho/tx/${txHash}',
|
|
103
|
+
accountPage: 'https://explorer.onenov.xyz/cnho/account/${accountAddress}'
|
|
104
|
+
}
|
|
105
|
+
],
|
|
80
106
|
keywords: ['CNHO'],
|
|
81
107
|
images: [{
|
|
82
108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -83,67 +83,55 @@ const info = {
|
|
|
83
83
|
apis: {
|
|
84
84
|
rpc: [
|
|
85
85
|
{
|
|
86
|
-
address: '
|
|
86
|
+
address: 'https://gonka04.6block.com:8443/chain-rpc/',
|
|
87
87
|
provider: '6block'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
address: '
|
|
91
|
-
provider: '
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
address: 'http://185.216.21.98:8000/chain-rpc/',
|
|
95
|
-
provider: 'HardYaka'
|
|
90
|
+
address: 'https://gonka03.6block.com:8443',
|
|
91
|
+
provider: '6block'
|
|
96
92
|
},
|
|
97
93
|
{
|
|
98
|
-
address: '
|
|
99
|
-
provider: '
|
|
94
|
+
address: 'https://node1.gonka.ai:8443/chain-rpc/',
|
|
95
|
+
provider: 'PS on Nebius'
|
|
100
96
|
},
|
|
101
97
|
{
|
|
102
|
-
address: '
|
|
98
|
+
address: 'https://node2.gonka.ai:8443/chain-rpc/',
|
|
103
99
|
provider: 'PS on Nebius'
|
|
104
100
|
}
|
|
105
101
|
],
|
|
106
102
|
rest: [
|
|
107
103
|
{
|
|
108
|
-
address: '
|
|
104
|
+
address: 'https://gonka04.6block.com:8443/chain-api/',
|
|
109
105
|
provider: '6block'
|
|
110
106
|
},
|
|
111
107
|
{
|
|
112
|
-
address: '
|
|
113
|
-
provider: '
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
address: 'http://185.216.21.98:8000/chain-api/',
|
|
117
|
-
provider: 'HardYaka'
|
|
108
|
+
address: 'https://gonka03.6block.com:8443',
|
|
109
|
+
provider: '6block'
|
|
118
110
|
},
|
|
119
111
|
{
|
|
120
|
-
address: '
|
|
121
|
-
provider: '
|
|
112
|
+
address: 'https://node1.gonka.ai:8443/chain-api/',
|
|
113
|
+
provider: 'PS on Nebius'
|
|
122
114
|
},
|
|
123
115
|
{
|
|
124
|
-
address: '
|
|
116
|
+
address: 'https://node2.gonka.ai:8443/chain-api/',
|
|
125
117
|
provider: 'PS on Nebius'
|
|
126
118
|
}
|
|
127
119
|
],
|
|
128
120
|
grpc: [
|
|
129
121
|
{
|
|
130
|
-
address: '
|
|
122
|
+
address: 'https://gonka04.6block.com:8443/chain-grpc/',
|
|
131
123
|
provider: '6block'
|
|
132
124
|
},
|
|
133
125
|
{
|
|
134
|
-
address: '
|
|
135
|
-
provider: '
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
address: 'http://185.216.21.98:8000/chain-grpc/',
|
|
139
|
-
provider: 'HardYaka'
|
|
126
|
+
address: 'https://gonka03.6block.com:8443/chain-grpc/',
|
|
127
|
+
provider: '6block'
|
|
140
128
|
},
|
|
141
129
|
{
|
|
142
|
-
address: '
|
|
143
|
-
provider: '
|
|
130
|
+
address: 'https://node1.gonka.ai:8443/chain-grpc/',
|
|
131
|
+
provider: 'PS on Nebius'
|
|
144
132
|
},
|
|
145
133
|
{
|
|
146
|
-
address: '
|
|
134
|
+
address: 'https://node2.gonka.ai:8443/chain-grpc/',
|
|
147
135
|
provider: 'PS on Nebius'
|
|
148
136
|
}
|
|
149
137
|
]
|
|
@@ -151,33 +139,27 @@ const info = {
|
|
|
151
139
|
explorers: [
|
|
152
140
|
{
|
|
153
141
|
kind: 'ping.pub',
|
|
154
|
-
url: '
|
|
155
|
-
txPage: '
|
|
156
|
-
accountPage: '
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
kind: 'ping.pub',
|
|
160
|
-
url: 'http://gonka.spv.re:8000/dashboard',
|
|
161
|
-
txPage: 'http://gonka.spv.re:8000/dashboard/gonka/txs/${txHash}',
|
|
162
|
-
accountPage: 'http://gonka.spv.re:8000/dashboard/gonka/account/${accountAddress}'
|
|
142
|
+
url: 'https://gonka04.6block.com:8443/dashboard',
|
|
143
|
+
txPage: 'https://gonka04.6block.com:8443/dashboard/gonka/txs/${txHash}',
|
|
144
|
+
accountPage: 'https://gonka04.6block.com:8443/dashboard/gonka/account/${accountAddress}'
|
|
163
145
|
},
|
|
164
146
|
{
|
|
165
147
|
kind: 'ping.pub',
|
|
166
|
-
url: '
|
|
167
|
-
txPage: '
|
|
168
|
-
accountPage: '
|
|
148
|
+
url: 'https://gonka03.6block.com:8443/dashboard',
|
|
149
|
+
txPage: 'https://gonka03.6block.com:8443/dashboard/gonka/txs/${txHash}',
|
|
150
|
+
accountPage: 'https://gonka03.6block.com:8443/dashboard/gonka/account/${accountAddress}'
|
|
169
151
|
},
|
|
170
152
|
{
|
|
171
153
|
kind: 'ping.pub',
|
|
172
|
-
url: '
|
|
173
|
-
txPage: '
|
|
174
|
-
accountPage: '
|
|
154
|
+
url: 'https://node1.gonka.ai:8443/dashboard',
|
|
155
|
+
txPage: 'https://node1.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
|
|
156
|
+
accountPage: 'https://node1.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
|
|
175
157
|
},
|
|
176
158
|
{
|
|
177
159
|
kind: 'ping.pub',
|
|
178
|
-
url: '
|
|
179
|
-
txPage: '
|
|
180
|
-
accountPage: '
|
|
160
|
+
url: 'https://node2.gonka.ai:8443/dashboard',
|
|
161
|
+
txPage: 'https://node2.gonka.ai:8443/dashboard/gonka/txs/${txHash}',
|
|
162
|
+
accountPage: 'https://node2.gonka.ai:8443/dashboard/gonka/account/${accountAddress}'
|
|
181
163
|
}
|
|
182
164
|
],
|
|
183
165
|
keywords: [
|
package/mainnet/shido/chain.js
CHANGED
|
@@ -71,6 +71,10 @@ const info = {
|
|
|
71
71
|
address: 'https://shidochain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
72
72
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://rpc-shido.onenov.xyz',
|
|
76
|
+
provider: 'OneNov'
|
|
77
|
+
},
|
|
74
78
|
{
|
|
75
79
|
address: 'https://rpc.shido.256x25.tech:443',
|
|
76
80
|
provider: '256x25'
|
|
@@ -105,6 +109,10 @@ const info = {
|
|
|
105
109
|
address: 'https://shidochain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
106
110
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
107
111
|
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://api-shido.onenov.xyz',
|
|
114
|
+
provider: 'OneNov'
|
|
115
|
+
},
|
|
108
116
|
{
|
|
109
117
|
address: 'https://rest.shido.256x25.tech:443',
|
|
110
118
|
provider: '256x25'
|
|
@@ -196,6 +204,12 @@ const info = {
|
|
|
196
204
|
txPage: 'https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}',
|
|
197
205
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
|
|
198
206
|
},
|
|
207
|
+
{
|
|
208
|
+
kind: 'OneNov',
|
|
209
|
+
url: 'https://explorer.onenov.xyz/shido',
|
|
210
|
+
txPage: 'https://explorer.onenov.xyz/shido/tx/${txHash}',
|
|
211
|
+
accountPage: 'https://explorer.onenov.xyz/shido/account/${accountAddress}'
|
|
212
|
+
},
|
|
199
213
|
{
|
|
200
214
|
kind: '256x25',
|
|
201
215
|
url: 'https://explorer.256x25.tech/shido',
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -123,6 +123,10 @@ const info = {
|
|
|
123
123
|
{
|
|
124
124
|
address: 'https://terra-rpc.chainroot.io',
|
|
125
125
|
provider: 'Chainroot'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
address: 'https://terra-rpc.node39.top',
|
|
129
|
+
provider: 'Node39'
|
|
126
130
|
}
|
|
127
131
|
],
|
|
128
132
|
rest: [
|
|
@@ -169,6 +173,10 @@ const info = {
|
|
|
169
173
|
{
|
|
170
174
|
address: 'https://terra-api.chainroot.io',
|
|
171
175
|
provider: 'Chainroot'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
address: 'https://terra-api.node39.top',
|
|
179
|
+
provider: 'Node39'
|
|
172
180
|
}
|
|
173
181
|
],
|
|
174
182
|
grpc: [
|
|
@@ -207,6 +215,10 @@ const info = {
|
|
|
207
215
|
{
|
|
208
216
|
address: 'terra-grpc.chainroot.io:443',
|
|
209
217
|
provider: 'Chainroot'
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
address: 'terra-grpc.node39.top:443',
|
|
221
|
+
provider: 'Node39'
|
|
210
222
|
}
|
|
211
223
|
]
|
|
212
224
|
},
|
|
@@ -251,6 +263,12 @@ const info = {
|
|
|
251
263
|
url: 'https://explorer.chainroot.io/terra',
|
|
252
264
|
txPage: 'https://explorer.chainroot.io/terra/transactions/${txHash}',
|
|
253
265
|
accountPage: 'https://explorer.chainroot.io/terra/accounts/${accountAddress}'
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
kind: 'Node39',
|
|
269
|
+
url: 'https://explorer.node39.top/terra',
|
|
270
|
+
txPage: 'https://explorer.node39.top/terra/transactions/${txHash}',
|
|
271
|
+
accountPage: 'https://explorer.node39.top/terra/accounts/${accountAddress}'
|
|
254
272
|
}
|
|
255
273
|
],
|
|
256
274
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.93",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.93"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e582f073e9e17a0674e779354f07e0ff74521396"
|
|
43
43
|
}
|