@chain-registry/assets 1.47.4 → 1.47.6
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/assets.js +2 -1
- package/esm/mainnet/composable.js +6 -6
- package/esm/mainnet/dhealth.js +16 -16
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/onex.js +12 -12
- package/esm/mainnet/osmosis.js +90 -10
- package/esm/mainnet/seda.js +168 -0
- package/esm/noncosmos/composablepolkadot.js +6 -6
- package/mainnet/assets.js +2 -1
- package/mainnet/composable.js +6 -6
- package/mainnet/dhealth.js +16 -16
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/onex.js +12 -12
- package/mainnet/osmosis.js +90 -10
- package/mainnet/seda.d.ts +3 -0
- package/mainnet/seda.js +170 -0
- package/noncosmos/composablepolkadot.js +6 -6
- package/package.json +5 -5
package/mainnet/seda.js
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'seda',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
28
|
+
}],
|
|
29
|
+
coingecko_id: 'osmosis',
|
|
30
|
+
keywords: ['dex', 'staking'],
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://osmosis.zone',
|
|
33
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
34
|
+
},
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-75016',
|
|
39
|
+
base_denom: 'uosmo',
|
|
40
|
+
chain_name: 'osmosis'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-0'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['uion']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'ion',
|
|
54
|
+
exponent: 6
|
|
55
|
+
}],
|
|
56
|
+
type_asset: 'sdk.coin',
|
|
57
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
58
|
+
name: 'Ion DAO',
|
|
59
|
+
display: 'ion',
|
|
60
|
+
symbol: 'ION',
|
|
61
|
+
logo_URIs: {
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
}],
|
|
69
|
+
coingecko_id: 'ion',
|
|
70
|
+
keywords: ['memecoin', 'defi'],
|
|
71
|
+
socials: {
|
|
72
|
+
website: 'https://ion.wtf',
|
|
73
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
74
|
+
},
|
|
75
|
+
traces: [{
|
|
76
|
+
type: 'ibc',
|
|
77
|
+
counterparty: {
|
|
78
|
+
channel_id: 'channel-75016',
|
|
79
|
+
base_denom: 'uion',
|
|
80
|
+
chain_name: 'osmosis'
|
|
81
|
+
},
|
|
82
|
+
chain: {
|
|
83
|
+
channel_id: 'channel-0'
|
|
84
|
+
}
|
|
85
|
+
}]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
description: 'The native token of Osmosis',
|
|
89
|
+
denom_units: [{
|
|
90
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
91
|
+
exponent: 0,
|
|
92
|
+
aliases: ['uosmo']
|
|
93
|
+
}, {
|
|
94
|
+
denom: 'osmo',
|
|
95
|
+
exponent: 6
|
|
96
|
+
}],
|
|
97
|
+
type_asset: 'sdk.coin',
|
|
98
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
99
|
+
name: 'Osmosis',
|
|
100
|
+
display: 'osmo',
|
|
101
|
+
symbol: 'OSMO',
|
|
102
|
+
logo_URIs: {
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
105
|
+
},
|
|
106
|
+
images: [{
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
109
|
+
}],
|
|
110
|
+
coingecko_id: 'osmosis',
|
|
111
|
+
keywords: ['dex', 'staking'],
|
|
112
|
+
socials: {
|
|
113
|
+
website: 'https://osmosis.zone',
|
|
114
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
115
|
+
},
|
|
116
|
+
traces: [{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
channel_id: 'channel-75016',
|
|
120
|
+
base_denom: 'uosmo',
|
|
121
|
+
chain_name: 'osmosis'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channel_id: 'channel-0'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['uion']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'ion',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
type_asset: 'sdk.coin',
|
|
138
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
139
|
+
name: 'Ion DAO',
|
|
140
|
+
display: 'ion',
|
|
141
|
+
symbol: 'ION',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
149
|
+
}],
|
|
150
|
+
coingecko_id: 'ion',
|
|
151
|
+
keywords: ['memecoin', 'defi'],
|
|
152
|
+
socials: {
|
|
153
|
+
website: 'https://ion.wtf',
|
|
154
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
155
|
+
},
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-75016',
|
|
160
|
+
base_denom: 'uion',
|
|
161
|
+
chain_name: 'osmosis'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-0'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
};
|
|
170
|
+
exports.default = assets;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'composablepolkadot',
|
|
5
5
|
assets: [{
|
|
6
|
-
description: 'The native staking and governance token of Picasso.',
|
|
6
|
+
description: 'The native staking and governance token of Picasso Kusama.',
|
|
7
7
|
denom_units: [{
|
|
8
8
|
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
9
9
|
exponent: 0,
|
|
@@ -18,10 +18,10 @@ const assets = {
|
|
|
18
18
|
display: 'pica',
|
|
19
19
|
symbol: 'PICA',
|
|
20
20
|
logo_URIs: {
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
22
22
|
},
|
|
23
23
|
images: [{
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
25
25
|
}],
|
|
26
26
|
traces: [{
|
|
27
27
|
type: 'ibc',
|
|
@@ -35,7 +35,7 @@ const assets = {
|
|
|
35
35
|
}
|
|
36
36
|
}]
|
|
37
37
|
}, {
|
|
38
|
-
description: 'The native staking and governance token of Picasso.',
|
|
38
|
+
description: 'The native staking and governance token of Picasso Kusama.',
|
|
39
39
|
denom_units: [{
|
|
40
40
|
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
41
41
|
exponent: 0,
|
|
@@ -50,10 +50,10 @@ const assets = {
|
|
|
50
50
|
display: 'pica',
|
|
51
51
|
symbol: 'PICA',
|
|
52
52
|
logo_URIs: {
|
|
53
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
53
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
54
54
|
},
|
|
55
55
|
images: [{
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/picasso/images/pica.svg'
|
|
57
57
|
}],
|
|
58
58
|
traces: [{
|
|
59
59
|
type: 'ibc',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.6",
|
|
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.29.
|
|
33
|
-
"chain-registry": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.29.11",
|
|
33
|
+
"chain-registry": "^1.46.6"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.28.
|
|
36
|
+
"@chain-registry/types": "^0.28.11"
|
|
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": "2ff4335f4c97d8f9cfdd394a4c6a5efe3c33d133"
|
|
47
47
|
}
|