chain-registry 2.0.104 → 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.
- package/esm/mainnet/andromeda/chain.js +0 -17
- package/esm/mainnet/ethereum/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -1
- package/esm/mainnet/lava/chain.js +18 -0
- package/esm/mainnet/osmosis/asset-list.js +25 -6
- package/esm/mainnet/quicksilver/asset-list.js +0 -1
- package/esm/mainnet/secretnetwork/asset-list.js +0 -1
- package/esm/testnet/osmosistestnet/asset-list.js +1 -2
- package/esm/testnet/quicksilvertestnet/asset-list.js +0 -1
- package/mainnet/andromeda/chain.js +0 -17
- package/mainnet/ethereum/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -1
- package/mainnet/lava/chain.js +18 -0
- package/mainnet/osmosis/asset-list.js +25 -6
- package/mainnet/quicksilver/asset-list.js +0 -1
- package/mainnet/secretnetwork/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/osmosistestnet/asset-list.js +1 -2
- package/testnet/quicksilvertestnet/asset-list.js +0 -1
|
@@ -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: {
|
|
@@ -1036,7 +1036,6 @@ const info = {
|
|
|
1036
1036
|
},
|
|
1037
1037
|
provider: 'Frax'
|
|
1038
1038
|
}],
|
|
1039
|
-
coingeckoId: 'staked-frax',
|
|
1040
1039
|
images: [{
|
|
1041
1040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
1042
1041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
@@ -44,7 +44,6 @@ const info = {
|
|
|
44
44
|
name: 'USK',
|
|
45
45
|
display: 'usk',
|
|
46
46
|
symbol: 'USK',
|
|
47
|
-
coingeckoId: 'usk',
|
|
48
47
|
logoURIs: {
|
|
49
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
50
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
@@ -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: [
|
|
@@ -4961,8 +4961,7 @@ const info = {
|
|
|
4961
4961
|
},
|
|
4962
4962
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
4963
4963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4964
|
-
}]
|
|
4965
|
-
coingeckoId: 'usk'
|
|
4964
|
+
}]
|
|
4966
4965
|
},
|
|
4967
4966
|
{
|
|
4968
4967
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5211,8 +5210,7 @@ const info = {
|
|
|
5211
5210
|
},
|
|
5212
5211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5213
5212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5214
|
-
}]
|
|
5215
|
-
coingeckoId: 'sienna'
|
|
5213
|
+
}]
|
|
5216
5214
|
},
|
|
5217
5215
|
{
|
|
5218
5216
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -6522,8 +6520,7 @@ const info = {
|
|
|
6522
6520
|
baseDenom: 'uqck'
|
|
6523
6521
|
},
|
|
6524
6522
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6525
|
-
}]
|
|
6526
|
-
coingeckoId: 'quicksilver'
|
|
6523
|
+
}]
|
|
6527
6524
|
},
|
|
6528
6525
|
{
|
|
6529
6526
|
description: 'The native token of Arkhadian',
|
|
@@ -22722,6 +22719,28 @@ const info = {
|
|
|
22722
22719
|
},
|
|
22723
22720
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22724
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
|
+
}]
|
|
22725
22744
|
}
|
|
22726
22745
|
]
|
|
22727
22746
|
};
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
logoURIs: {
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'quicksilver',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
26
25
|
}],
|
|
@@ -48,7 +48,6 @@ const info = {
|
|
|
48
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
49
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
50
50
|
},
|
|
51
|
-
coingeckoId: 'sienna',
|
|
52
51
|
images: [{
|
|
53
52
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
54
53
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
@@ -509,8 +509,7 @@ const info = {
|
|
|
509
509
|
baseDenom: 'uqck'
|
|
510
510
|
},
|
|
511
511
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
512
|
-
}]
|
|
513
|
-
coingeckoId: 'quicksilver'
|
|
512
|
+
}]
|
|
514
513
|
},
|
|
515
514
|
{
|
|
516
515
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
@@ -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: {
|
|
@@ -1038,7 +1038,6 @@ const info = {
|
|
|
1038
1038
|
},
|
|
1039
1039
|
provider: 'Frax'
|
|
1040
1040
|
}],
|
|
1041
|
-
coingeckoId: 'staked-frax',
|
|
1042
1041
|
images: [{
|
|
1043
1042
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
1044
1043
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
@@ -46,7 +46,6 @@ const info = {
|
|
|
46
46
|
name: 'USK',
|
|
47
47
|
display: 'usk',
|
|
48
48
|
symbol: 'USK',
|
|
49
|
-
coingeckoId: 'usk',
|
|
50
49
|
logoURIs: {
|
|
51
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
52
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
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: [
|
|
@@ -4963,8 +4963,7 @@ const info = {
|
|
|
4963
4963
|
},
|
|
4964
4964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png',
|
|
4965
4965
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg'
|
|
4966
|
-
}]
|
|
4967
|
-
coingeckoId: 'usk'
|
|
4966
|
+
}]
|
|
4968
4967
|
},
|
|
4969
4968
|
{
|
|
4970
4969
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
@@ -5213,8 +5212,7 @@ const info = {
|
|
|
5213
5212
|
},
|
|
5214
5213
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
5215
5214
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
5216
|
-
}]
|
|
5217
|
-
coingeckoId: 'sienna'
|
|
5215
|
+
}]
|
|
5218
5216
|
},
|
|
5219
5217
|
{
|
|
5220
5218
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
@@ -6524,8 +6522,7 @@ const info = {
|
|
|
6524
6522
|
baseDenom: 'uqck'
|
|
6525
6523
|
},
|
|
6526
6524
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
6527
|
-
}]
|
|
6528
|
-
coingeckoId: 'quicksilver'
|
|
6525
|
+
}]
|
|
6529
6526
|
},
|
|
6530
6527
|
{
|
|
6531
6528
|
description: 'The native token of Arkhadian',
|
|
@@ -22724,6 +22721,28 @@ const info = {
|
|
|
22724
22721
|
},
|
|
22725
22722
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
|
|
22726
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
|
+
}]
|
|
22727
22746
|
}
|
|
22728
22747
|
]
|
|
22729
22748
|
};
|
|
@@ -22,7 +22,6 @@ const info = {
|
|
|
22
22
|
logoURIs: {
|
|
23
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
24
24
|
},
|
|
25
|
-
coingeckoId: 'quicksilver',
|
|
26
25
|
images: [{
|
|
27
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
28
27
|
}],
|
|
@@ -50,7 +50,6 @@ const info = {
|
|
|
50
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
51
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
|
52
52
|
},
|
|
53
|
-
coingeckoId: 'sienna',
|
|
54
53
|
images: [{
|
|
55
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
|
|
56
55
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
|
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
|
}
|
|
@@ -511,8 +511,7 @@ const info = {
|
|
|
511
511
|
baseDenom: 'uqck'
|
|
512
512
|
},
|
|
513
513
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
514
|
-
}]
|
|
515
|
-
coingeckoId: 'quicksilver'
|
|
514
|
+
}]
|
|
516
515
|
},
|
|
517
516
|
{
|
|
518
517
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|