@chain-registry/osmosis 1.67.23 → 1.67.25
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/assets.js +25 -0
- package/chain.js +18 -0
- package/esm/assets.js +25 -0
- package/esm/chain.js +18 -0
- package/package.json +3 -3
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/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.25",
|
|
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.25"
|
|
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": "0aa3d24c45e63cff4af04d1eb4eb61d52cdafb70"
|
|
42
42
|
}
|