chain-registry 2.0.196 → 2.0.197
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/ltrstchain/asset-list.js +1 -1
- package/esm/mainnet/ltrstchain/chain.js +1 -1
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +8 -8
- package/mainnet/ltrstchain/asset-list.js +1 -1
- package/mainnet/ltrstchain/chain.js +1 -1
- package/package.json +3 -3
- package/testnet/cosmosicsprovidertestnet/chain.js +8 -8
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'ltrstchain',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native token of LTRST Chain. Used for transaction fees, staking, and governance. The chain is built
|
|
5
|
+
description: 'The native token of LTRST Chain. Used for transaction fees, staking, and governance. The chain is purpose-built to host legal, financial, and medical AI-generated projects and tools with protocol-level privacy.',
|
|
6
6
|
denomUnits: [
|
|
7
7
|
{
|
|
8
8
|
denom: 'ultrst',
|
|
@@ -70,6 +70,6 @@ const info = {
|
|
|
70
70
|
images: [{
|
|
71
71
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ltrstchain/images/ltrst.png'
|
|
72
72
|
}],
|
|
73
|
-
description: 'LTRST Chain is a Cosmos SDK Layer 1 with privacy primitives
|
|
73
|
+
description: 'LTRST Chain is a sovereign Cosmos SDK Layer 1 with protocol-level privacy primitives, purpose-built to host legal, financial, and medical AI-generated projects and tools. The chain anchors privacy-respecting storage and execution for living trusts, estate-planning instruments, medical records, and other regulated personal data — so a family\'s most sensitive documents never live on a server that could be subpoenaed, breached, or quietly mined.'
|
|
74
74
|
};
|
|
75
75
|
export default info;
|
|
@@ -27,17 +27,17 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v27.
|
|
31
|
-
compatibleVersions: ['v27.
|
|
30
|
+
recommendedVersion: 'v27.3.0-rc0',
|
|
31
|
+
compatibleVersions: ['v27.3.0-rc0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.21'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
37
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-amd64',
|
|
38
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-arm64',
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-amd64',
|
|
40
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-arm64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -49,14 +49,14 @@ const info = {
|
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: 'v10.
|
|
52
|
+
version: 'v10.6.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
55
|
version: 'v0.60.6',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
tag: 'v0.60.6'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v27.
|
|
59
|
+
tag: 'v27.3.0-rc0'
|
|
60
60
|
},
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'ltrstchain',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'The native token of LTRST Chain. Used for transaction fees, staking, and governance. The chain is built
|
|
7
|
+
description: 'The native token of LTRST Chain. Used for transaction fees, staking, and governance. The chain is purpose-built to host legal, financial, and medical AI-generated projects and tools with protocol-level privacy.',
|
|
8
8
|
denomUnits: [
|
|
9
9
|
{
|
|
10
10
|
denom: 'ultrst',
|
|
@@ -72,6 +72,6 @@ const info = {
|
|
|
72
72
|
images: [{
|
|
73
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ltrstchain/images/ltrst.png'
|
|
74
74
|
}],
|
|
75
|
-
description: 'LTRST Chain is a Cosmos SDK Layer 1 with privacy primitives
|
|
75
|
+
description: 'LTRST Chain is a sovereign Cosmos SDK Layer 1 with protocol-level privacy primitives, purpose-built to host legal, financial, and medical AI-generated projects and tools. The chain anchors privacy-respecting storage and execution for living trusts, estate-planning instruments, medical records, and other regulated personal data — so a family\'s most sensitive documents never live on a server that could be subpoenaed, breached, or quietly mined.'
|
|
76
76
|
};
|
|
77
77
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.197",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.197"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "27a5bdf44ff8a3369666bacf85dfa9b77955fabc"
|
|
43
43
|
}
|
|
@@ -29,17 +29,17 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: 'v27.
|
|
33
|
-
compatibleVersions: ['v27.
|
|
32
|
+
recommendedVersion: 'v27.3.0-rc0',
|
|
33
|
+
compatibleVersions: ['v27.3.0-rc0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
36
|
version: 'v0.38.21'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
42
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-amd64',
|
|
40
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-arm64',
|
|
41
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-amd64',
|
|
42
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-arm64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -51,14 +51,14 @@ const info = {
|
|
|
51
51
|
},
|
|
52
52
|
ibc: {
|
|
53
53
|
type: 'go',
|
|
54
|
-
version: 'v10.
|
|
54
|
+
version: 'v10.6.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
57
|
version: 'v0.60.6',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
59
|
tag: 'v0.60.6'
|
|
60
60
|
},
|
|
61
|
-
tag: 'v27.
|
|
61
|
+
tag: 'v27.3.0-rc0'
|
|
62
62
|
},
|
|
63
63
|
apis: {
|
|
64
64
|
rpc: [
|