chain-registry 1.69.392 → 1.69.393
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.
|
@@ -34,11 +34,11 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
git_repo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
37
|
-
recommended_version: 'protocol/v9.
|
|
38
|
-
compatible_versions: ['protocol/v9.
|
|
37
|
+
recommended_version: 'protocol/v9.4.0',
|
|
38
|
+
compatible_versions: ['protocol/v9.4.0'],
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
41
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
40
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-amd64.tar.gz',
|
|
41
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-arm64.tar.gz'
|
|
42
42
|
},
|
|
43
43
|
consensus: {
|
|
44
44
|
type: 'cometbft',
|
|
@@ -3,7 +3,8 @@ const info = {
|
|
|
3
3
|
chain_name: 'intento',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
description: 'The native token of
|
|
6
|
+
description: 'The native token of Intento',
|
|
7
|
+
extended_description: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
7
8
|
denom_units: [{
|
|
8
9
|
denom: 'uinto',
|
|
9
10
|
exponent: 0
|
|
@@ -23,7 +24,11 @@ const info = {
|
|
|
23
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
24
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
25
26
|
}],
|
|
26
|
-
type_asset: 'sdk.coin'
|
|
27
|
+
type_asset: 'sdk.coin',
|
|
28
|
+
socials: {
|
|
29
|
+
website: 'https://intento.zone',
|
|
30
|
+
x: 'https://x.com/intentozone'
|
|
31
|
+
}
|
|
27
32
|
},
|
|
28
33
|
{
|
|
29
34
|
description: 'The staking token of the Cosmos Hub',
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -36,11 +36,11 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
39
|
-
recommended_version: 'protocol/v9.
|
|
40
|
-
compatible_versions: ['protocol/v9.
|
|
39
|
+
recommended_version: 'protocol/v9.4.0',
|
|
40
|
+
compatible_versions: ['protocol/v9.4.0'],
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
43
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
42
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-amd64.tar.gz',
|
|
43
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-arm64.tar.gz'
|
|
44
44
|
},
|
|
45
45
|
consensus: {
|
|
46
46
|
type: 'cometbft',
|
|
@@ -5,7 +5,8 @@ const info = {
|
|
|
5
5
|
chain_name: 'intento',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
|
-
description: 'The native token of
|
|
8
|
+
description: 'The native token of Intento',
|
|
9
|
+
extended_description: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
9
10
|
denom_units: [{
|
|
10
11
|
denom: 'uinto',
|
|
11
12
|
exponent: 0
|
|
@@ -25,7 +26,11 @@ const info = {
|
|
|
25
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
26
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
27
28
|
}],
|
|
28
|
-
type_asset: 'sdk.coin'
|
|
29
|
+
type_asset: 'sdk.coin',
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://intento.zone',
|
|
32
|
+
x: 'https://x.com/intentozone'
|
|
33
|
+
}
|
|
29
34
|
},
|
|
30
35
|
{
|
|
31
36
|
description: 'The staking token of the Cosmos Hub',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.393",
|
|
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": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.250"
|
|
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": "094558a319388559fd1c5a331297aeddb8d45938"
|
|
43
43
|
}
|