@chain-registry/osmosis 1.67.211 → 1.67.213
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 +80 -0
- package/chain.js +2 -1
- package/esm/asset_list.js +80 -0
- package/esm/chain.js +2 -1
- package/esm/testnet.js +35 -1
- package/package.json +3 -3
- package/testnet.js +35 -1
package/asset_list.js
CHANGED
|
@@ -46684,6 +46684,46 @@ const asset_list = {
|
|
|
46684
46684
|
}
|
|
46685
46685
|
}]
|
|
46686
46686
|
},
|
|
46687
|
+
{
|
|
46688
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
46689
|
+
socials: {
|
|
46690
|
+
website: 'https://www.lunctoken.org',
|
|
46691
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
46692
|
+
},
|
|
46693
|
+
type_asset: 'cw20',
|
|
46694
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
46695
|
+
denom_units: [{
|
|
46696
|
+
denom: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
46697
|
+
exponent: 0,
|
|
46698
|
+
aliases: ['cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a']
|
|
46699
|
+
}, {
|
|
46700
|
+
denom: 'ltk',
|
|
46701
|
+
exponent: 6
|
|
46702
|
+
}],
|
|
46703
|
+
base: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
46704
|
+
name: 'Lunctoken',
|
|
46705
|
+
display: 'ltk',
|
|
46706
|
+
symbol: 'LTK',
|
|
46707
|
+
logo_URIs: {
|
|
46708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
46709
|
+
},
|
|
46710
|
+
images: [{
|
|
46711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
46712
|
+
}],
|
|
46713
|
+
traces: [{
|
|
46714
|
+
type: 'ibc-cw20',
|
|
46715
|
+
counterparty: {
|
|
46716
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
46717
|
+
channel_id: 'channel-108',
|
|
46718
|
+
base_denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
46719
|
+
chain_name: 'terra'
|
|
46720
|
+
},
|
|
46721
|
+
chain: {
|
|
46722
|
+
port: 'transfer',
|
|
46723
|
+
channel_id: 'channel-78488'
|
|
46724
|
+
}
|
|
46725
|
+
}]
|
|
46726
|
+
},
|
|
46687
46727
|
{
|
|
46688
46728
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
46689
46729
|
denom_units: [{
|
|
@@ -55185,6 +55225,46 @@ const asset_list = {
|
|
|
55185
55225
|
}
|
|
55186
55226
|
}]
|
|
55187
55227
|
},
|
|
55228
|
+
{
|
|
55229
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
55230
|
+
socials: {
|
|
55231
|
+
website: 'https://www.lunctoken.org',
|
|
55232
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
55233
|
+
},
|
|
55234
|
+
type_asset: 'cw20',
|
|
55235
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
55236
|
+
denom_units: [{
|
|
55237
|
+
denom: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
55238
|
+
exponent: 0,
|
|
55239
|
+
aliases: ['cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a']
|
|
55240
|
+
}, {
|
|
55241
|
+
denom: 'ltk',
|
|
55242
|
+
exponent: 6
|
|
55243
|
+
}],
|
|
55244
|
+
base: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
55245
|
+
name: 'Lunctoken',
|
|
55246
|
+
display: 'ltk',
|
|
55247
|
+
symbol: 'LTK',
|
|
55248
|
+
logo_URIs: {
|
|
55249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
55250
|
+
},
|
|
55251
|
+
images: [{
|
|
55252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
55253
|
+
}],
|
|
55254
|
+
traces: [{
|
|
55255
|
+
type: 'ibc-cw20',
|
|
55256
|
+
counterparty: {
|
|
55257
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
55258
|
+
channel_id: 'channel-108',
|
|
55259
|
+
base_denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
55260
|
+
chain_name: 'terra'
|
|
55261
|
+
},
|
|
55262
|
+
chain: {
|
|
55263
|
+
port: 'transfer',
|
|
55264
|
+
channel_id: 'channel-78488'
|
|
55265
|
+
}
|
|
55266
|
+
}]
|
|
55267
|
+
},
|
|
55188
55268
|
{
|
|
55189
55269
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
55190
55270
|
denom_units: [{
|
package/chain.js
CHANGED
|
@@ -559,7 +559,8 @@ const chain = {
|
|
|
559
559
|
binaries: {
|
|
560
560
|
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
|
|
561
561
|
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
|
|
562
|
-
}
|
|
562
|
+
},
|
|
563
|
+
tag: 'v30.0.0'
|
|
563
564
|
},
|
|
564
565
|
images: [{
|
|
565
566
|
image_sync: {
|
package/esm/asset_list.js
CHANGED
|
@@ -46682,6 +46682,46 @@ const asset_list = {
|
|
|
46682
46682
|
}
|
|
46683
46683
|
}]
|
|
46684
46684
|
},
|
|
46685
|
+
{
|
|
46686
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
46687
|
+
socials: {
|
|
46688
|
+
website: 'https://www.lunctoken.org',
|
|
46689
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
46690
|
+
},
|
|
46691
|
+
type_asset: 'cw20',
|
|
46692
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
46693
|
+
denom_units: [{
|
|
46694
|
+
denom: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
46695
|
+
exponent: 0,
|
|
46696
|
+
aliases: ['cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a']
|
|
46697
|
+
}, {
|
|
46698
|
+
denom: 'ltk',
|
|
46699
|
+
exponent: 6
|
|
46700
|
+
}],
|
|
46701
|
+
base: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
46702
|
+
name: 'Lunctoken',
|
|
46703
|
+
display: 'ltk',
|
|
46704
|
+
symbol: 'LTK',
|
|
46705
|
+
logo_URIs: {
|
|
46706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
46707
|
+
},
|
|
46708
|
+
images: [{
|
|
46709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
46710
|
+
}],
|
|
46711
|
+
traces: [{
|
|
46712
|
+
type: 'ibc-cw20',
|
|
46713
|
+
counterparty: {
|
|
46714
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
46715
|
+
channel_id: 'channel-108',
|
|
46716
|
+
base_denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
46717
|
+
chain_name: 'terra'
|
|
46718
|
+
},
|
|
46719
|
+
chain: {
|
|
46720
|
+
port: 'transfer',
|
|
46721
|
+
channel_id: 'channel-78488'
|
|
46722
|
+
}
|
|
46723
|
+
}]
|
|
46724
|
+
},
|
|
46685
46725
|
{
|
|
46686
46726
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
46687
46727
|
denom_units: [{
|
|
@@ -55183,6 +55223,46 @@ const asset_list = {
|
|
|
55183
55223
|
}
|
|
55184
55224
|
}]
|
|
55185
55225
|
},
|
|
55226
|
+
{
|
|
55227
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
55228
|
+
socials: {
|
|
55229
|
+
website: 'https://www.lunctoken.org',
|
|
55230
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
55231
|
+
},
|
|
55232
|
+
type_asset: 'cw20',
|
|
55233
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
55234
|
+
denom_units: [{
|
|
55235
|
+
denom: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
55236
|
+
exponent: 0,
|
|
55237
|
+
aliases: ['cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a']
|
|
55238
|
+
}, {
|
|
55239
|
+
denom: 'ltk',
|
|
55240
|
+
exponent: 6
|
|
55241
|
+
}],
|
|
55242
|
+
base: 'ibc/D72101404AB3B93A9F956B09D32175955BD098A09A3D3EB5C1E4B4FB6CE76366',
|
|
55243
|
+
name: 'Lunctoken',
|
|
55244
|
+
display: 'ltk',
|
|
55245
|
+
symbol: 'LTK',
|
|
55246
|
+
logo_URIs: {
|
|
55247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
55248
|
+
},
|
|
55249
|
+
images: [{
|
|
55250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
55251
|
+
}],
|
|
55252
|
+
traces: [{
|
|
55253
|
+
type: 'ibc-cw20',
|
|
55254
|
+
counterparty: {
|
|
55255
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
55256
|
+
channel_id: 'channel-108',
|
|
55257
|
+
base_denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
55258
|
+
chain_name: 'terra'
|
|
55259
|
+
},
|
|
55260
|
+
chain: {
|
|
55261
|
+
port: 'transfer',
|
|
55262
|
+
channel_id: 'channel-78488'
|
|
55263
|
+
}
|
|
55264
|
+
}]
|
|
55265
|
+
},
|
|
55186
55266
|
{
|
|
55187
55267
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
55188
55268
|
denom_units: [{
|
package/esm/chain.js
CHANGED
|
@@ -557,7 +557,8 @@ const chain = {
|
|
|
557
557
|
binaries: {
|
|
558
558
|
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
|
|
559
559
|
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
|
|
560
|
-
}
|
|
560
|
+
},
|
|
561
|
+
tag: 'v30.0.0'
|
|
561
562
|
},
|
|
562
563
|
images: [{
|
|
563
564
|
image_sync: {
|
package/esm/testnet.js
CHANGED
|
@@ -28,7 +28,41 @@ const testnet = {
|
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
30
30
|
recommended_version: '29.0.0',
|
|
31
|
-
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
31
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0'],
|
|
32
|
+
tag: 'v29.0.0',
|
|
33
|
+
language: {
|
|
34
|
+
type: 'go',
|
|
35
|
+
version: '1.22.11'
|
|
36
|
+
},
|
|
37
|
+
binaries: {
|
|
38
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
39
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
40
|
+
},
|
|
41
|
+
sdk: {
|
|
42
|
+
type: 'cosmos',
|
|
43
|
+
version: '0.50.11',
|
|
44
|
+
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
45
|
+
tag: 'v0.50.11-v28-osmo-1'
|
|
46
|
+
},
|
|
47
|
+
consensus: {
|
|
48
|
+
type: 'cometbft',
|
|
49
|
+
version: '0.38.17',
|
|
50
|
+
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
51
|
+
tag: 'v0.38.17-v28-osmo-1'
|
|
52
|
+
},
|
|
53
|
+
cosmwasm: {
|
|
54
|
+
version: '0.53.2',
|
|
55
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
56
|
+
tag: 'v0.53.2',
|
|
57
|
+
enabled: true
|
|
58
|
+
},
|
|
59
|
+
ibc: {
|
|
60
|
+
type: 'go',
|
|
61
|
+
version: '8.7.0',
|
|
62
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
63
|
+
tag: 'v8.7.0',
|
|
64
|
+
ics_enabled: ['ics20-1']
|
|
65
|
+
}
|
|
32
66
|
},
|
|
33
67
|
apis: {
|
|
34
68
|
rpc: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.213",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.213"
|
|
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": "72148990d4f90949169a09293ba2f1e3547ab6a0"
|
|
42
42
|
}
|
package/testnet.js
CHANGED
|
@@ -30,7 +30,41 @@ const testnet = {
|
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
32
32
|
recommended_version: '29.0.0',
|
|
33
|
-
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
33
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0'],
|
|
34
|
+
tag: 'v29.0.0',
|
|
35
|
+
language: {
|
|
36
|
+
type: 'go',
|
|
37
|
+
version: '1.22.11'
|
|
38
|
+
},
|
|
39
|
+
binaries: {
|
|
40
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
41
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
42
|
+
},
|
|
43
|
+
sdk: {
|
|
44
|
+
type: 'cosmos',
|
|
45
|
+
version: '0.50.11',
|
|
46
|
+
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
47
|
+
tag: 'v0.50.11-v28-osmo-1'
|
|
48
|
+
},
|
|
49
|
+
consensus: {
|
|
50
|
+
type: 'cometbft',
|
|
51
|
+
version: '0.38.17',
|
|
52
|
+
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
53
|
+
tag: 'v0.38.17-v28-osmo-1'
|
|
54
|
+
},
|
|
55
|
+
cosmwasm: {
|
|
56
|
+
version: '0.53.2',
|
|
57
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
|
+
tag: 'v0.53.2',
|
|
59
|
+
enabled: true
|
|
60
|
+
},
|
|
61
|
+
ibc: {
|
|
62
|
+
type: 'go',
|
|
63
|
+
version: '8.7.0',
|
|
64
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
65
|
+
tag: 'v8.7.0',
|
|
66
|
+
ics_enabled: ['ics20-1']
|
|
67
|
+
}
|
|
34
68
|
},
|
|
35
69
|
apis: {
|
|
36
70
|
rpc: [{
|