chain-registry 1.69.173 → 1.69.174
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/atomone/chain.js +18 -0
- package/esm/mainnet/gateway/chain.js +3 -3
- package/esm/mainnet/kyve/chain.js +4 -4
- package/esm/mainnet/osmosis/assets.js +44 -1
- package/esm/mainnet/shentu/chain.js +1 -1
- package/esm/mainnet/sidechain/chain.js +18 -0
- package/esm/mainnet/zenrock/chain.js +10 -3
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/gateway/chain.js +3 -3
- package/mainnet/kyve/chain.js +4 -4
- package/mainnet/osmosis/assets.js +44 -1
- package/mainnet/shentu/chain.js +1 -1
- package/mainnet/sidechain/chain.js +18 -0
- package/mainnet/zenrock/chain.js +10 -3
- package/package.json +4 -4
|
@@ -120,6 +120,10 @@ const info = {
|
|
|
120
120
|
{
|
|
121
121
|
address: 'https://rpc-atomone.ecostake.com',
|
|
122
122
|
provider: 'ecostake'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'https://rpc.atomone.roomit.xyz',
|
|
126
|
+
provider: 'Roomit'
|
|
123
127
|
}
|
|
124
128
|
],
|
|
125
129
|
rest: [
|
|
@@ -186,6 +190,10 @@ const info = {
|
|
|
186
190
|
{
|
|
187
191
|
address: 'https://rest-atomone.ecostake.com',
|
|
188
192
|
provider: 'ecostake'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'https://api.atomone.roomit.xyz',
|
|
196
|
+
provider: 'Roomit'
|
|
189
197
|
}
|
|
190
198
|
],
|
|
191
199
|
grpc: [
|
|
@@ -228,6 +236,10 @@ const info = {
|
|
|
228
236
|
{
|
|
229
237
|
address: 'atomone-mainnet-grpc.itrocket.net:443',
|
|
230
238
|
provider: 'ITRocket'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
address: 'grpc.atomone.roomit.xyz:8443',
|
|
242
|
+
provider: 'Roomit'
|
|
231
243
|
}
|
|
232
244
|
]
|
|
233
245
|
},
|
|
@@ -273,6 +285,12 @@ const info = {
|
|
|
273
285
|
url: 'https://mainnet.itrocket.net/atomone',
|
|
274
286
|
tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
|
|
275
287
|
account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
kind: 'Roomit',
|
|
291
|
+
url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
|
|
292
|
+
tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
|
|
293
|
+
account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
|
|
276
294
|
}
|
|
277
295
|
],
|
|
278
296
|
images: [{
|
|
@@ -72,21 +72,21 @@ const info = {
|
|
|
72
72
|
},
|
|
73
73
|
apis: {
|
|
74
74
|
rpc: [{
|
|
75
|
-
address: '
|
|
75
|
+
address: 'http://wormchain-mainnet-1-full.tm.p2p.org/',
|
|
76
76
|
provider: 'P2P'
|
|
77
77
|
}, {
|
|
78
78
|
address: 'https://wormchain-rpc.quickapi.com/',
|
|
79
79
|
provider: 'ChainLayer'
|
|
80
80
|
}],
|
|
81
81
|
rest: [{
|
|
82
|
-
address: '
|
|
82
|
+
address: 'http://wormchain-mainnet-1-full-rest.tm.p2p.org/',
|
|
83
83
|
provider: 'P2P'
|
|
84
84
|
}, {
|
|
85
85
|
address: 'https://wormchain-lcd.quickapi.com/',
|
|
86
86
|
provider: 'ChainLayer'
|
|
87
87
|
}],
|
|
88
88
|
grpc: [{
|
|
89
|
-
address: '
|
|
89
|
+
address: 'http://wormchain-mainnet-1-full-grpc.tm.p2p.org',
|
|
90
90
|
provider: 'P2P'
|
|
91
91
|
}]
|
|
92
92
|
},
|
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
fee_tokens: [{
|
|
17
17
|
denom: 'ukyve',
|
|
18
|
-
fixed_min_gas_price:
|
|
19
|
-
low_gas_price:
|
|
20
|
-
average_gas_price:
|
|
21
|
-
high_gas_price:
|
|
18
|
+
fixed_min_gas_price: 2,
|
|
19
|
+
low_gas_price: 2,
|
|
20
|
+
average_gas_price: 3,
|
|
21
|
+
high_gas_price: 6
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -24026,7 +24026,7 @@ const info = {
|
|
|
24026
24026
|
exponent: 8
|
|
24027
24027
|
}],
|
|
24028
24028
|
type_asset: 'sdk.coin',
|
|
24029
|
-
address: '
|
|
24029
|
+
address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
|
|
24030
24030
|
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
24031
24031
|
name: 'Movement (Alloy)',
|
|
24032
24032
|
display: 'allMOVE',
|
|
@@ -24065,6 +24065,49 @@ const info = {
|
|
|
24065
24065
|
website: 'https://www.movementnetwork.xyz/',
|
|
24066
24066
|
twitter: 'https://twitter.com/movementfdn'
|
|
24067
24067
|
}
|
|
24068
|
+
},
|
|
24069
|
+
{
|
|
24070
|
+
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24071
|
+
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24072
|
+
denom_units: [{
|
|
24073
|
+
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24074
|
+
exponent: 0
|
|
24075
|
+
}, {
|
|
24076
|
+
denom: 'allDGN',
|
|
24077
|
+
exponent: 6
|
|
24078
|
+
}],
|
|
24079
|
+
type_asset: 'sdk.coin',
|
|
24080
|
+
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24081
|
+
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24082
|
+
name: 'Dragon (Alloy)',
|
|
24083
|
+
display: 'allDGN',
|
|
24084
|
+
symbol: 'allDGN',
|
|
24085
|
+
traces: [{
|
|
24086
|
+
type: 'synthetic',
|
|
24087
|
+
counterparty: {
|
|
24088
|
+
chain_name: 'dungeon',
|
|
24089
|
+
base_denom: 'udgn'
|
|
24090
|
+
},
|
|
24091
|
+
provider: 'Osmosis'
|
|
24092
|
+
}],
|
|
24093
|
+
logo_URIs: {
|
|
24094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24095
|
+
},
|
|
24096
|
+
images: [{
|
|
24097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24098
|
+
theme: {
|
|
24099
|
+
circle: true
|
|
24100
|
+
}
|
|
24101
|
+
}, {
|
|
24102
|
+
image_sync: {
|
|
24103
|
+
chain_name: 'dungeon',
|
|
24104
|
+
base_denom: 'udgn'
|
|
24105
|
+
},
|
|
24106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24107
|
+
theme: {
|
|
24108
|
+
circle: true
|
|
24109
|
+
}
|
|
24110
|
+
}]
|
|
24068
24111
|
}
|
|
24069
24112
|
]
|
|
24070
24113
|
};
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://rpc.side.bh.rocks',
|
|
92
92
|
provider: 'BlockHunters'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://side.rpc.m.stavr.tech',
|
|
96
|
+
provider: '🔥STAVR🔥'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
{
|
|
121
125
|
address: 'https://api.side.bh.rocks',
|
|
122
126
|
provider: 'BlockHunters'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://side.api.m.stavr.tech',
|
|
130
|
+
provider: '🔥STAVR🔥'
|
|
123
131
|
}
|
|
124
132
|
],
|
|
125
133
|
grpc: [
|
|
@@ -150,6 +158,10 @@ const info = {
|
|
|
150
158
|
{
|
|
151
159
|
address: 'grpc.side.bh.rocks:443',
|
|
152
160
|
provider: 'BlockHunters'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'side.grpc.m.stavr.tech:9917',
|
|
164
|
+
provider: '🔥STAVR🔥'
|
|
153
165
|
}
|
|
154
166
|
]
|
|
155
167
|
},
|
|
@@ -183,6 +195,12 @@ const info = {
|
|
|
183
195
|
url: 'https://bh.rocks/side',
|
|
184
196
|
tx_page: 'https://bh.rocks/side/tx/${txHash}',
|
|
185
197
|
account_page: 'https://bh.rocks/side/account/${accountAddress}'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
kind: '🔥STAVR🔥',
|
|
201
|
+
url: 'https://explorer.stavr.tech/Side-Mainnet',
|
|
202
|
+
tx_page: 'https://explorer.stavr.tech/Side-Mainnet/tx/${txHash}',
|
|
203
|
+
account_page: 'https://explorer.stavr.tech/Side-Mainnet/account/${accountAddress}'
|
|
186
204
|
}
|
|
187
205
|
],
|
|
188
206
|
images: [{
|
|
@@ -62,13 +62,20 @@ const info = {
|
|
|
62
62
|
address: 'https://rpc.zenrock.nodestake.org',
|
|
63
63
|
provider: 'NodeStake'
|
|
64
64
|
}],
|
|
65
|
-
rest: [
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
66
67
|
address: 'https://api.diamond.zenrocklabs.io/',
|
|
67
68
|
provider: 'zenrock'
|
|
68
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
69
71
|
address: 'https://api.zenrock.nodestake.org',
|
|
70
72
|
provider: 'NodeStake'
|
|
71
|
-
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://zenrock.api.m.stavr.tech',
|
|
76
|
+
provider: '🔥STAVR🔥'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
72
79
|
grpc: [{
|
|
73
80
|
address: 'https://grpc.diamond.zenrocklabs.io/',
|
|
74
81
|
provider: 'zenrock'
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -122,6 +122,10 @@ const info = {
|
|
|
122
122
|
{
|
|
123
123
|
address: 'https://rpc-atomone.ecostake.com',
|
|
124
124
|
provider: 'ecostake'
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
address: 'https://rpc.atomone.roomit.xyz',
|
|
128
|
+
provider: 'Roomit'
|
|
125
129
|
}
|
|
126
130
|
],
|
|
127
131
|
rest: [
|
|
@@ -188,6 +192,10 @@ const info = {
|
|
|
188
192
|
{
|
|
189
193
|
address: 'https://rest-atomone.ecostake.com',
|
|
190
194
|
provider: 'ecostake'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'https://api.atomone.roomit.xyz',
|
|
198
|
+
provider: 'Roomit'
|
|
191
199
|
}
|
|
192
200
|
],
|
|
193
201
|
grpc: [
|
|
@@ -230,6 +238,10 @@ const info = {
|
|
|
230
238
|
{
|
|
231
239
|
address: 'atomone-mainnet-grpc.itrocket.net:443',
|
|
232
240
|
provider: 'ITRocket'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
address: 'grpc.atomone.roomit.xyz:8443',
|
|
244
|
+
provider: 'Roomit'
|
|
233
245
|
}
|
|
234
246
|
]
|
|
235
247
|
},
|
|
@@ -275,6 +287,12 @@ const info = {
|
|
|
275
287
|
url: 'https://mainnet.itrocket.net/atomone',
|
|
276
288
|
tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
|
|
277
289
|
account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
kind: 'Roomit',
|
|
293
|
+
url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
|
|
294
|
+
tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
|
|
295
|
+
account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
|
|
278
296
|
}
|
|
279
297
|
],
|
|
280
298
|
images: [{
|
package/mainnet/gateway/chain.js
CHANGED
|
@@ -74,21 +74,21 @@ const info = {
|
|
|
74
74
|
},
|
|
75
75
|
apis: {
|
|
76
76
|
rpc: [{
|
|
77
|
-
address: '
|
|
77
|
+
address: 'http://wormchain-mainnet-1-full.tm.p2p.org/',
|
|
78
78
|
provider: 'P2P'
|
|
79
79
|
}, {
|
|
80
80
|
address: 'https://wormchain-rpc.quickapi.com/',
|
|
81
81
|
provider: 'ChainLayer'
|
|
82
82
|
}],
|
|
83
83
|
rest: [{
|
|
84
|
-
address: '
|
|
84
|
+
address: 'http://wormchain-mainnet-1-full-rest.tm.p2p.org/',
|
|
85
85
|
provider: 'P2P'
|
|
86
86
|
}, {
|
|
87
87
|
address: 'https://wormchain-lcd.quickapi.com/',
|
|
88
88
|
provider: 'ChainLayer'
|
|
89
89
|
}],
|
|
90
90
|
grpc: [{
|
|
91
|
-
address: '
|
|
91
|
+
address: 'http://wormchain-mainnet-1-full-grpc.tm.p2p.org',
|
|
92
92
|
provider: 'P2P'
|
|
93
93
|
}]
|
|
94
94
|
},
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
19
|
denom: 'ukyve',
|
|
20
|
-
fixed_min_gas_price:
|
|
21
|
-
low_gas_price:
|
|
22
|
-
average_gas_price:
|
|
23
|
-
high_gas_price:
|
|
20
|
+
fixed_min_gas_price: 2,
|
|
21
|
+
low_gas_price: 2,
|
|
22
|
+
average_gas_price: 3,
|
|
23
|
+
high_gas_price: 6
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -24028,7 +24028,7 @@ const info = {
|
|
|
24028
24028
|
exponent: 8
|
|
24029
24029
|
}],
|
|
24030
24030
|
type_asset: 'sdk.coin',
|
|
24031
|
-
address: '
|
|
24031
|
+
address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
|
|
24032
24032
|
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
24033
24033
|
name: 'Movement (Alloy)',
|
|
24034
24034
|
display: 'allMOVE',
|
|
@@ -24067,6 +24067,49 @@ const info = {
|
|
|
24067
24067
|
website: 'https://www.movementnetwork.xyz/',
|
|
24068
24068
|
twitter: 'https://twitter.com/movementfdn'
|
|
24069
24069
|
}
|
|
24070
|
+
},
|
|
24071
|
+
{
|
|
24072
|
+
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24073
|
+
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24074
|
+
denom_units: [{
|
|
24075
|
+
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24076
|
+
exponent: 0
|
|
24077
|
+
}, {
|
|
24078
|
+
denom: 'allDGN',
|
|
24079
|
+
exponent: 6
|
|
24080
|
+
}],
|
|
24081
|
+
type_asset: 'sdk.coin',
|
|
24082
|
+
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24083
|
+
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24084
|
+
name: 'Dragon (Alloy)',
|
|
24085
|
+
display: 'allDGN',
|
|
24086
|
+
symbol: 'allDGN',
|
|
24087
|
+
traces: [{
|
|
24088
|
+
type: 'synthetic',
|
|
24089
|
+
counterparty: {
|
|
24090
|
+
chain_name: 'dungeon',
|
|
24091
|
+
base_denom: 'udgn'
|
|
24092
|
+
},
|
|
24093
|
+
provider: 'Osmosis'
|
|
24094
|
+
}],
|
|
24095
|
+
logo_URIs: {
|
|
24096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24097
|
+
},
|
|
24098
|
+
images: [{
|
|
24099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24100
|
+
theme: {
|
|
24101
|
+
circle: true
|
|
24102
|
+
}
|
|
24103
|
+
}, {
|
|
24104
|
+
image_sync: {
|
|
24105
|
+
chain_name: 'dungeon',
|
|
24106
|
+
base_denom: 'udgn'
|
|
24107
|
+
},
|
|
24108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24109
|
+
theme: {
|
|
24110
|
+
circle: true
|
|
24111
|
+
}
|
|
24112
|
+
}]
|
|
24070
24113
|
}
|
|
24071
24114
|
]
|
|
24072
24115
|
};
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://rpc.side.bh.rocks',
|
|
94
94
|
provider: 'BlockHunters'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://side.rpc.m.stavr.tech',
|
|
98
|
+
provider: '🔥STAVR🔥'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -122,6 +126,10 @@ const info = {
|
|
|
122
126
|
{
|
|
123
127
|
address: 'https://api.side.bh.rocks',
|
|
124
128
|
provider: 'BlockHunters'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
address: 'https://side.api.m.stavr.tech',
|
|
132
|
+
provider: '🔥STAVR🔥'
|
|
125
133
|
}
|
|
126
134
|
],
|
|
127
135
|
grpc: [
|
|
@@ -152,6 +160,10 @@ const info = {
|
|
|
152
160
|
{
|
|
153
161
|
address: 'grpc.side.bh.rocks:443',
|
|
154
162
|
provider: 'BlockHunters'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'side.grpc.m.stavr.tech:9917',
|
|
166
|
+
provider: '🔥STAVR🔥'
|
|
155
167
|
}
|
|
156
168
|
]
|
|
157
169
|
},
|
|
@@ -185,6 +197,12 @@ const info = {
|
|
|
185
197
|
url: 'https://bh.rocks/side',
|
|
186
198
|
tx_page: 'https://bh.rocks/side/tx/${txHash}',
|
|
187
199
|
account_page: 'https://bh.rocks/side/account/${accountAddress}'
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
kind: '🔥STAVR🔥',
|
|
203
|
+
url: 'https://explorer.stavr.tech/Side-Mainnet',
|
|
204
|
+
tx_page: 'https://explorer.stavr.tech/Side-Mainnet/tx/${txHash}',
|
|
205
|
+
account_page: 'https://explorer.stavr.tech/Side-Mainnet/account/${accountAddress}'
|
|
188
206
|
}
|
|
189
207
|
],
|
|
190
208
|
images: [{
|
package/mainnet/zenrock/chain.js
CHANGED
|
@@ -64,13 +64,20 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc.zenrock.nodestake.org',
|
|
65
65
|
provider: 'NodeStake'
|
|
66
66
|
}],
|
|
67
|
-
rest: [
|
|
67
|
+
rest: [
|
|
68
|
+
{
|
|
68
69
|
address: 'https://api.diamond.zenrocklabs.io/',
|
|
69
70
|
provider: 'zenrock'
|
|
70
|
-
},
|
|
71
|
+
},
|
|
72
|
+
{
|
|
71
73
|
address: 'https://api.zenrock.nodestake.org',
|
|
72
74
|
provider: 'NodeStake'
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://zenrock.api.m.stavr.tech',
|
|
78
|
+
provider: '🔥STAVR🔥'
|
|
79
|
+
}
|
|
80
|
+
],
|
|
74
81
|
grpc: [{
|
|
75
82
|
address: 'https://grpc.diamond.zenrocklabs.io/',
|
|
76
83
|
provider: 'zenrock'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.174",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.108",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.108"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ac50692aea14fb100de9b442f058b255be137f90"
|
|
47
47
|
}
|