chain-registry 2.0.70 → 2.0.71
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.
|
@@ -413,9 +413,9 @@ const info = {
|
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
kind: 'Ruangnode Explorer',
|
|
416
|
-
url: 'https://explorer.ruangnode.com/atomone',
|
|
417
|
-
txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
|
|
418
|
-
accountPage: 'https://explorer.ruangnode.com/atomone
|
|
416
|
+
url: 'https://explorer.ruangnode.com/dashboard/atomone',
|
|
417
|
+
txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
|
|
418
|
+
accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
kind: 'Kynraze Explorer',
|
|
@@ -150,8 +150,8 @@ const info = {
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
kind: 'Ruangnode Explorers',
|
|
153
|
-
url: 'https://explorer.ruangnode.com/dora
|
|
154
|
-
txPage: 'https://explorer.ruangnode.com/dora
|
|
153
|
+
url: 'https://explorer.ruangnode.com/dashboard/dora',
|
|
154
|
+
txPage: 'https://explorer.ruangnode.com/transactions/dora?hash=${txHash}'
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
kind: 'Roomit',
|
|
@@ -80,6 +80,10 @@ const info = {
|
|
|
80
80
|
{
|
|
81
81
|
address: 'https://union-rpc.stakeandrelax.net',
|
|
82
82
|
provider: 'Stake&Relax'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://m-union-rpc.ruangnode.com:443',
|
|
86
|
+
provider: 'ruangnode'
|
|
83
87
|
}
|
|
84
88
|
],
|
|
85
89
|
rest: [
|
|
@@ -106,6 +110,10 @@ const info = {
|
|
|
106
110
|
{
|
|
107
111
|
address: 'https://union-api.stakeandrelax.net',
|
|
108
112
|
provider: 'Stake&Relax'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://m-union-api.ruangnode.com:443',
|
|
116
|
+
provider: 'ruangnode'
|
|
109
117
|
}
|
|
110
118
|
],
|
|
111
119
|
grpc: [
|
|
@@ -132,6 +140,10 @@ const info = {
|
|
|
132
140
|
{
|
|
133
141
|
address: 'union-grpc.stakeandrelax.net:24690',
|
|
134
142
|
provider: 'Stake&Relax'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'm-union-grpc.ruangnode.com:14090',
|
|
146
|
+
provider: 'ruangnode'
|
|
135
147
|
}
|
|
136
148
|
]
|
|
137
149
|
},
|
|
@@ -140,6 +152,10 @@ const info = {
|
|
|
140
152
|
url: 'https://explorer.union.build/union',
|
|
141
153
|
txPage: 'https://explorer.union.build/union/tx/${txHash}',
|
|
142
154
|
accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
|
|
155
|
+
}, {
|
|
156
|
+
kind: 'Ruangnode Explorer',
|
|
157
|
+
url: 'https://explorer.ruangnode.com/dashboard/union',
|
|
158
|
+
txPage: 'https://explorer.ruangnode.com/transactions/union?hash=${txHash}'
|
|
143
159
|
}],
|
|
144
160
|
images: [{
|
|
145
161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -415,9 +415,9 @@ const info = {
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
kind: 'Ruangnode Explorer',
|
|
418
|
-
url: 'https://explorer.ruangnode.com/atomone',
|
|
419
|
-
txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
|
|
420
|
-
accountPage: 'https://explorer.ruangnode.com/atomone
|
|
418
|
+
url: 'https://explorer.ruangnode.com/dashboard/atomone',
|
|
419
|
+
txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
|
|
420
|
+
accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
kind: 'Kynraze Explorer',
|
|
@@ -152,8 +152,8 @@ const info = {
|
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
kind: 'Ruangnode Explorers',
|
|
155
|
-
url: 'https://explorer.ruangnode.com/dora
|
|
156
|
-
txPage: 'https://explorer.ruangnode.com/dora
|
|
155
|
+
url: 'https://explorer.ruangnode.com/dashboard/dora',
|
|
156
|
+
txPage: 'https://explorer.ruangnode.com/transactions/dora?hash=${txHash}'
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
kind: 'Roomit',
|
package/mainnet/union/chain.js
CHANGED
|
@@ -82,6 +82,10 @@ const info = {
|
|
|
82
82
|
{
|
|
83
83
|
address: 'https://union-rpc.stakeandrelax.net',
|
|
84
84
|
provider: 'Stake&Relax'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://m-union-rpc.ruangnode.com:443',
|
|
88
|
+
provider: 'ruangnode'
|
|
85
89
|
}
|
|
86
90
|
],
|
|
87
91
|
rest: [
|
|
@@ -108,6 +112,10 @@ const info = {
|
|
|
108
112
|
{
|
|
109
113
|
address: 'https://union-api.stakeandrelax.net',
|
|
110
114
|
provider: 'Stake&Relax'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://m-union-api.ruangnode.com:443',
|
|
118
|
+
provider: 'ruangnode'
|
|
111
119
|
}
|
|
112
120
|
],
|
|
113
121
|
grpc: [
|
|
@@ -134,6 +142,10 @@ const info = {
|
|
|
134
142
|
{
|
|
135
143
|
address: 'union-grpc.stakeandrelax.net:24690',
|
|
136
144
|
provider: 'Stake&Relax'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
address: 'm-union-grpc.ruangnode.com:14090',
|
|
148
|
+
provider: 'ruangnode'
|
|
137
149
|
}
|
|
138
150
|
]
|
|
139
151
|
},
|
|
@@ -142,6 +154,10 @@ const info = {
|
|
|
142
154
|
url: 'https://explorer.union.build/union',
|
|
143
155
|
txPage: 'https://explorer.union.build/union/tx/${txHash}',
|
|
144
156
|
accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
|
|
157
|
+
}, {
|
|
158
|
+
kind: 'Ruangnode Explorer',
|
|
159
|
+
url: 'https://explorer.ruangnode.com/dashboard/union',
|
|
160
|
+
txPage: 'https://explorer.ruangnode.com/transactions/union?hash=${txHash}'
|
|
145
161
|
}],
|
|
146
162
|
images: [{
|
|
147
163
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.71",
|
|
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.71"
|
|
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": "7fea6fc74fcebb2576b04bc87b7a931ad54bede0"
|
|
43
43
|
}
|