@chain-registry/juno 1.42.9 → 1.43.0
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 +5 -5
package/asset_list.js
CHANGED
|
@@ -42,6 +42,52 @@ const asset_list = {
|
|
|
42
42
|
}
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
description: 'The native token of Archway network',
|
|
47
|
+
denom_units: [
|
|
48
|
+
{
|
|
49
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['aarch']
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
denom: 'uarch',
|
|
55
|
+
exponent: 12
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
denom: 'arch',
|
|
59
|
+
exponent: 18
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
63
|
+
name: 'Archway',
|
|
64
|
+
display: 'arch',
|
|
65
|
+
symbol: 'ARCH',
|
|
66
|
+
logo_URIs: {
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
69
|
+
},
|
|
70
|
+
coingecko_id: 'archway',
|
|
71
|
+
images: [{
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
74
|
+
}],
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://archway.io/',
|
|
77
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
78
|
+
},
|
|
79
|
+
traces: [{
|
|
80
|
+
type: 'ibc',
|
|
81
|
+
counterparty: {
|
|
82
|
+
channel_id: 'channel-15',
|
|
83
|
+
base_denom: 'aarch',
|
|
84
|
+
chain_name: 'archway'
|
|
85
|
+
},
|
|
86
|
+
chain: {
|
|
87
|
+
channel_id: 'channel-290'
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
45
91
|
{
|
|
46
92
|
description: 'The native token of Asset Mantle',
|
|
47
93
|
denom_units: [{
|
|
@@ -772,6 +818,52 @@ const asset_list = {
|
|
|
772
818
|
}
|
|
773
819
|
}]
|
|
774
820
|
},
|
|
821
|
+
{
|
|
822
|
+
description: 'The native token of Archway network',
|
|
823
|
+
denom_units: [
|
|
824
|
+
{
|
|
825
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
826
|
+
exponent: 0,
|
|
827
|
+
aliases: ['aarch']
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
denom: 'uarch',
|
|
831
|
+
exponent: 12
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
denom: 'arch',
|
|
835
|
+
exponent: 18
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
839
|
+
name: 'Archway',
|
|
840
|
+
display: 'arch',
|
|
841
|
+
symbol: 'ARCH',
|
|
842
|
+
logo_URIs: {
|
|
843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
845
|
+
},
|
|
846
|
+
coingecko_id: 'archway',
|
|
847
|
+
images: [{
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
850
|
+
}],
|
|
851
|
+
socials: {
|
|
852
|
+
website: 'https://archway.io/',
|
|
853
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
854
|
+
},
|
|
855
|
+
traces: [{
|
|
856
|
+
type: 'ibc',
|
|
857
|
+
counterparty: {
|
|
858
|
+
channel_id: 'channel-15',
|
|
859
|
+
base_denom: 'aarch',
|
|
860
|
+
chain_name: 'archway'
|
|
861
|
+
},
|
|
862
|
+
chain: {
|
|
863
|
+
channel_id: 'channel-290'
|
|
864
|
+
}
|
|
865
|
+
}]
|
|
866
|
+
},
|
|
775
867
|
{
|
|
776
868
|
description: 'The native token of Asset Mantle',
|
|
777
869
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -40,6 +40,52 @@ const asset_list = {
|
|
|
40
40
|
}
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The native token of Archway network',
|
|
45
|
+
denom_units: [
|
|
46
|
+
{
|
|
47
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['aarch']
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
denom: 'uarch',
|
|
53
|
+
exponent: 12
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
denom: 'arch',
|
|
57
|
+
exponent: 18
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
61
|
+
name: 'Archway',
|
|
62
|
+
display: 'arch',
|
|
63
|
+
symbol: 'ARCH',
|
|
64
|
+
logo_URIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
67
|
+
},
|
|
68
|
+
coingecko_id: 'archway',
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://archway.io/',
|
|
75
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
76
|
+
},
|
|
77
|
+
traces: [{
|
|
78
|
+
type: 'ibc',
|
|
79
|
+
counterparty: {
|
|
80
|
+
channel_id: 'channel-15',
|
|
81
|
+
base_denom: 'aarch',
|
|
82
|
+
chain_name: 'archway'
|
|
83
|
+
},
|
|
84
|
+
chain: {
|
|
85
|
+
channel_id: 'channel-290'
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
43
89
|
{
|
|
44
90
|
description: 'The native token of Asset Mantle',
|
|
45
91
|
denom_units: [{
|
|
@@ -770,6 +816,52 @@ const asset_list = {
|
|
|
770
816
|
}
|
|
771
817
|
}]
|
|
772
818
|
},
|
|
819
|
+
{
|
|
820
|
+
description: 'The native token of Archway network',
|
|
821
|
+
denom_units: [
|
|
822
|
+
{
|
|
823
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
824
|
+
exponent: 0,
|
|
825
|
+
aliases: ['aarch']
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
denom: 'uarch',
|
|
829
|
+
exponent: 12
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
denom: 'arch',
|
|
833
|
+
exponent: 18
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
837
|
+
name: 'Archway',
|
|
838
|
+
display: 'arch',
|
|
839
|
+
symbol: 'ARCH',
|
|
840
|
+
logo_URIs: {
|
|
841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
843
|
+
},
|
|
844
|
+
coingecko_id: 'archway',
|
|
845
|
+
images: [{
|
|
846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
848
|
+
}],
|
|
849
|
+
socials: {
|
|
850
|
+
website: 'https://archway.io/',
|
|
851
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
852
|
+
},
|
|
853
|
+
traces: [{
|
|
854
|
+
type: 'ibc',
|
|
855
|
+
counterparty: {
|
|
856
|
+
channel_id: 'channel-15',
|
|
857
|
+
base_denom: 'aarch',
|
|
858
|
+
chain_name: 'archway'
|
|
859
|
+
},
|
|
860
|
+
chain: {
|
|
861
|
+
channel_id: 'channel-290'
|
|
862
|
+
}
|
|
863
|
+
}]
|
|
864
|
+
},
|
|
773
865
|
{
|
|
774
866
|
description: 'The native token of Asset Mantle',
|
|
775
867
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.43.0",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "https://github.com/cosmology-tech/chain-registry/issues"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"copy": "copyfiles -f
|
|
23
|
+
"copy": "copyfiles -f LICENSE README.md package.json dist",
|
|
24
24
|
"clean": "del dist/**",
|
|
25
25
|
"prepare": "npm run build",
|
|
26
26
|
"codegen": "ts-node ./scripts/build.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.
|
|
32
|
+
"chain-registry": "^1.42.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.
|
|
35
|
+
"@chain-registry/types": "^0.26.0"
|
|
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": "bef55160d9bd8290980354c99963da3f3b12b94e"
|
|
47
47
|
}
|