chain-registry 2.0.152 → 2.0.154
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.
|
@@ -163,6 +163,10 @@ const info = {
|
|
|
163
163
|
{
|
|
164
164
|
address: 'https://rpc-gitopia.blockval.io/',
|
|
165
165
|
provider: 'Blockval'
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
address: 'https://rpc-gitopia.onenov.xyz',
|
|
169
|
+
provider: 'OneNov'
|
|
166
170
|
}
|
|
167
171
|
],
|
|
168
172
|
rest: [
|
|
@@ -277,6 +281,10 @@ const info = {
|
|
|
277
281
|
{
|
|
278
282
|
address: 'https://api-gitopia.blockval.io',
|
|
279
283
|
provider: 'Blockval'
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
address: 'https://api-gitopia.onenov.xyz',
|
|
287
|
+
provider: 'OneNov'
|
|
280
288
|
}
|
|
281
289
|
],
|
|
282
290
|
grpc: [
|
|
@@ -399,6 +407,10 @@ const info = {
|
|
|
399
407
|
{
|
|
400
408
|
address: 'grpc-gitopia.blockval.io:443',
|
|
401
409
|
provider: 'Blockval'
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
address: 'grpc-gitopia.onenov.xyz:443',
|
|
413
|
+
provider: 'OneNov'
|
|
402
414
|
}
|
|
403
415
|
]
|
|
404
416
|
},
|
|
@@ -504,6 +516,13 @@ const info = {
|
|
|
504
516
|
url: 'https://mainnet.whispernode.com/gitopia',
|
|
505
517
|
txPage: 'https://mainnet.whispernode.com/gitopia/tx/${txHash}',
|
|
506
518
|
accountPage: 'https://mainnet.whispernode.com/gitopia/account/${accountAddress}'
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
kind: 'OV Explorer',
|
|
522
|
+
url: 'https://ov-explorer.onenov.xyz/network/gitopia',
|
|
523
|
+
txPage: 'https://ov-explorer.onenov.xyz/network/gitopia/tx/${txHash}',
|
|
524
|
+
accountPage: 'https://ov-explorer.onenov.xyz/network/gitopia/account/${accountAddress}',
|
|
525
|
+
validatorPage: 'https://ov-explorer.onenov.xyz/network/gitopia/validator/${validatorAddress}'
|
|
507
526
|
}
|
|
508
527
|
],
|
|
509
528
|
logoURIs: {
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -165,6 +165,10 @@ const info = {
|
|
|
165
165
|
{
|
|
166
166
|
address: 'https://rpc-gitopia.blockval.io/',
|
|
167
167
|
provider: 'Blockval'
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
address: 'https://rpc-gitopia.onenov.xyz',
|
|
171
|
+
provider: 'OneNov'
|
|
168
172
|
}
|
|
169
173
|
],
|
|
170
174
|
rest: [
|
|
@@ -279,6 +283,10 @@ const info = {
|
|
|
279
283
|
{
|
|
280
284
|
address: 'https://api-gitopia.blockval.io',
|
|
281
285
|
provider: 'Blockval'
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
address: 'https://api-gitopia.onenov.xyz',
|
|
289
|
+
provider: 'OneNov'
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
292
|
grpc: [
|
|
@@ -401,6 +409,10 @@ const info = {
|
|
|
401
409
|
{
|
|
402
410
|
address: 'grpc-gitopia.blockval.io:443',
|
|
403
411
|
provider: 'Blockval'
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
address: 'grpc-gitopia.onenov.xyz:443',
|
|
415
|
+
provider: 'OneNov'
|
|
404
416
|
}
|
|
405
417
|
]
|
|
406
418
|
},
|
|
@@ -506,6 +518,13 @@ const info = {
|
|
|
506
518
|
url: 'https://mainnet.whispernode.com/gitopia',
|
|
507
519
|
txPage: 'https://mainnet.whispernode.com/gitopia/tx/${txHash}',
|
|
508
520
|
accountPage: 'https://mainnet.whispernode.com/gitopia/account/${accountAddress}'
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
kind: 'OV Explorer',
|
|
524
|
+
url: 'https://ov-explorer.onenov.xyz/network/gitopia',
|
|
525
|
+
txPage: 'https://ov-explorer.onenov.xyz/network/gitopia/tx/${txHash}',
|
|
526
|
+
accountPage: 'https://ov-explorer.onenov.xyz/network/gitopia/account/${accountAddress}',
|
|
527
|
+
validatorPage: 'https://ov-explorer.onenov.xyz/network/gitopia/validator/${validatorAddress}'
|
|
509
528
|
}
|
|
510
529
|
],
|
|
511
530
|
logoURIs: {
|
package/mainnet/lumen/chain.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.154",
|
|
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.154"
|
|
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": "1889f178e2ab567bb2d88d7dafb58ea42d37389c"
|
|
43
43
|
}
|