chain-registry 2.0.177 → 2.0.178
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.
|
@@ -29,6 +29,39 @@ const info = {
|
|
|
29
29
|
x: 'https://x.com/akashnet'
|
|
30
30
|
},
|
|
31
31
|
typeAsset: 'sdk.coin'
|
|
32
|
+
}, {
|
|
33
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
34
|
+
denomUnits: [
|
|
35
|
+
{
|
|
36
|
+
denom: 'uact',
|
|
37
|
+
exponent: 0
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
denom: 'mact',
|
|
41
|
+
exponent: 3
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
denom: 'act',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
base: 'uact',
|
|
49
|
+
name: 'Akash Compute Token',
|
|
50
|
+
display: 'act',
|
|
51
|
+
symbol: 'ACT',
|
|
52
|
+
logoURIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
55
|
+
},
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
59
|
+
}],
|
|
60
|
+
socials: {
|
|
61
|
+
website: 'https://akash.network/',
|
|
62
|
+
x: 'https://x.com/akashnet'
|
|
63
|
+
},
|
|
64
|
+
typeAsset: 'sdk.coin'
|
|
32
65
|
}]
|
|
33
66
|
};
|
|
34
67
|
export default info;
|
|
@@ -27,28 +27,28 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/akash-network/node/',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
30
|
+
recommendedVersion: 'v2.0.1',
|
|
31
|
+
compatibleVersions: ['v2.0.1'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/akash-network/node/releases/download/
|
|
34
|
-
"linux/arm64": 'https://github.com/akash-network/node/releases/download/
|
|
33
|
+
"linux/amd64": 'https://github.com/akash-network/node/releases/download/v2.0.1/akash_linux_amd64.zip',
|
|
34
|
+
"linux/arm64": 'https://github.com/akash-network/node/releases/download/v2.0.1/akash_linux_arm64.zip'
|
|
35
35
|
},
|
|
36
36
|
consensus: {
|
|
37
37
|
type: 'cometbft',
|
|
38
|
-
version: 'v0.
|
|
38
|
+
version: 'v0.38.21',
|
|
39
39
|
repo: 'https://github.com/akash-network/cometbft',
|
|
40
|
-
tag: 'v0.
|
|
40
|
+
tag: 'v0.38.21-akash.1'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/mainnet/genesis.json'
|
|
44
44
|
},
|
|
45
45
|
sdk: {
|
|
46
46
|
type: 'cosmos',
|
|
47
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.53.5'
|
|
48
48
|
},
|
|
49
49
|
ibc: {
|
|
50
50
|
type: 'go',
|
|
51
|
-
version: '
|
|
51
|
+
version: 'v10.5.0'
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
@@ -31,6 +31,39 @@ const info = {
|
|
|
31
31
|
x: 'https://x.com/akashnet'
|
|
32
32
|
},
|
|
33
33
|
typeAsset: 'sdk.coin'
|
|
34
|
+
}, {
|
|
35
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
36
|
+
denomUnits: [
|
|
37
|
+
{
|
|
38
|
+
denom: 'uact',
|
|
39
|
+
exponent: 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
denom: 'mact',
|
|
43
|
+
exponent: 3
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
denom: 'act',
|
|
47
|
+
exponent: 6
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
base: 'uact',
|
|
51
|
+
name: 'Akash Compute Token',
|
|
52
|
+
display: 'act',
|
|
53
|
+
symbol: 'ACT',
|
|
54
|
+
logoURIs: {
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
57
|
+
},
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
61
|
+
}],
|
|
62
|
+
socials: {
|
|
63
|
+
website: 'https://akash.network/',
|
|
64
|
+
x: 'https://x.com/akashnet'
|
|
65
|
+
},
|
|
66
|
+
typeAsset: 'sdk.coin'
|
|
34
67
|
}]
|
|
35
68
|
};
|
|
36
69
|
exports.default = info;
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -29,28 +29,28 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/akash-network/node/',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
32
|
+
recommendedVersion: 'v2.0.1',
|
|
33
|
+
compatibleVersions: ['v2.0.1'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/akash-network/node/releases/download/
|
|
36
|
-
"linux/arm64": 'https://github.com/akash-network/node/releases/download/
|
|
35
|
+
"linux/amd64": 'https://github.com/akash-network/node/releases/download/v2.0.1/akash_linux_amd64.zip',
|
|
36
|
+
"linux/arm64": 'https://github.com/akash-network/node/releases/download/v2.0.1/akash_linux_arm64.zip'
|
|
37
37
|
},
|
|
38
38
|
consensus: {
|
|
39
39
|
type: 'cometbft',
|
|
40
|
-
version: 'v0.
|
|
40
|
+
version: 'v0.38.21',
|
|
41
41
|
repo: 'https://github.com/akash-network/cometbft',
|
|
42
|
-
tag: 'v0.
|
|
42
|
+
tag: 'v0.38.21-akash.1'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://raw.githubusercontent.com/akash-network/net/master/mainnet/genesis.json'
|
|
46
46
|
},
|
|
47
47
|
sdk: {
|
|
48
48
|
type: 'cosmos',
|
|
49
|
-
version: 'v0.
|
|
49
|
+
version: 'v0.53.5'
|
|
50
50
|
},
|
|
51
51
|
ibc: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: '
|
|
53
|
+
version: 'v10.5.0'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logoURIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.178",
|
|
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.178"
|
|
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": "1e32b73a4c50a58794fcb03d88a72331bffc2504"
|
|
43
43
|
}
|