@chain-registry/osmosis 1.67.24 → 1.67.26
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 +2 -8
- package/assets.js +25 -0
- package/chain.js +18 -0
- package/esm/asset_list.js +2 -8
- package/esm/assets.js +25 -0
- package/esm/chain.js +18 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -14748,10 +14748,7 @@ const asset_list = {
|
|
|
14748
14748
|
coingecko_id: 'secret',
|
|
14749
14749
|
images: [{
|
|
14750
14750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14751
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14752
|
-
theme: {
|
|
14753
|
-
primary_color_hex: '#040404'
|
|
14754
|
-
}
|
|
14751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14755
14752
|
}],
|
|
14756
14753
|
socials: {
|
|
14757
14754
|
website: 'https://scrt.network/',
|
|
@@ -20473,10 +20470,7 @@ const asset_list = {
|
|
|
20473
20470
|
coingecko_id: 'secret',
|
|
20474
20471
|
images: [{
|
|
20475
20472
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20476
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20477
|
-
theme: {
|
|
20478
|
-
primary_color_hex: '#040404'
|
|
20479
|
-
}
|
|
20473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20480
20474
|
}],
|
|
20481
20475
|
socials: {
|
|
20482
20476
|
website: 'https://scrt.network/',
|
package/assets.js
CHANGED
|
@@ -21933,6 +21933,31 @@ const assets = {
|
|
|
21933
21933
|
name: 'Earn CDT Vault',
|
|
21934
21934
|
display: 'earnCDT',
|
|
21935
21935
|
symbol: 'earnCDT'
|
|
21936
|
+
},
|
|
21937
|
+
{
|
|
21938
|
+
description: 'The Sherpa memecoin',
|
|
21939
|
+
denom_units: [{
|
|
21940
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21941
|
+
exponent: 0
|
|
21942
|
+
}, {
|
|
21943
|
+
denom: 'Sherpa',
|
|
21944
|
+
exponent: 6
|
|
21945
|
+
}],
|
|
21946
|
+
type_asset: 'sdk.coin',
|
|
21947
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21948
|
+
name: 'Sherpa',
|
|
21949
|
+
display: 'Sherpa',
|
|
21950
|
+
symbol: 'SHERPA',
|
|
21951
|
+
logo_URIs: {
|
|
21952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21953
|
+
},
|
|
21954
|
+
images: [{
|
|
21955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21956
|
+
theme: {
|
|
21957
|
+
primary_color_hex: '#fe9cdf'
|
|
21958
|
+
}
|
|
21959
|
+
}],
|
|
21960
|
+
keywords: ['meme']
|
|
21936
21961
|
}
|
|
21937
21962
|
]
|
|
21938
21963
|
};
|
package/chain.js
CHANGED
|
@@ -169,6 +169,10 @@ const chain = {
|
|
|
169
169
|
{
|
|
170
170
|
address: 'https://osmosis.drpc.org',
|
|
171
171
|
provider: 'dRPC'
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
address: 'https://osmosis-rpc.chainroot.io',
|
|
175
|
+
provider: 'Chainroot'
|
|
172
176
|
}
|
|
173
177
|
],
|
|
174
178
|
rest: [
|
|
@@ -271,6 +275,10 @@ const chain = {
|
|
|
271
275
|
{
|
|
272
276
|
address: 'https://osmosis-api.noders.services',
|
|
273
277
|
provider: '[NODERS]TEAM'
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
address: 'https://osmosis-api.chainroot.io',
|
|
281
|
+
provider: 'Chainroot'
|
|
274
282
|
}
|
|
275
283
|
],
|
|
276
284
|
grpc: [
|
|
@@ -341,6 +349,10 @@ const chain = {
|
|
|
341
349
|
{
|
|
342
350
|
address: 'osmosis-grpc.noders.services:10090',
|
|
343
351
|
provider: '[NODERS]TEAM'
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
address: 'osmosis-grpc.chainroot.io:443',
|
|
355
|
+
provider: 'Chainroot'
|
|
344
356
|
}
|
|
345
357
|
]
|
|
346
358
|
},
|
|
@@ -411,6 +423,12 @@ const chain = {
|
|
|
411
423
|
url: 'https://mainnet.whispernode.com/osmosis',
|
|
412
424
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
413
425
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
kind: 'Chainroot',
|
|
429
|
+
url: 'https://explorer.chainroot.io/osmosis',
|
|
430
|
+
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
431
|
+
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
414
432
|
}
|
|
415
433
|
],
|
|
416
434
|
keywords: ['dex']
|
package/esm/asset_list.js
CHANGED
|
@@ -14746,10 +14746,7 @@ const asset_list = {
|
|
|
14746
14746
|
coingecko_id: 'secret',
|
|
14747
14747
|
images: [{
|
|
14748
14748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14750
|
-
theme: {
|
|
14751
|
-
primary_color_hex: '#040404'
|
|
14752
|
-
}
|
|
14749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14753
14750
|
}],
|
|
14754
14751
|
socials: {
|
|
14755
14752
|
website: 'https://scrt.network/',
|
|
@@ -20471,10 +20468,7 @@ const asset_list = {
|
|
|
20471
20468
|
coingecko_id: 'secret',
|
|
20472
20469
|
images: [{
|
|
20473
20470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20474
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20475
|
-
theme: {
|
|
20476
|
-
primary_color_hex: '#040404'
|
|
20477
|
-
}
|
|
20471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20478
20472
|
}],
|
|
20479
20473
|
socials: {
|
|
20480
20474
|
website: 'https://scrt.network/',
|
package/esm/assets.js
CHANGED
|
@@ -21931,6 +21931,31 @@ const assets = {
|
|
|
21931
21931
|
name: 'Earn CDT Vault',
|
|
21932
21932
|
display: 'earnCDT',
|
|
21933
21933
|
symbol: 'earnCDT'
|
|
21934
|
+
},
|
|
21935
|
+
{
|
|
21936
|
+
description: 'The Sherpa memecoin',
|
|
21937
|
+
denom_units: [{
|
|
21938
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21939
|
+
exponent: 0
|
|
21940
|
+
}, {
|
|
21941
|
+
denom: 'Sherpa',
|
|
21942
|
+
exponent: 6
|
|
21943
|
+
}],
|
|
21944
|
+
type_asset: 'sdk.coin',
|
|
21945
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21946
|
+
name: 'Sherpa',
|
|
21947
|
+
display: 'Sherpa',
|
|
21948
|
+
symbol: 'SHERPA',
|
|
21949
|
+
logo_URIs: {
|
|
21950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21951
|
+
},
|
|
21952
|
+
images: [{
|
|
21953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21954
|
+
theme: {
|
|
21955
|
+
primary_color_hex: '#fe9cdf'
|
|
21956
|
+
}
|
|
21957
|
+
}],
|
|
21958
|
+
keywords: ['meme']
|
|
21934
21959
|
}
|
|
21935
21960
|
]
|
|
21936
21961
|
};
|
package/esm/chain.js
CHANGED
|
@@ -167,6 +167,10 @@ const chain = {
|
|
|
167
167
|
{
|
|
168
168
|
address: 'https://osmosis.drpc.org',
|
|
169
169
|
provider: 'dRPC'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
address: 'https://osmosis-rpc.chainroot.io',
|
|
173
|
+
provider: 'Chainroot'
|
|
170
174
|
}
|
|
171
175
|
],
|
|
172
176
|
rest: [
|
|
@@ -269,6 +273,10 @@ const chain = {
|
|
|
269
273
|
{
|
|
270
274
|
address: 'https://osmosis-api.noders.services',
|
|
271
275
|
provider: '[NODERS]TEAM'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
address: 'https://osmosis-api.chainroot.io',
|
|
279
|
+
provider: 'Chainroot'
|
|
272
280
|
}
|
|
273
281
|
],
|
|
274
282
|
grpc: [
|
|
@@ -339,6 +347,10 @@ const chain = {
|
|
|
339
347
|
{
|
|
340
348
|
address: 'osmosis-grpc.noders.services:10090',
|
|
341
349
|
provider: '[NODERS]TEAM'
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
address: 'osmosis-grpc.chainroot.io:443',
|
|
353
|
+
provider: 'Chainroot'
|
|
342
354
|
}
|
|
343
355
|
]
|
|
344
356
|
},
|
|
@@ -409,6 +421,12 @@ const chain = {
|
|
|
409
421
|
url: 'https://mainnet.whispernode.com/osmosis',
|
|
410
422
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
411
423
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
kind: 'Chainroot',
|
|
427
|
+
url: 'https://explorer.chainroot.io/osmosis',
|
|
428
|
+
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
429
|
+
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
412
430
|
}
|
|
413
431
|
],
|
|
414
432
|
keywords: ['dex']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.26",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.26"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "07da61a9be0ebdd84aeb45d6806ca0fed1c86052"
|
|
42
42
|
}
|