@chain-registry/juno 1.70.530 → 1.70.532
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 +92 -0
- package/esm/asset_list.js +92 -0
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -43,6 +43,52 @@ const asset_list = {
|
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
48
|
+
denom_units: [
|
|
49
|
+
{
|
|
50
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uact']
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
denom: 'mact',
|
|
56
|
+
exponent: 3
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
denom: 'act',
|
|
60
|
+
exponent: 6
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
64
|
+
name: 'Akash Compute Token',
|
|
65
|
+
display: 'act',
|
|
66
|
+
symbol: 'ACT',
|
|
67
|
+
logo_URIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
70
|
+
},
|
|
71
|
+
images: [{
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
74
|
+
}],
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://akash.network/',
|
|
77
|
+
x: 'https://x.com/akashnet'
|
|
78
|
+
},
|
|
79
|
+
type_asset: 'sdk.coin',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-35',
|
|
84
|
+
base_denom: 'uact',
|
|
85
|
+
chain_name: 'akash'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-29'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
46
92
|
{
|
|
47
93
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
48
94
|
denom_units: [
|
|
@@ -815,6 +861,52 @@ const asset_list = {
|
|
|
815
861
|
}
|
|
816
862
|
}]
|
|
817
863
|
},
|
|
864
|
+
{
|
|
865
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
866
|
+
denom_units: [
|
|
867
|
+
{
|
|
868
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
869
|
+
exponent: 0,
|
|
870
|
+
aliases: ['uact']
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
denom: 'mact',
|
|
874
|
+
exponent: 3
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
denom: 'act',
|
|
878
|
+
exponent: 6
|
|
879
|
+
}
|
|
880
|
+
],
|
|
881
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
882
|
+
name: 'Akash Compute Token',
|
|
883
|
+
display: 'act',
|
|
884
|
+
symbol: 'ACT',
|
|
885
|
+
logo_URIs: {
|
|
886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
887
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
888
|
+
},
|
|
889
|
+
images: [{
|
|
890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
892
|
+
}],
|
|
893
|
+
socials: {
|
|
894
|
+
website: 'https://akash.network/',
|
|
895
|
+
x: 'https://x.com/akashnet'
|
|
896
|
+
},
|
|
897
|
+
type_asset: 'sdk.coin',
|
|
898
|
+
traces: [{
|
|
899
|
+
type: 'ibc',
|
|
900
|
+
counterparty: {
|
|
901
|
+
channel_id: 'channel-35',
|
|
902
|
+
base_denom: 'uact',
|
|
903
|
+
chain_name: 'akash'
|
|
904
|
+
},
|
|
905
|
+
chain: {
|
|
906
|
+
channel_id: 'channel-29'
|
|
907
|
+
}
|
|
908
|
+
}]
|
|
909
|
+
},
|
|
818
910
|
{
|
|
819
911
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
820
912
|
denom_units: [
|
package/esm/asset_list.js
CHANGED
|
@@ -41,6 +41,52 @@ const asset_list = {
|
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
46
|
+
denom_units: [
|
|
47
|
+
{
|
|
48
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uact']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'mact',
|
|
54
|
+
exponent: 3
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
denom: 'act',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
62
|
+
name: 'Akash Compute Token',
|
|
63
|
+
display: 'act',
|
|
64
|
+
symbol: 'ACT',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://akash.network/',
|
|
75
|
+
x: 'https://x.com/akashnet'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-35',
|
|
82
|
+
base_denom: 'uact',
|
|
83
|
+
chain_name: 'akash'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-29'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
44
90
|
{
|
|
45
91
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
46
92
|
denom_units: [
|
|
@@ -813,6 +859,52 @@ const asset_list = {
|
|
|
813
859
|
}
|
|
814
860
|
}]
|
|
815
861
|
},
|
|
862
|
+
{
|
|
863
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
864
|
+
denom_units: [
|
|
865
|
+
{
|
|
866
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
867
|
+
exponent: 0,
|
|
868
|
+
aliases: ['uact']
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
denom: 'mact',
|
|
872
|
+
exponent: 3
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
denom: 'act',
|
|
876
|
+
exponent: 6
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
880
|
+
name: 'Akash Compute Token',
|
|
881
|
+
display: 'act',
|
|
882
|
+
symbol: 'ACT',
|
|
883
|
+
logo_URIs: {
|
|
884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
886
|
+
},
|
|
887
|
+
images: [{
|
|
888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
890
|
+
}],
|
|
891
|
+
socials: {
|
|
892
|
+
website: 'https://akash.network/',
|
|
893
|
+
x: 'https://x.com/akashnet'
|
|
894
|
+
},
|
|
895
|
+
type_asset: 'sdk.coin',
|
|
896
|
+
traces: [{
|
|
897
|
+
type: 'ibc',
|
|
898
|
+
counterparty: {
|
|
899
|
+
channel_id: 'channel-35',
|
|
900
|
+
base_denom: 'uact',
|
|
901
|
+
chain_name: 'akash'
|
|
902
|
+
},
|
|
903
|
+
chain: {
|
|
904
|
+
channel_id: 'channel-29'
|
|
905
|
+
}
|
|
906
|
+
}]
|
|
907
|
+
},
|
|
816
908
|
{
|
|
817
909
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
818
910
|
denom_units: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.532",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.532"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.329"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b0fc2b1fe938d37b13715a373cf47fef9e52f7f1"
|
|
47
47
|
}
|