chain-registry 2.0.105 → 2.0.106
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.
|
@@ -55,10 +55,6 @@ const info = {
|
|
|
55
55
|
},
|
|
56
56
|
apis: {
|
|
57
57
|
rpc: [
|
|
58
|
-
{
|
|
59
|
-
address: 'https://rpc.andromeda-1.andromeda.aviaone.com',
|
|
60
|
-
provider: 'AviaOne 🟢'
|
|
61
|
-
},
|
|
62
58
|
{
|
|
63
59
|
address: 'https://andromeda.rpc.kjnodes.com',
|
|
64
60
|
provider: 'kjnodes'
|
|
@@ -101,10 +97,6 @@ const info = {
|
|
|
101
97
|
}
|
|
102
98
|
],
|
|
103
99
|
rest: [
|
|
104
|
-
{
|
|
105
|
-
address: 'https://api.andromeda-1.andromeda.aviaone.com',
|
|
106
|
-
provider: 'AviaOne 🟢'
|
|
107
|
-
},
|
|
108
100
|
{
|
|
109
101
|
address: 'https://andromeda.api.kjnodes.com',
|
|
110
102
|
provider: 'kjnodes'
|
|
@@ -151,10 +143,6 @@ const info = {
|
|
|
151
143
|
address: 'andromeda.lavenderfive.com:443',
|
|
152
144
|
provider: 'Lavender.Five Nodes 🐝'
|
|
153
145
|
},
|
|
154
|
-
{
|
|
155
|
-
address: 'https://grpc.andromeda-1.andromeda.aviaone.com:9108',
|
|
156
|
-
provider: 'AviaOne 🟢'
|
|
157
|
-
},
|
|
158
146
|
{
|
|
159
147
|
address: 'andromeda.grpc.kjnodes.com:443',
|
|
160
148
|
provider: 'kjnodes'
|
|
@@ -222,11 +210,6 @@ const info = {
|
|
|
222
210
|
kind: 'ping.pub',
|
|
223
211
|
url: 'https://ping.pub/andromeda',
|
|
224
212
|
txPage: 'https://ping.pub/andromeda/tx/${txHash}'
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
kind: 'AviaOne Explorer 🟢',
|
|
228
|
-
url: 'https://mainnet.explorer.aviaone.com/andromeda',
|
|
229
|
-
txPage: 'https://mainnet.explorer.aviaone.com/andromeda/tx/${txHash}'
|
|
230
213
|
}
|
|
231
214
|
],
|
|
232
215
|
logoURIs: {
|
|
@@ -131,6 +131,10 @@ const info = {
|
|
|
131
131
|
{
|
|
132
132
|
address: 'https://lava.rpc.stakevillage.net:443',
|
|
133
133
|
provider: 'Stake Village'
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
address: 'https://rpc-lava.maouam.xyz:443',
|
|
137
|
+
provider: 'MaouamNodelab'
|
|
134
138
|
}
|
|
135
139
|
],
|
|
136
140
|
rest: [
|
|
@@ -189,6 +193,10 @@ const info = {
|
|
|
189
193
|
{
|
|
190
194
|
address: 'https://lava.api.stakevillage.net:443',
|
|
191
195
|
provider: 'Stake Village'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://api-lava.maouam.xyz:443',
|
|
199
|
+
provider: 'MaouamNodelab'
|
|
192
200
|
}
|
|
193
201
|
],
|
|
194
202
|
grpc: [
|
|
@@ -231,6 +239,10 @@ const info = {
|
|
|
231
239
|
{
|
|
232
240
|
address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
|
|
233
241
|
provider: 'AVIAONE 🟢'
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
address: 'grpc-lava.maouam.xyz:443',
|
|
245
|
+
provider: 'MaouamNodelab'
|
|
234
246
|
}
|
|
235
247
|
]
|
|
236
248
|
},
|
|
@@ -282,6 +294,12 @@ const info = {
|
|
|
282
294
|
url: 'https://explorer.stavr.tech/Lava-Mainnet',
|
|
283
295
|
txPage: 'https://explorer.stavr.tech/Lava-Mainnet/tx/${txHash}',
|
|
284
296
|
accountPage: 'https://explorer.stavr.tech/Lava-Mainnet/account/${accountAddress}'
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
kind: 'MaouamNodelab',
|
|
300
|
+
url: 'https://explorer.maouam.xyz/lava-mainnet',
|
|
301
|
+
txPage: 'https://explorer.maouam.xyz/lava-mainnet/tx/${txHash}',
|
|
302
|
+
accountPage: 'https://explorer.maouam.xyz/lava-mainnet/account/${accountAddress}'
|
|
285
303
|
}
|
|
286
304
|
],
|
|
287
305
|
keywords: [
|
|
@@ -22719,6 +22719,28 @@ const info = {
|
|
|
22719
22719
|
},
|
|
22720
22720
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22721
22721
|
}]
|
|
22722
|
+
},
|
|
22723
|
+
{
|
|
22724
|
+
description: '$9 Dollers is programmed\n\nMade with ❤️',
|
|
22725
|
+
denomUnits: [{
|
|
22726
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22727
|
+
exponent: 0
|
|
22728
|
+
}, {
|
|
22729
|
+
denom: 'NINEDOLLERS',
|
|
22730
|
+
exponent: 6
|
|
22731
|
+
}],
|
|
22732
|
+
typeAsset: 'sdk.coin',
|
|
22733
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22734
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22735
|
+
name: 'Nine Dollers',
|
|
22736
|
+
display: 'NINEDOLLERS',
|
|
22737
|
+
symbol: 'NINEDOLLERS',
|
|
22738
|
+
logoURIs: {
|
|
22739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22740
|
+
},
|
|
22741
|
+
images: [{
|
|
22742
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22743
|
+
}]
|
|
22722
22744
|
}
|
|
22723
22745
|
]
|
|
22724
22746
|
};
|
|
@@ -57,10 +57,6 @@ const info = {
|
|
|
57
57
|
},
|
|
58
58
|
apis: {
|
|
59
59
|
rpc: [
|
|
60
|
-
{
|
|
61
|
-
address: 'https://rpc.andromeda-1.andromeda.aviaone.com',
|
|
62
|
-
provider: 'AviaOne 🟢'
|
|
63
|
-
},
|
|
64
60
|
{
|
|
65
61
|
address: 'https://andromeda.rpc.kjnodes.com',
|
|
66
62
|
provider: 'kjnodes'
|
|
@@ -103,10 +99,6 @@ const info = {
|
|
|
103
99
|
}
|
|
104
100
|
],
|
|
105
101
|
rest: [
|
|
106
|
-
{
|
|
107
|
-
address: 'https://api.andromeda-1.andromeda.aviaone.com',
|
|
108
|
-
provider: 'AviaOne 🟢'
|
|
109
|
-
},
|
|
110
102
|
{
|
|
111
103
|
address: 'https://andromeda.api.kjnodes.com',
|
|
112
104
|
provider: 'kjnodes'
|
|
@@ -153,10 +145,6 @@ const info = {
|
|
|
153
145
|
address: 'andromeda.lavenderfive.com:443',
|
|
154
146
|
provider: 'Lavender.Five Nodes 🐝'
|
|
155
147
|
},
|
|
156
|
-
{
|
|
157
|
-
address: 'https://grpc.andromeda-1.andromeda.aviaone.com:9108',
|
|
158
|
-
provider: 'AviaOne 🟢'
|
|
159
|
-
},
|
|
160
148
|
{
|
|
161
149
|
address: 'andromeda.grpc.kjnodes.com:443',
|
|
162
150
|
provider: 'kjnodes'
|
|
@@ -224,11 +212,6 @@ const info = {
|
|
|
224
212
|
kind: 'ping.pub',
|
|
225
213
|
url: 'https://ping.pub/andromeda',
|
|
226
214
|
txPage: 'https://ping.pub/andromeda/tx/${txHash}'
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
kind: 'AviaOne Explorer 🟢',
|
|
230
|
-
url: 'https://mainnet.explorer.aviaone.com/andromeda',
|
|
231
|
-
txPage: 'https://mainnet.explorer.aviaone.com/andromeda/tx/${txHash}'
|
|
232
215
|
}
|
|
233
216
|
],
|
|
234
217
|
logoURIs: {
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -133,6 +133,10 @@ const info = {
|
|
|
133
133
|
{
|
|
134
134
|
address: 'https://lava.rpc.stakevillage.net:443',
|
|
135
135
|
provider: 'Stake Village'
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
address: 'https://rpc-lava.maouam.xyz:443',
|
|
139
|
+
provider: 'MaouamNodelab'
|
|
136
140
|
}
|
|
137
141
|
],
|
|
138
142
|
rest: [
|
|
@@ -191,6 +195,10 @@ const info = {
|
|
|
191
195
|
{
|
|
192
196
|
address: 'https://lava.api.stakevillage.net:443',
|
|
193
197
|
provider: 'Stake Village'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
address: 'https://api-lava.maouam.xyz:443',
|
|
201
|
+
provider: 'MaouamNodelab'
|
|
194
202
|
}
|
|
195
203
|
],
|
|
196
204
|
grpc: [
|
|
@@ -233,6 +241,10 @@ const info = {
|
|
|
233
241
|
{
|
|
234
242
|
address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
|
|
235
243
|
provider: 'AVIAONE 🟢'
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
address: 'grpc-lava.maouam.xyz:443',
|
|
247
|
+
provider: 'MaouamNodelab'
|
|
236
248
|
}
|
|
237
249
|
]
|
|
238
250
|
},
|
|
@@ -284,6 +296,12 @@ const info = {
|
|
|
284
296
|
url: 'https://explorer.stavr.tech/Lava-Mainnet',
|
|
285
297
|
txPage: 'https://explorer.stavr.tech/Lava-Mainnet/tx/${txHash}',
|
|
286
298
|
accountPage: 'https://explorer.stavr.tech/Lava-Mainnet/account/${accountAddress}'
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
kind: 'MaouamNodelab',
|
|
302
|
+
url: 'https://explorer.maouam.xyz/lava-mainnet',
|
|
303
|
+
txPage: 'https://explorer.maouam.xyz/lava-mainnet/tx/${txHash}',
|
|
304
|
+
accountPage: 'https://explorer.maouam.xyz/lava-mainnet/account/${accountAddress}'
|
|
287
305
|
}
|
|
288
306
|
],
|
|
289
307
|
keywords: [
|
|
@@ -22721,6 +22721,28 @@ const info = {
|
|
|
22721
22721
|
},
|
|
22722
22722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22723
22723
|
}]
|
|
22724
|
+
},
|
|
22725
|
+
{
|
|
22726
|
+
description: '$9 Dollers is programmed\n\nMade with ❤️',
|
|
22727
|
+
denomUnits: [{
|
|
22728
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22729
|
+
exponent: 0
|
|
22730
|
+
}, {
|
|
22731
|
+
denom: 'NINEDOLLERS',
|
|
22732
|
+
exponent: 6
|
|
22733
|
+
}],
|
|
22734
|
+
typeAsset: 'sdk.coin',
|
|
22735
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22736
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ninedollers',
|
|
22737
|
+
name: 'Nine Dollers',
|
|
22738
|
+
display: 'NINEDOLLERS',
|
|
22739
|
+
symbol: 'NINEDOLLERS',
|
|
22740
|
+
logoURIs: {
|
|
22741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22742
|
+
},
|
|
22743
|
+
images: [{
|
|
22744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22745
|
+
}]
|
|
22724
22746
|
}
|
|
22725
22747
|
]
|
|
22726
22748
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.106",
|
|
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.106"
|
|
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": "8c9ccf870228f6b6aecc5349a3599440eae21341"
|
|
43
43
|
}
|