@chain-registry/assets 1.64.19 → 1.64.20
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/osmosis.js +2 -0
- package/esm/testnet/akashtestnet.js +0 -66
- package/esm/testnet/axelartestnet.js +0 -66
- package/esm/testnet/jackaltestnet2.js +1 -65
- package/esm/testnet/osmosistestnet.js +0 -66
- package/mainnet/osmosis.js +2 -0
- package/package.json +5 -5
- package/testnet/akashtestnet.js +0 -66
- package/testnet/axelartestnet.js +0 -66
- package/testnet/jackaltestnet2.js +1 -65
- package/testnet/osmosistestnet.js +0 -66
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -10885,6 +10885,7 @@ const assets = {
|
|
|
10885
10885
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
10886
10886
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
10887
10887
|
},
|
|
10888
|
+
coingecko_id: 'scorum',
|
|
10888
10889
|
images: [{
|
|
10889
10890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
10890
10891
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg',
|
|
@@ -13750,6 +13751,7 @@ const assets = {
|
|
|
13750
13751
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
13751
13752
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
13752
13753
|
},
|
|
13754
|
+
coingecko_id: 'scorum',
|
|
13753
13755
|
images: [{
|
|
13754
13756
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
13755
13757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg',
|
|
@@ -1,39 +1,6 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'akashtestnet',
|
|
3
3
|
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Archway testnetwork',
|
|
6
|
-
denom_units: [
|
|
7
|
-
{
|
|
8
|
-
denom: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['aconst']
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
denom: 'uconst',
|
|
14
|
-
exponent: 12
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
denom: 'const',
|
|
18
|
-
exponent: 18
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
base: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
22
|
-
name: 'Archway',
|
|
23
|
-
display: 'const',
|
|
24
|
-
symbol: 'CONST',
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'ibc',
|
|
27
|
-
counterparty: {
|
|
28
|
-
channel_id: 'channel-34',
|
|
29
|
-
base_denom: 'aconst',
|
|
30
|
-
chain_name: 'archwaytestnet'
|
|
31
|
-
},
|
|
32
|
-
chain: {
|
|
33
|
-
channel_id: 'channel-4'
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
},
|
|
37
4
|
{
|
|
38
5
|
description: 'The native token of Osmosis',
|
|
39
6
|
denom_units: [{
|
|
@@ -108,39 +75,6 @@ const assets = {
|
|
|
108
75
|
}
|
|
109
76
|
}]
|
|
110
77
|
},
|
|
111
|
-
{
|
|
112
|
-
description: 'The native token of Archway testnetwork',
|
|
113
|
-
denom_units: [
|
|
114
|
-
{
|
|
115
|
-
denom: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
116
|
-
exponent: 0,
|
|
117
|
-
aliases: ['aconst']
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
denom: 'uconst',
|
|
121
|
-
exponent: 12
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
denom: 'const',
|
|
125
|
-
exponent: 18
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
base: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
129
|
-
name: 'Archway',
|
|
130
|
-
display: 'const',
|
|
131
|
-
symbol: 'CONST',
|
|
132
|
-
traces: [{
|
|
133
|
-
type: 'ibc',
|
|
134
|
-
counterparty: {
|
|
135
|
-
channel_id: 'channel-34',
|
|
136
|
-
base_denom: 'aconst',
|
|
137
|
-
chain_name: 'archwaytestnet'
|
|
138
|
-
},
|
|
139
|
-
chain: {
|
|
140
|
-
channel_id: 'channel-4'
|
|
141
|
-
}
|
|
142
|
-
}]
|
|
143
|
-
},
|
|
144
78
|
{
|
|
145
79
|
description: 'The native token of Osmosis',
|
|
146
80
|
denom_units: [{
|
|
@@ -1,72 +1,6 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'axelartestnet',
|
|
3
3
|
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The native token of Archway testnetwork',
|
|
6
|
-
denom_units: [
|
|
7
|
-
{
|
|
8
|
-
denom: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['aconst']
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
denom: 'uconst',
|
|
14
|
-
exponent: 12
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
denom: 'const',
|
|
18
|
-
exponent: 18
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
base: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
22
|
-
name: 'Archway',
|
|
23
|
-
display: 'const',
|
|
24
|
-
symbol: 'CONST',
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'ibc',
|
|
27
|
-
counterparty: {
|
|
28
|
-
channel_id: 'channel-50',
|
|
29
|
-
base_denom: 'aconst',
|
|
30
|
-
chain_name: 'archwaytestnet'
|
|
31
|
-
},
|
|
32
|
-
chain: {
|
|
33
|
-
channel_id: 'channel-305'
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
description: 'The native token of Archway testnetwork',
|
|
39
|
-
denom_units: [
|
|
40
|
-
{
|
|
41
|
-
denom: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
42
|
-
exponent: 0,
|
|
43
|
-
aliases: ['aconst']
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
denom: 'uconst',
|
|
47
|
-
exponent: 12
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
denom: 'const',
|
|
51
|
-
exponent: 18
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
base: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
55
|
-
name: 'Archway',
|
|
56
|
-
display: 'const',
|
|
57
|
-
symbol: 'CONST',
|
|
58
|
-
traces: [{
|
|
59
|
-
type: 'ibc',
|
|
60
|
-
counterparty: {
|
|
61
|
-
channel_id: 'channel-50',
|
|
62
|
-
base_denom: 'aconst',
|
|
63
|
-
chain_name: 'archwaytestnet'
|
|
64
|
-
},
|
|
65
|
-
chain: {
|
|
66
|
-
channel_id: 'channel-305'
|
|
67
|
-
}
|
|
68
|
-
}]
|
|
69
|
-
},
|
|
70
4
|
{
|
|
71
5
|
description: 'The native token of Lava',
|
|
72
6
|
denom_units: [{
|
|
@@ -1,69 +1,5 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'jackaltestnet2',
|
|
3
|
-
assets: [
|
|
4
|
-
description: 'The native token of Archway testnetwork',
|
|
5
|
-
denom_units: [
|
|
6
|
-
{
|
|
7
|
-
denom: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['aconst']
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
denom: 'uconst',
|
|
13
|
-
exponent: 12
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
denom: 'const',
|
|
17
|
-
exponent: 18
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
base: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
21
|
-
name: 'Archway',
|
|
22
|
-
display: 'const',
|
|
23
|
-
symbol: 'CONST',
|
|
24
|
-
traces: [{
|
|
25
|
-
type: 'ibc',
|
|
26
|
-
counterparty: {
|
|
27
|
-
channel_id: 'channel-368',
|
|
28
|
-
base_denom: 'aconst',
|
|
29
|
-
chain_name: 'archwaytestnet'
|
|
30
|
-
},
|
|
31
|
-
chain: {
|
|
32
|
-
channel_id: 'channel-1'
|
|
33
|
-
}
|
|
34
|
-
}]
|
|
35
|
-
}, {
|
|
36
|
-
description: 'The native token of Archway testnetwork',
|
|
37
|
-
denom_units: [
|
|
38
|
-
{
|
|
39
|
-
denom: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
40
|
-
exponent: 0,
|
|
41
|
-
aliases: ['aconst']
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
denom: 'uconst',
|
|
45
|
-
exponent: 12
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
denom: 'const',
|
|
49
|
-
exponent: 18
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
base: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
53
|
-
name: 'Archway',
|
|
54
|
-
display: 'const',
|
|
55
|
-
symbol: 'CONST',
|
|
56
|
-
traces: [{
|
|
57
|
-
type: 'ibc',
|
|
58
|
-
counterparty: {
|
|
59
|
-
channel_id: 'channel-368',
|
|
60
|
-
base_denom: 'aconst',
|
|
61
|
-
chain_name: 'archwaytestnet'
|
|
62
|
-
},
|
|
63
|
-
chain: {
|
|
64
|
-
channel_id: 'channel-1'
|
|
65
|
-
}
|
|
66
|
-
}]
|
|
67
|
-
}]
|
|
3
|
+
assets: []
|
|
68
4
|
};
|
|
69
5
|
export default assets;
|
|
@@ -35,39 +35,6 @@ const assets = {
|
|
|
35
35
|
}
|
|
36
36
|
}]
|
|
37
37
|
},
|
|
38
|
-
{
|
|
39
|
-
description: 'The native token of Archway testnetwork',
|
|
40
|
-
denom_units: [
|
|
41
|
-
{
|
|
42
|
-
denom: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['aconst']
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
denom: 'uconst',
|
|
48
|
-
exponent: 12
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
denom: 'const',
|
|
52
|
-
exponent: 18
|
|
53
|
-
}
|
|
54
|
-
],
|
|
55
|
-
base: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
56
|
-
name: 'Archway',
|
|
57
|
-
display: 'const',
|
|
58
|
-
symbol: 'CONST',
|
|
59
|
-
traces: [{
|
|
60
|
-
type: 'ibc',
|
|
61
|
-
counterparty: {
|
|
62
|
-
channel_id: 'channel-58',
|
|
63
|
-
base_denom: 'aconst',
|
|
64
|
-
chain_name: 'archwaytestnet'
|
|
65
|
-
},
|
|
66
|
-
chain: {
|
|
67
|
-
channel_id: 'channel-3938'
|
|
68
|
-
}
|
|
69
|
-
}]
|
|
70
|
-
},
|
|
71
38
|
{
|
|
72
39
|
description: 'The native token of Axelar',
|
|
73
40
|
denom_units: [{
|
|
@@ -742,39 +709,6 @@ const assets = {
|
|
|
742
709
|
}
|
|
743
710
|
}]
|
|
744
711
|
},
|
|
745
|
-
{
|
|
746
|
-
description: 'The native token of Archway testnetwork',
|
|
747
|
-
denom_units: [
|
|
748
|
-
{
|
|
749
|
-
denom: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
750
|
-
exponent: 0,
|
|
751
|
-
aliases: ['aconst']
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
denom: 'uconst',
|
|
755
|
-
exponent: 12
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
denom: 'const',
|
|
759
|
-
exponent: 18
|
|
760
|
-
}
|
|
761
|
-
],
|
|
762
|
-
base: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
763
|
-
name: 'Archway',
|
|
764
|
-
display: 'const',
|
|
765
|
-
symbol: 'CONST',
|
|
766
|
-
traces: [{
|
|
767
|
-
type: 'ibc',
|
|
768
|
-
counterparty: {
|
|
769
|
-
channel_id: 'channel-58',
|
|
770
|
-
base_denom: 'aconst',
|
|
771
|
-
chain_name: 'archwaytestnet'
|
|
772
|
-
},
|
|
773
|
-
chain: {
|
|
774
|
-
channel_id: 'channel-3938'
|
|
775
|
-
}
|
|
776
|
-
}]
|
|
777
|
-
},
|
|
778
712
|
{
|
|
779
713
|
description: 'The native token of Axelar',
|
|
780
714
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -10887,6 +10887,7 @@ const assets = {
|
|
|
10887
10887
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
10888
10888
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
10889
10889
|
},
|
|
10890
|
+
coingecko_id: 'scorum',
|
|
10890
10891
|
images: [{
|
|
10891
10892
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
10892
10893
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg',
|
|
@@ -13752,6 +13753,7 @@ const assets = {
|
|
|
13752
13753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
13753
13754
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
13754
13755
|
},
|
|
13756
|
+
coingecko_id: 'scorum',
|
|
13755
13757
|
images: [{
|
|
13756
13758
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png',
|
|
13757
13759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.20",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.17",
|
|
33
|
+
"chain-registry": "^1.63.20"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.17"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c80b1e9ddb70d024a27ca35b1903937339132637"
|
|
47
47
|
}
|
package/testnet/akashtestnet.js
CHANGED
|
@@ -3,39 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'akashtestnet',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native token of Archway testnetwork',
|
|
8
|
-
denom_units: [
|
|
9
|
-
{
|
|
10
|
-
denom: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
11
|
-
exponent: 0,
|
|
12
|
-
aliases: ['aconst']
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
denom: 'uconst',
|
|
16
|
-
exponent: 12
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
denom: 'const',
|
|
20
|
-
exponent: 18
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
base: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
24
|
-
name: 'Archway',
|
|
25
|
-
display: 'const',
|
|
26
|
-
symbol: 'CONST',
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'ibc',
|
|
29
|
-
counterparty: {
|
|
30
|
-
channel_id: 'channel-34',
|
|
31
|
-
base_denom: 'aconst',
|
|
32
|
-
chain_name: 'archwaytestnet'
|
|
33
|
-
},
|
|
34
|
-
chain: {
|
|
35
|
-
channel_id: 'channel-4'
|
|
36
|
-
}
|
|
37
|
-
}]
|
|
38
|
-
},
|
|
39
6
|
{
|
|
40
7
|
description: 'The native token of Osmosis',
|
|
41
8
|
denom_units: [{
|
|
@@ -110,39 +77,6 @@ const assets = {
|
|
|
110
77
|
}
|
|
111
78
|
}]
|
|
112
79
|
},
|
|
113
|
-
{
|
|
114
|
-
description: 'The native token of Archway testnetwork',
|
|
115
|
-
denom_units: [
|
|
116
|
-
{
|
|
117
|
-
denom: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
118
|
-
exponent: 0,
|
|
119
|
-
aliases: ['aconst']
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
denom: 'uconst',
|
|
123
|
-
exponent: 12
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
denom: 'const',
|
|
127
|
-
exponent: 18
|
|
128
|
-
}
|
|
129
|
-
],
|
|
130
|
-
base: 'ibc/2372A9EE065E69A29298205F8AB99AA8DE6C2F10A51C031C1925DB35A8C0309E',
|
|
131
|
-
name: 'Archway',
|
|
132
|
-
display: 'const',
|
|
133
|
-
symbol: 'CONST',
|
|
134
|
-
traces: [{
|
|
135
|
-
type: 'ibc',
|
|
136
|
-
counterparty: {
|
|
137
|
-
channel_id: 'channel-34',
|
|
138
|
-
base_denom: 'aconst',
|
|
139
|
-
chain_name: 'archwaytestnet'
|
|
140
|
-
},
|
|
141
|
-
chain: {
|
|
142
|
-
channel_id: 'channel-4'
|
|
143
|
-
}
|
|
144
|
-
}]
|
|
145
|
-
},
|
|
146
80
|
{
|
|
147
81
|
description: 'The native token of Osmosis',
|
|
148
82
|
denom_units: [{
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -3,72 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'axelartestnet',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native token of Archway testnetwork',
|
|
8
|
-
denom_units: [
|
|
9
|
-
{
|
|
10
|
-
denom: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
11
|
-
exponent: 0,
|
|
12
|
-
aliases: ['aconst']
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
denom: 'uconst',
|
|
16
|
-
exponent: 12
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
denom: 'const',
|
|
20
|
-
exponent: 18
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
base: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
24
|
-
name: 'Archway',
|
|
25
|
-
display: 'const',
|
|
26
|
-
symbol: 'CONST',
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'ibc',
|
|
29
|
-
counterparty: {
|
|
30
|
-
channel_id: 'channel-50',
|
|
31
|
-
base_denom: 'aconst',
|
|
32
|
-
chain_name: 'archwaytestnet'
|
|
33
|
-
},
|
|
34
|
-
chain: {
|
|
35
|
-
channel_id: 'channel-305'
|
|
36
|
-
}
|
|
37
|
-
}]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
description: 'The native token of Archway testnetwork',
|
|
41
|
-
denom_units: [
|
|
42
|
-
{
|
|
43
|
-
denom: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
44
|
-
exponent: 0,
|
|
45
|
-
aliases: ['aconst']
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
denom: 'uconst',
|
|
49
|
-
exponent: 12
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
denom: 'const',
|
|
53
|
-
exponent: 18
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
base: 'ibc/B11052740E719E6BF5872E8AF6206FF675CABD7CB7AE0BD561AA4BFCCEBB2FBF',
|
|
57
|
-
name: 'Archway',
|
|
58
|
-
display: 'const',
|
|
59
|
-
symbol: 'CONST',
|
|
60
|
-
traces: [{
|
|
61
|
-
type: 'ibc',
|
|
62
|
-
counterparty: {
|
|
63
|
-
channel_id: 'channel-50',
|
|
64
|
-
base_denom: 'aconst',
|
|
65
|
-
chain_name: 'archwaytestnet'
|
|
66
|
-
},
|
|
67
|
-
chain: {
|
|
68
|
-
channel_id: 'channel-305'
|
|
69
|
-
}
|
|
70
|
-
}]
|
|
71
|
-
},
|
|
72
6
|
{
|
|
73
7
|
description: 'The native token of Lava',
|
|
74
8
|
denom_units: [{
|
|
@@ -2,70 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'jackaltestnet2',
|
|
5
|
-
assets: [
|
|
6
|
-
description: 'The native token of Archway testnetwork',
|
|
7
|
-
denom_units: [
|
|
8
|
-
{
|
|
9
|
-
denom: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
10
|
-
exponent: 0,
|
|
11
|
-
aliases: ['aconst']
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
denom: 'uconst',
|
|
15
|
-
exponent: 12
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
denom: 'const',
|
|
19
|
-
exponent: 18
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
base: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
23
|
-
name: 'Archway',
|
|
24
|
-
display: 'const',
|
|
25
|
-
symbol: 'CONST',
|
|
26
|
-
traces: [{
|
|
27
|
-
type: 'ibc',
|
|
28
|
-
counterparty: {
|
|
29
|
-
channel_id: 'channel-368',
|
|
30
|
-
base_denom: 'aconst',
|
|
31
|
-
chain_name: 'archwaytestnet'
|
|
32
|
-
},
|
|
33
|
-
chain: {
|
|
34
|
-
channel_id: 'channel-1'
|
|
35
|
-
}
|
|
36
|
-
}]
|
|
37
|
-
}, {
|
|
38
|
-
description: 'The native token of Archway testnetwork',
|
|
39
|
-
denom_units: [
|
|
40
|
-
{
|
|
41
|
-
denom: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
42
|
-
exponent: 0,
|
|
43
|
-
aliases: ['aconst']
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
denom: 'uconst',
|
|
47
|
-
exponent: 12
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
denom: 'const',
|
|
51
|
-
exponent: 18
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
base: 'ibc/1C27F15E55A5190BB8272C1D3F3A165391209048922CF38C456C5D8E247FD7E7',
|
|
55
|
-
name: 'Archway',
|
|
56
|
-
display: 'const',
|
|
57
|
-
symbol: 'CONST',
|
|
58
|
-
traces: [{
|
|
59
|
-
type: 'ibc',
|
|
60
|
-
counterparty: {
|
|
61
|
-
channel_id: 'channel-368',
|
|
62
|
-
base_denom: 'aconst',
|
|
63
|
-
chain_name: 'archwaytestnet'
|
|
64
|
-
},
|
|
65
|
-
chain: {
|
|
66
|
-
channel_id: 'channel-1'
|
|
67
|
-
}
|
|
68
|
-
}]
|
|
69
|
-
}]
|
|
5
|
+
assets: []
|
|
70
6
|
};
|
|
71
7
|
exports.default = assets;
|
|
@@ -37,39 +37,6 @@ const assets = {
|
|
|
37
37
|
}
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
40
|
-
{
|
|
41
|
-
description: 'The native token of Archway testnetwork',
|
|
42
|
-
denom_units: [
|
|
43
|
-
{
|
|
44
|
-
denom: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
45
|
-
exponent: 0,
|
|
46
|
-
aliases: ['aconst']
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
denom: 'uconst',
|
|
50
|
-
exponent: 12
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
denom: 'const',
|
|
54
|
-
exponent: 18
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
base: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
58
|
-
name: 'Archway',
|
|
59
|
-
display: 'const',
|
|
60
|
-
symbol: 'CONST',
|
|
61
|
-
traces: [{
|
|
62
|
-
type: 'ibc',
|
|
63
|
-
counterparty: {
|
|
64
|
-
channel_id: 'channel-58',
|
|
65
|
-
base_denom: 'aconst',
|
|
66
|
-
chain_name: 'archwaytestnet'
|
|
67
|
-
},
|
|
68
|
-
chain: {
|
|
69
|
-
channel_id: 'channel-3938'
|
|
70
|
-
}
|
|
71
|
-
}]
|
|
72
|
-
},
|
|
73
40
|
{
|
|
74
41
|
description: 'The native token of Axelar',
|
|
75
42
|
denom_units: [{
|
|
@@ -744,39 +711,6 @@ const assets = {
|
|
|
744
711
|
}
|
|
745
712
|
}]
|
|
746
713
|
},
|
|
747
|
-
{
|
|
748
|
-
description: 'The native token of Archway testnetwork',
|
|
749
|
-
denom_units: [
|
|
750
|
-
{
|
|
751
|
-
denom: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
752
|
-
exponent: 0,
|
|
753
|
-
aliases: ['aconst']
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
denom: 'uconst',
|
|
757
|
-
exponent: 12
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
denom: 'const',
|
|
761
|
-
exponent: 18
|
|
762
|
-
}
|
|
763
|
-
],
|
|
764
|
-
base: 'ibc/B317B0AF2B4E47C4F69665403AF2E6E1BE0096CA4B7D9926B22911590899AF66',
|
|
765
|
-
name: 'Archway',
|
|
766
|
-
display: 'const',
|
|
767
|
-
symbol: 'CONST',
|
|
768
|
-
traces: [{
|
|
769
|
-
type: 'ibc',
|
|
770
|
-
counterparty: {
|
|
771
|
-
channel_id: 'channel-58',
|
|
772
|
-
base_denom: 'aconst',
|
|
773
|
-
chain_name: 'archwaytestnet'
|
|
774
|
-
},
|
|
775
|
-
chain: {
|
|
776
|
-
channel_id: 'channel-3938'
|
|
777
|
-
}
|
|
778
|
-
}]
|
|
779
|
-
},
|
|
780
714
|
{
|
|
781
715
|
description: 'The native token of Axelar',
|
|
782
716
|
denom_units: [{
|