@chain-registry/osmosis 1.62.76 → 1.62.78
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/asset_list.js +12 -8
- package/assets.js +14 -15
- package/chain.js +7 -3
- package/esm/asset_list.js +12 -8
- package/esm/assets.js +14 -15
- package/esm/chain.js +7 -3
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -390,13 +390,13 @@ const asset_list = {
|
|
|
390
390
|
display: 'arch',
|
|
391
391
|
symbol: 'ARCH',
|
|
392
392
|
logo_URIs: {
|
|
393
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
394
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
395
395
|
},
|
|
396
396
|
coingecko_id: 'archway',
|
|
397
397
|
images: [{
|
|
398
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
399
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
400
400
|
theme: {
|
|
401
401
|
primary_color_hex: '#fc4c04'
|
|
402
402
|
}
|
|
@@ -4700,6 +4700,7 @@ const asset_list = {
|
|
|
4700
4700
|
denom: 'stake',
|
|
4701
4701
|
exponent: 6
|
|
4702
4702
|
}],
|
|
4703
|
+
type_asset: 'sdk.coin',
|
|
4703
4704
|
base: 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0',
|
|
4704
4705
|
name: 'Stake',
|
|
4705
4706
|
display: 'stake',
|
|
@@ -4737,6 +4738,7 @@ const asset_list = {
|
|
|
4737
4738
|
denom: 'frienzies',
|
|
4738
4739
|
exponent: 6
|
|
4739
4740
|
}],
|
|
4741
|
+
type_asset: 'sdk.coin',
|
|
4740
4742
|
base: 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9',
|
|
4741
4743
|
display: 'frienzies',
|
|
4742
4744
|
name: 'Frienzies',
|
|
@@ -5704,13 +5706,13 @@ const asset_list = {
|
|
|
5704
5706
|
display: 'arch',
|
|
5705
5707
|
symbol: 'ARCH',
|
|
5706
5708
|
logo_URIs: {
|
|
5707
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5708
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
5710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
5709
5711
|
},
|
|
5710
5712
|
coingecko_id: 'archway',
|
|
5711
5713
|
images: [{
|
|
5712
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5713
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
5715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
5714
5716
|
theme: {
|
|
5715
5717
|
primary_color_hex: '#fc4c04'
|
|
5716
5718
|
}
|
|
@@ -10014,6 +10016,7 @@ const asset_list = {
|
|
|
10014
10016
|
denom: 'stake',
|
|
10015
10017
|
exponent: 6
|
|
10016
10018
|
}],
|
|
10019
|
+
type_asset: 'sdk.coin',
|
|
10017
10020
|
base: 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0',
|
|
10018
10021
|
name: 'Stake',
|
|
10019
10022
|
display: 'stake',
|
|
@@ -10051,6 +10054,7 @@ const asset_list = {
|
|
|
10051
10054
|
denom: 'frienzies',
|
|
10052
10055
|
exponent: 6
|
|
10053
10056
|
}],
|
|
10057
|
+
type_asset: 'sdk.coin',
|
|
10054
10058
|
base: 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9',
|
|
10055
10059
|
display: 'frienzies',
|
|
10056
10060
|
name: 'Frienzies',
|
package/assets.js
CHANGED
|
@@ -4810,7 +4810,8 @@ const assets = {
|
|
|
4810
4810
|
}
|
|
4811
4811
|
}],
|
|
4812
4812
|
logo_URIs: {
|
|
4813
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
4813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4814
4815
|
},
|
|
4815
4816
|
images: [
|
|
4816
4817
|
{
|
|
@@ -4821,9 +4822,10 @@ const assets = {
|
|
|
4821
4822
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4822
4823
|
theme: {
|
|
4823
4824
|
circle: true,
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
}
|
|
4825
|
+
primary_color_hex: '#000000',
|
|
4826
|
+
background_color_hex: '#FFFFFF'
|
|
4827
|
+
},
|
|
4828
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4827
4829
|
},
|
|
4828
4830
|
{
|
|
4829
4831
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
@@ -9760,16 +9762,16 @@ const assets = {
|
|
|
9760
9762
|
}
|
|
9761
9763
|
}],
|
|
9762
9764
|
logo_URIs: {
|
|
9763
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9764
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
9766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
9765
9767
|
},
|
|
9766
9768
|
images: [{
|
|
9767
9769
|
image_sync: {
|
|
9768
9770
|
chain_name: 'archway',
|
|
9769
9771
|
base_denom: 'aarch'
|
|
9770
9772
|
},
|
|
9771
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9772
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
9774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
9773
9775
|
theme: {
|
|
9774
9776
|
primary_color_hex: '#fc4c04'
|
|
9775
9777
|
}
|
|
@@ -17696,17 +17698,14 @@ const assets = {
|
|
|
17696
17698
|
}
|
|
17697
17699
|
}],
|
|
17698
17700
|
logo_URIs: {
|
|
17699
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
17701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
17700
17702
|
},
|
|
17701
17703
|
images: [{
|
|
17702
17704
|
image_sync: {
|
|
17703
17705
|
chain_name: 'terra',
|
|
17704
17706
|
base_denom: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2'
|
|
17705
17707
|
},
|
|
17706
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
17707
|
-
theme: {
|
|
17708
|
-
primary_color_hex: '#191717'
|
|
17709
|
-
}
|
|
17708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
17710
17709
|
}]
|
|
17711
17710
|
},
|
|
17712
17711
|
{
|
|
@@ -18496,8 +18495,8 @@ const assets = {
|
|
|
18496
18495
|
provider: 'Router'
|
|
18497
18496
|
}],
|
|
18498
18497
|
logo_URIs: {
|
|
18499
|
-
|
|
18500
|
-
|
|
18498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
|
|
18499
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg'
|
|
18501
18500
|
},
|
|
18502
18501
|
images: [{
|
|
18503
18502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
package/chain.js
CHANGED
|
@@ -76,7 +76,7 @@ const chain = {
|
|
|
76
76
|
provider: 'WhisperNode 🤐'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
address: 'https://
|
|
79
|
+
address: 'https://rpc.lavenderfive.com:443/osmosis',
|
|
80
80
|
provider: 'Lavender.Five Nodes 🐝'
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -170,6 +170,10 @@ const chain = {
|
|
|
170
170
|
{
|
|
171
171
|
address: 'https://osmosis-rpc.noders.services',
|
|
172
172
|
provider: '[NODERS]TEAM'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://osmosis.drpc.org',
|
|
176
|
+
provider: 'dRPC'
|
|
173
177
|
}
|
|
174
178
|
],
|
|
175
179
|
rest: [
|
|
@@ -190,7 +194,7 @@ const chain = {
|
|
|
190
194
|
provider: 'chainapsis'
|
|
191
195
|
},
|
|
192
196
|
{
|
|
193
|
-
address: 'https://
|
|
197
|
+
address: 'https://rest.lavenderfive.com:443/osmosis',
|
|
194
198
|
provider: 'Lavender.Five Nodes 🐝'
|
|
195
199
|
},
|
|
196
200
|
{
|
|
@@ -276,7 +280,7 @@ const chain = {
|
|
|
276
280
|
],
|
|
277
281
|
grpc: [
|
|
278
282
|
{
|
|
279
|
-
address: 'osmosis
|
|
283
|
+
address: 'osmosis.lavenderfive.com:443',
|
|
280
284
|
provider: 'Lavender.Five Nodes 🐝'
|
|
281
285
|
},
|
|
282
286
|
{
|
package/esm/asset_list.js
CHANGED
|
@@ -388,13 +388,13 @@ const asset_list = {
|
|
|
388
388
|
display: 'arch',
|
|
389
389
|
symbol: 'ARCH',
|
|
390
390
|
logo_URIs: {
|
|
391
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
392
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
391
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
392
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
393
393
|
},
|
|
394
394
|
coingecko_id: 'archway',
|
|
395
395
|
images: [{
|
|
396
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
397
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
398
398
|
theme: {
|
|
399
399
|
primary_color_hex: '#fc4c04'
|
|
400
400
|
}
|
|
@@ -4698,6 +4698,7 @@ const asset_list = {
|
|
|
4698
4698
|
denom: 'stake',
|
|
4699
4699
|
exponent: 6
|
|
4700
4700
|
}],
|
|
4701
|
+
type_asset: 'sdk.coin',
|
|
4701
4702
|
base: 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0',
|
|
4702
4703
|
name: 'Stake',
|
|
4703
4704
|
display: 'stake',
|
|
@@ -4735,6 +4736,7 @@ const asset_list = {
|
|
|
4735
4736
|
denom: 'frienzies',
|
|
4736
4737
|
exponent: 6
|
|
4737
4738
|
}],
|
|
4739
|
+
type_asset: 'sdk.coin',
|
|
4738
4740
|
base: 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9',
|
|
4739
4741
|
display: 'frienzies',
|
|
4740
4742
|
name: 'Frienzies',
|
|
@@ -5702,13 +5704,13 @@ const asset_list = {
|
|
|
5702
5704
|
display: 'arch',
|
|
5703
5705
|
symbol: 'ARCH',
|
|
5704
5706
|
logo_URIs: {
|
|
5705
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5706
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
5708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
5707
5709
|
},
|
|
5708
5710
|
coingecko_id: 'archway',
|
|
5709
5711
|
images: [{
|
|
5710
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5711
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
5712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
5713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
5712
5714
|
theme: {
|
|
5713
5715
|
primary_color_hex: '#fc4c04'
|
|
5714
5716
|
}
|
|
@@ -10012,6 +10014,7 @@ const asset_list = {
|
|
|
10012
10014
|
denom: 'stake',
|
|
10013
10015
|
exponent: 6
|
|
10014
10016
|
}],
|
|
10017
|
+
type_asset: 'sdk.coin',
|
|
10015
10018
|
base: 'ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0',
|
|
10016
10019
|
name: 'Stake',
|
|
10017
10020
|
display: 'stake',
|
|
@@ -10049,6 +10052,7 @@ const asset_list = {
|
|
|
10049
10052
|
denom: 'frienzies',
|
|
10050
10053
|
exponent: 6
|
|
10051
10054
|
}],
|
|
10055
|
+
type_asset: 'sdk.coin',
|
|
10052
10056
|
base: 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9',
|
|
10053
10057
|
display: 'frienzies',
|
|
10054
10058
|
name: 'Frienzies',
|
package/esm/assets.js
CHANGED
|
@@ -4808,7 +4808,8 @@ const assets = {
|
|
|
4808
4808
|
}
|
|
4809
4809
|
}],
|
|
4810
4810
|
logo_URIs: {
|
|
4811
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
4811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4812
4813
|
},
|
|
4813
4814
|
images: [
|
|
4814
4815
|
{
|
|
@@ -4819,9 +4820,10 @@ const assets = {
|
|
|
4819
4820
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4820
4821
|
theme: {
|
|
4821
4822
|
circle: true,
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
}
|
|
4823
|
+
primary_color_hex: '#000000',
|
|
4824
|
+
background_color_hex: '#FFFFFF'
|
|
4825
|
+
},
|
|
4826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4825
4827
|
},
|
|
4826
4828
|
{
|
|
4827
4829
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
@@ -9758,16 +9760,16 @@ const assets = {
|
|
|
9758
9760
|
}
|
|
9759
9761
|
}],
|
|
9760
9762
|
logo_URIs: {
|
|
9761
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9762
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
9764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg'
|
|
9763
9765
|
},
|
|
9764
9766
|
images: [{
|
|
9765
9767
|
image_sync: {
|
|
9766
9768
|
chain_name: 'archway',
|
|
9767
9769
|
base_denom: 'aarch'
|
|
9768
9770
|
},
|
|
9769
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9770
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/
|
|
9771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png',
|
|
9772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg',
|
|
9771
9773
|
theme: {
|
|
9772
9774
|
primary_color_hex: '#fc4c04'
|
|
9773
9775
|
}
|
|
@@ -17694,17 +17696,14 @@ const assets = {
|
|
|
17694
17696
|
}
|
|
17695
17697
|
}],
|
|
17696
17698
|
logo_URIs: {
|
|
17697
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
17699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
17698
17700
|
},
|
|
17699
17701
|
images: [{
|
|
17700
17702
|
image_sync: {
|
|
17701
17703
|
chain_name: 'terra',
|
|
17702
17704
|
base_denom: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2'
|
|
17703
17705
|
},
|
|
17704
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
17705
|
-
theme: {
|
|
17706
|
-
primary_color_hex: '#191717'
|
|
17707
|
-
}
|
|
17706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
17708
17707
|
}]
|
|
17709
17708
|
},
|
|
17710
17709
|
{
|
|
@@ -18494,8 +18493,8 @@ const assets = {
|
|
|
18494
18493
|
provider: 'Router'
|
|
18495
18494
|
}],
|
|
18496
18495
|
logo_URIs: {
|
|
18497
|
-
|
|
18498
|
-
|
|
18496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
|
|
18497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg'
|
|
18499
18498
|
},
|
|
18500
18499
|
images: [{
|
|
18501
18500
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
package/esm/chain.js
CHANGED
|
@@ -74,7 +74,7 @@ const chain = {
|
|
|
74
74
|
provider: 'WhisperNode 🤐'
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
address: 'https://
|
|
77
|
+
address: 'https://rpc.lavenderfive.com:443/osmosis',
|
|
78
78
|
provider: 'Lavender.Five Nodes 🐝'
|
|
79
79
|
},
|
|
80
80
|
{
|
|
@@ -168,6 +168,10 @@ const chain = {
|
|
|
168
168
|
{
|
|
169
169
|
address: 'https://osmosis-rpc.noders.services',
|
|
170
170
|
provider: '[NODERS]TEAM'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
address: 'https://osmosis.drpc.org',
|
|
174
|
+
provider: 'dRPC'
|
|
171
175
|
}
|
|
172
176
|
],
|
|
173
177
|
rest: [
|
|
@@ -188,7 +192,7 @@ const chain = {
|
|
|
188
192
|
provider: 'chainapsis'
|
|
189
193
|
},
|
|
190
194
|
{
|
|
191
|
-
address: 'https://
|
|
195
|
+
address: 'https://rest.lavenderfive.com:443/osmosis',
|
|
192
196
|
provider: 'Lavender.Five Nodes 🐝'
|
|
193
197
|
},
|
|
194
198
|
{
|
|
@@ -274,7 +278,7 @@ const chain = {
|
|
|
274
278
|
],
|
|
275
279
|
grpc: [
|
|
276
280
|
{
|
|
277
|
-
address: 'osmosis
|
|
281
|
+
address: 'osmosis.lavenderfive.com:443',
|
|
278
282
|
provider: 'Lavender.Five Nodes 🐝'
|
|
279
283
|
},
|
|
280
284
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.78",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.78"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "95a22210f60bb7cddc57059da4b8634a131bc904"
|
|
43
43
|
}
|