@chain-registry/assets 1.65.17 → 1.67.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/esm/mainnet/doravota.js +86 -0
- package/esm/mainnet/evmos.js +102 -0
- package/esm/mainnet/lava.js +326 -0
- package/esm/mainnet/stargaze.js +76 -0
- package/mainnet/doravota.js +86 -0
- package/mainnet/evmos.js +102 -0
- package/mainnet/lava.js +326 -0
- package/mainnet/stargaze.js +76 -0
- package/package.json +5 -5
package/esm/mainnet/doravota.js
CHANGED
|
@@ -1033,6 +1033,49 @@ const assets = {
|
|
|
1033
1033
|
}
|
|
1034
1034
|
}]
|
|
1035
1035
|
},
|
|
1036
|
+
{
|
|
1037
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1038
|
+
denom_units: [{
|
|
1039
|
+
denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1040
|
+
exponent: 0,
|
|
1041
|
+
aliases: ['ustars']
|
|
1042
|
+
}, {
|
|
1043
|
+
denom: 'stars',
|
|
1044
|
+
exponent: 6
|
|
1045
|
+
}],
|
|
1046
|
+
base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1047
|
+
name: 'Stargaze',
|
|
1048
|
+
display: 'stars',
|
|
1049
|
+
symbol: 'STARS',
|
|
1050
|
+
logo_URIs: {
|
|
1051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1053
|
+
},
|
|
1054
|
+
coingecko_id: 'stargaze',
|
|
1055
|
+
images: [{
|
|
1056
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1058
|
+
theme: {
|
|
1059
|
+
primary_color_hex: '#db2777'
|
|
1060
|
+
}
|
|
1061
|
+
}],
|
|
1062
|
+
socials: {
|
|
1063
|
+
website: 'https://www.stargaze.zone/',
|
|
1064
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1065
|
+
},
|
|
1066
|
+
type_asset: 'sdk.coin',
|
|
1067
|
+
traces: [{
|
|
1068
|
+
type: 'ibc',
|
|
1069
|
+
counterparty: {
|
|
1070
|
+
channel_id: 'channel-394',
|
|
1071
|
+
base_denom: 'ustars',
|
|
1072
|
+
chain_name: 'stargaze'
|
|
1073
|
+
},
|
|
1074
|
+
chain: {
|
|
1075
|
+
channel_id: 'channel-15'
|
|
1076
|
+
}
|
|
1077
|
+
}]
|
|
1078
|
+
},
|
|
1036
1079
|
{
|
|
1037
1080
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1038
1081
|
denom_units: [{
|
|
@@ -1690,6 +1733,49 @@ const assets = {
|
|
|
1690
1733
|
channel_id: 'channel-12'
|
|
1691
1734
|
}
|
|
1692
1735
|
}]
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1739
|
+
denom_units: [{
|
|
1740
|
+
denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1741
|
+
exponent: 0,
|
|
1742
|
+
aliases: ['ustars']
|
|
1743
|
+
}, {
|
|
1744
|
+
denom: 'stars',
|
|
1745
|
+
exponent: 6
|
|
1746
|
+
}],
|
|
1747
|
+
base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1748
|
+
name: 'Stargaze',
|
|
1749
|
+
display: 'stars',
|
|
1750
|
+
symbol: 'STARS',
|
|
1751
|
+
logo_URIs: {
|
|
1752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1754
|
+
},
|
|
1755
|
+
coingecko_id: 'stargaze',
|
|
1756
|
+
images: [{
|
|
1757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1759
|
+
theme: {
|
|
1760
|
+
primary_color_hex: '#db2777'
|
|
1761
|
+
}
|
|
1762
|
+
}],
|
|
1763
|
+
socials: {
|
|
1764
|
+
website: 'https://www.stargaze.zone/',
|
|
1765
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1766
|
+
},
|
|
1767
|
+
type_asset: 'sdk.coin',
|
|
1768
|
+
traces: [{
|
|
1769
|
+
type: 'ibc',
|
|
1770
|
+
counterparty: {
|
|
1771
|
+
channel_id: 'channel-394',
|
|
1772
|
+
base_denom: 'ustars',
|
|
1773
|
+
chain_name: 'stargaze'
|
|
1774
|
+
},
|
|
1775
|
+
chain: {
|
|
1776
|
+
channel_id: 'channel-15'
|
|
1777
|
+
}
|
|
1778
|
+
}]
|
|
1693
1779
|
}
|
|
1694
1780
|
]
|
|
1695
1781
|
};
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -2059,6 +2059,57 @@ const assets = {
|
|
|
2059
2059
|
}
|
|
2060
2060
|
}]
|
|
2061
2061
|
},
|
|
2062
|
+
{
|
|
2063
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2064
|
+
denom_units: [{
|
|
2065
|
+
denom: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
2066
|
+
exponent: 0,
|
|
2067
|
+
aliases: ['ulava']
|
|
2068
|
+
}, {
|
|
2069
|
+
denom: 'lava',
|
|
2070
|
+
exponent: 6
|
|
2071
|
+
}],
|
|
2072
|
+
type_asset: 'sdk.coin',
|
|
2073
|
+
base: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
2074
|
+
name: 'Lava',
|
|
2075
|
+
coingecko_id: 'lava-network',
|
|
2076
|
+
display: 'lava',
|
|
2077
|
+
symbol: 'LAVA',
|
|
2078
|
+
logo_URIs: {
|
|
2079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2080
|
+
},
|
|
2081
|
+
images: [{
|
|
2082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2083
|
+
theme: {
|
|
2084
|
+
primary_color_hex: '#6f043e'
|
|
2085
|
+
}
|
|
2086
|
+
}],
|
|
2087
|
+
keywords: [
|
|
2088
|
+
'modular',
|
|
2089
|
+
'data',
|
|
2090
|
+
'data access',
|
|
2091
|
+
'rpc',
|
|
2092
|
+
'staking',
|
|
2093
|
+
'dual staking',
|
|
2094
|
+
'indexing',
|
|
2095
|
+
'incentivized public rpc'
|
|
2096
|
+
],
|
|
2097
|
+
socials: {
|
|
2098
|
+
website: 'https://lavanet.xyz',
|
|
2099
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2100
|
+
},
|
|
2101
|
+
traces: [{
|
|
2102
|
+
type: 'ibc',
|
|
2103
|
+
counterparty: {
|
|
2104
|
+
channel_id: 'channel-8',
|
|
2105
|
+
base_denom: 'ulava',
|
|
2106
|
+
chain_name: 'lava'
|
|
2107
|
+
},
|
|
2108
|
+
chain: {
|
|
2109
|
+
channel_id: 'channel-117'
|
|
2110
|
+
}
|
|
2111
|
+
}]
|
|
2112
|
+
},
|
|
2062
2113
|
{
|
|
2063
2114
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2064
2115
|
denom_units: [{
|
|
@@ -3058,6 +3109,57 @@ const assets = {
|
|
|
3058
3109
|
}
|
|
3059
3110
|
}]
|
|
3060
3111
|
},
|
|
3112
|
+
{
|
|
3113
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
3114
|
+
denom_units: [{
|
|
3115
|
+
denom: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
3116
|
+
exponent: 0,
|
|
3117
|
+
aliases: ['ulava']
|
|
3118
|
+
}, {
|
|
3119
|
+
denom: 'lava',
|
|
3120
|
+
exponent: 6
|
|
3121
|
+
}],
|
|
3122
|
+
type_asset: 'sdk.coin',
|
|
3123
|
+
base: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
3124
|
+
name: 'Lava',
|
|
3125
|
+
coingecko_id: 'lava-network',
|
|
3126
|
+
display: 'lava',
|
|
3127
|
+
symbol: 'LAVA',
|
|
3128
|
+
logo_URIs: {
|
|
3129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
3130
|
+
},
|
|
3131
|
+
images: [{
|
|
3132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
3133
|
+
theme: {
|
|
3134
|
+
primary_color_hex: '#6f043e'
|
|
3135
|
+
}
|
|
3136
|
+
}],
|
|
3137
|
+
keywords: [
|
|
3138
|
+
'modular',
|
|
3139
|
+
'data',
|
|
3140
|
+
'data access',
|
|
3141
|
+
'rpc',
|
|
3142
|
+
'staking',
|
|
3143
|
+
'dual staking',
|
|
3144
|
+
'indexing',
|
|
3145
|
+
'incentivized public rpc'
|
|
3146
|
+
],
|
|
3147
|
+
socials: {
|
|
3148
|
+
website: 'https://lavanet.xyz',
|
|
3149
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
3150
|
+
},
|
|
3151
|
+
traces: [{
|
|
3152
|
+
type: 'ibc',
|
|
3153
|
+
counterparty: {
|
|
3154
|
+
channel_id: 'channel-8',
|
|
3155
|
+
base_denom: 'ulava',
|
|
3156
|
+
chain_name: 'lava'
|
|
3157
|
+
},
|
|
3158
|
+
chain: {
|
|
3159
|
+
channel_id: 'channel-117'
|
|
3160
|
+
}
|
|
3161
|
+
}]
|
|
3162
|
+
},
|
|
3061
3163
|
{
|
|
3062
3164
|
description: 'The permissioned staking asset for Noble Chain',
|
|
3063
3165
|
denom_units: [{
|
package/esm/mainnet/lava.js
CHANGED
|
@@ -87,6 +87,169 @@ const assets = {
|
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['aevmos']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'evmos',
|
|
98
|
+
exponent: 18
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
101
|
+
name: 'Evmos',
|
|
102
|
+
display: 'evmos',
|
|
103
|
+
symbol: 'EVMOS',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'evmos',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#ec4c34'
|
|
114
|
+
}
|
|
115
|
+
}],
|
|
116
|
+
socials: {
|
|
117
|
+
website: 'https://evmos.org/',
|
|
118
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
119
|
+
},
|
|
120
|
+
type_asset: 'sdk.coin',
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
channel_id: 'channel-117',
|
|
125
|
+
base_denom: 'aevmos',
|
|
126
|
+
chain_name: 'evmos'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-8'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
description: 'The token of Neokingdom DAO.',
|
|
135
|
+
denom_units: [{
|
|
136
|
+
denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
137
|
+
exponent: 0,
|
|
138
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
139
|
+
}, {
|
|
140
|
+
denom: 'neok',
|
|
141
|
+
exponent: 18
|
|
142
|
+
}],
|
|
143
|
+
base: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
144
|
+
name: 'Neokingdom DAO',
|
|
145
|
+
display: 'neok',
|
|
146
|
+
symbol: 'NEOK',
|
|
147
|
+
logo_URIs: {
|
|
148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
150
|
+
},
|
|
151
|
+
images: [{
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#7f0f70'
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
socials: {
|
|
159
|
+
website: 'https://www.neokingdom.org/',
|
|
160
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
161
|
+
},
|
|
162
|
+
type_asset: 'sdk.coin',
|
|
163
|
+
traces: [{
|
|
164
|
+
type: 'ibc',
|
|
165
|
+
counterparty: {
|
|
166
|
+
channel_id: 'channel-117',
|
|
167
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
168
|
+
chain_name: 'evmos'
|
|
169
|
+
},
|
|
170
|
+
chain: {
|
|
171
|
+
channel_id: 'channel-8'
|
|
172
|
+
}
|
|
173
|
+
}]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
177
|
+
denom_units: [{
|
|
178
|
+
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
179
|
+
exponent: 0,
|
|
180
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
181
|
+
}, {
|
|
182
|
+
denom: 'berlin-legacy',
|
|
183
|
+
exponent: 18
|
|
184
|
+
}],
|
|
185
|
+
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
186
|
+
name: 'Teledisko DAO - Legacy',
|
|
187
|
+
display: 'berlin-legacy',
|
|
188
|
+
symbol: 'BERLIN-legacy',
|
|
189
|
+
type_asset: 'erc20',
|
|
190
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
191
|
+
logo_URIs: {
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
194
|
+
},
|
|
195
|
+
images: [{
|
|
196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg',
|
|
198
|
+
theme: {
|
|
199
|
+
primary_color_hex: '#bbce1a'
|
|
200
|
+
}
|
|
201
|
+
}],
|
|
202
|
+
traces: [{
|
|
203
|
+
type: 'ibc',
|
|
204
|
+
counterparty: {
|
|
205
|
+
channel_id: 'channel-117',
|
|
206
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
207
|
+
chain_name: 'evmos'
|
|
208
|
+
},
|
|
209
|
+
chain: {
|
|
210
|
+
channel_id: 'channel-8'
|
|
211
|
+
}
|
|
212
|
+
}]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
description: 'The token of Crowdpunk DAO',
|
|
216
|
+
denom_units: [{
|
|
217
|
+
denom: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
218
|
+
exponent: 0,
|
|
219
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
220
|
+
}, {
|
|
221
|
+
denom: 'crowdp',
|
|
222
|
+
exponent: 18
|
|
223
|
+
}],
|
|
224
|
+
base: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
225
|
+
name: 'Crowdpunk DAO',
|
|
226
|
+
display: 'crowdp',
|
|
227
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
228
|
+
symbol: 'CROWDP',
|
|
229
|
+
type_asset: 'erc20',
|
|
230
|
+
logo_URIs: {
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
233
|
+
},
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
237
|
+
theme: {
|
|
238
|
+
primary_color_hex: '#04fbfb'
|
|
239
|
+
}
|
|
240
|
+
}],
|
|
241
|
+
traces: [{
|
|
242
|
+
type: 'ibc',
|
|
243
|
+
counterparty: {
|
|
244
|
+
channel_id: 'channel-117',
|
|
245
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
246
|
+
chain_name: 'evmos'
|
|
247
|
+
},
|
|
248
|
+
chain: {
|
|
249
|
+
channel_id: 'channel-8'
|
|
250
|
+
}
|
|
251
|
+
}]
|
|
252
|
+
},
|
|
90
253
|
{
|
|
91
254
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
92
255
|
denom_units: [{
|
|
@@ -173,6 +336,169 @@ const assets = {
|
|
|
173
336
|
}
|
|
174
337
|
}]
|
|
175
338
|
},
|
|
339
|
+
{
|
|
340
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
341
|
+
denom_units: [{
|
|
342
|
+
denom: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
343
|
+
exponent: 0,
|
|
344
|
+
aliases: ['aevmos']
|
|
345
|
+
}, {
|
|
346
|
+
denom: 'evmos',
|
|
347
|
+
exponent: 18
|
|
348
|
+
}],
|
|
349
|
+
base: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
350
|
+
name: 'Evmos',
|
|
351
|
+
display: 'evmos',
|
|
352
|
+
symbol: 'EVMOS',
|
|
353
|
+
logo_URIs: {
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
356
|
+
},
|
|
357
|
+
coingecko_id: 'evmos',
|
|
358
|
+
images: [{
|
|
359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg',
|
|
361
|
+
theme: {
|
|
362
|
+
primary_color_hex: '#ec4c34'
|
|
363
|
+
}
|
|
364
|
+
}],
|
|
365
|
+
socials: {
|
|
366
|
+
website: 'https://evmos.org/',
|
|
367
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
368
|
+
},
|
|
369
|
+
type_asset: 'sdk.coin',
|
|
370
|
+
traces: [{
|
|
371
|
+
type: 'ibc',
|
|
372
|
+
counterparty: {
|
|
373
|
+
channel_id: 'channel-117',
|
|
374
|
+
base_denom: 'aevmos',
|
|
375
|
+
chain_name: 'evmos'
|
|
376
|
+
},
|
|
377
|
+
chain: {
|
|
378
|
+
channel_id: 'channel-8'
|
|
379
|
+
}
|
|
380
|
+
}]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
description: 'The token of Neokingdom DAO.',
|
|
384
|
+
denom_units: [{
|
|
385
|
+
denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
386
|
+
exponent: 0,
|
|
387
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
388
|
+
}, {
|
|
389
|
+
denom: 'neok',
|
|
390
|
+
exponent: 18
|
|
391
|
+
}],
|
|
392
|
+
base: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
393
|
+
name: 'Neokingdom DAO',
|
|
394
|
+
display: 'neok',
|
|
395
|
+
symbol: 'NEOK',
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
399
|
+
},
|
|
400
|
+
images: [{
|
|
401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg',
|
|
403
|
+
theme: {
|
|
404
|
+
primary_color_hex: '#7f0f70'
|
|
405
|
+
}
|
|
406
|
+
}],
|
|
407
|
+
socials: {
|
|
408
|
+
website: 'https://www.neokingdom.org/',
|
|
409
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
410
|
+
},
|
|
411
|
+
type_asset: 'sdk.coin',
|
|
412
|
+
traces: [{
|
|
413
|
+
type: 'ibc',
|
|
414
|
+
counterparty: {
|
|
415
|
+
channel_id: 'channel-117',
|
|
416
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
417
|
+
chain_name: 'evmos'
|
|
418
|
+
},
|
|
419
|
+
chain: {
|
|
420
|
+
channel_id: 'channel-8'
|
|
421
|
+
}
|
|
422
|
+
}]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
426
|
+
denom_units: [{
|
|
427
|
+
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
428
|
+
exponent: 0,
|
|
429
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
430
|
+
}, {
|
|
431
|
+
denom: 'berlin-legacy',
|
|
432
|
+
exponent: 18
|
|
433
|
+
}],
|
|
434
|
+
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
435
|
+
name: 'Teledisko DAO - Legacy',
|
|
436
|
+
display: 'berlin-legacy',
|
|
437
|
+
symbol: 'BERLIN-legacy',
|
|
438
|
+
type_asset: 'erc20',
|
|
439
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
440
|
+
logo_URIs: {
|
|
441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
443
|
+
},
|
|
444
|
+
images: [{
|
|
445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg',
|
|
447
|
+
theme: {
|
|
448
|
+
primary_color_hex: '#bbce1a'
|
|
449
|
+
}
|
|
450
|
+
}],
|
|
451
|
+
traces: [{
|
|
452
|
+
type: 'ibc',
|
|
453
|
+
counterparty: {
|
|
454
|
+
channel_id: 'channel-117',
|
|
455
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
456
|
+
chain_name: 'evmos'
|
|
457
|
+
},
|
|
458
|
+
chain: {
|
|
459
|
+
channel_id: 'channel-8'
|
|
460
|
+
}
|
|
461
|
+
}]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
description: 'The token of Crowdpunk DAO',
|
|
465
|
+
denom_units: [{
|
|
466
|
+
denom: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
467
|
+
exponent: 0,
|
|
468
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
469
|
+
}, {
|
|
470
|
+
denom: 'crowdp',
|
|
471
|
+
exponent: 18
|
|
472
|
+
}],
|
|
473
|
+
base: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
474
|
+
name: 'Crowdpunk DAO',
|
|
475
|
+
display: 'crowdp',
|
|
476
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
477
|
+
symbol: 'CROWDP',
|
|
478
|
+
type_asset: 'erc20',
|
|
479
|
+
logo_URIs: {
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
482
|
+
},
|
|
483
|
+
images: [{
|
|
484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
486
|
+
theme: {
|
|
487
|
+
primary_color_hex: '#04fbfb'
|
|
488
|
+
}
|
|
489
|
+
}],
|
|
490
|
+
traces: [{
|
|
491
|
+
type: 'ibc',
|
|
492
|
+
counterparty: {
|
|
493
|
+
channel_id: 'channel-117',
|
|
494
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
495
|
+
chain_name: 'evmos'
|
|
496
|
+
},
|
|
497
|
+
chain: {
|
|
498
|
+
channel_id: 'channel-8'
|
|
499
|
+
}
|
|
500
|
+
}]
|
|
501
|
+
},
|
|
176
502
|
{
|
|
177
503
|
description: 'The native token of Osmosis',
|
|
178
504
|
denom_units: [{
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -447,6 +447,44 @@ const assets = {
|
|
|
447
447
|
}
|
|
448
448
|
}]
|
|
449
449
|
},
|
|
450
|
+
{
|
|
451
|
+
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
452
|
+
denom_units: [{
|
|
453
|
+
denom: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
454
|
+
exponent: 0,
|
|
455
|
+
aliases: ['peaka']
|
|
456
|
+
}, {
|
|
457
|
+
denom: 'DORA',
|
|
458
|
+
exponent: 18
|
|
459
|
+
}],
|
|
460
|
+
base: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
461
|
+
name: 'Dora Vota',
|
|
462
|
+
display: 'DORA',
|
|
463
|
+
symbol: 'DORA',
|
|
464
|
+
logo_URIs: {
|
|
465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
466
|
+
},
|
|
467
|
+
images: [{
|
|
468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
469
|
+
}, {
|
|
470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png',
|
|
471
|
+
theme: {
|
|
472
|
+
primary_color_hex: '#fba214'
|
|
473
|
+
}
|
|
474
|
+
}],
|
|
475
|
+
type_asset: 'sdk.coin',
|
|
476
|
+
traces: [{
|
|
477
|
+
type: 'ibc',
|
|
478
|
+
counterparty: {
|
|
479
|
+
channel_id: 'channel-15',
|
|
480
|
+
base_denom: 'peaka',
|
|
481
|
+
chain_name: 'doravota'
|
|
482
|
+
},
|
|
483
|
+
chain: {
|
|
484
|
+
channel_id: 'channel-394'
|
|
485
|
+
}
|
|
486
|
+
}]
|
|
487
|
+
},
|
|
450
488
|
{
|
|
451
489
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
452
490
|
denom_units: [{
|
|
@@ -1820,6 +1858,44 @@ const assets = {
|
|
|
1820
1858
|
}
|
|
1821
1859
|
}]
|
|
1822
1860
|
},
|
|
1861
|
+
{
|
|
1862
|
+
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
1863
|
+
denom_units: [{
|
|
1864
|
+
denom: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
1865
|
+
exponent: 0,
|
|
1866
|
+
aliases: ['peaka']
|
|
1867
|
+
}, {
|
|
1868
|
+
denom: 'DORA',
|
|
1869
|
+
exponent: 18
|
|
1870
|
+
}],
|
|
1871
|
+
base: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
1872
|
+
name: 'Dora Vota',
|
|
1873
|
+
display: 'DORA',
|
|
1874
|
+
symbol: 'DORA',
|
|
1875
|
+
logo_URIs: {
|
|
1876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
1877
|
+
},
|
|
1878
|
+
images: [{
|
|
1879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
1880
|
+
}, {
|
|
1881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png',
|
|
1882
|
+
theme: {
|
|
1883
|
+
primary_color_hex: '#fba214'
|
|
1884
|
+
}
|
|
1885
|
+
}],
|
|
1886
|
+
type_asset: 'sdk.coin',
|
|
1887
|
+
traces: [{
|
|
1888
|
+
type: 'ibc',
|
|
1889
|
+
counterparty: {
|
|
1890
|
+
channel_id: 'channel-15',
|
|
1891
|
+
base_denom: 'peaka',
|
|
1892
|
+
chain_name: 'doravota'
|
|
1893
|
+
},
|
|
1894
|
+
chain: {
|
|
1895
|
+
channel_id: 'channel-394'
|
|
1896
|
+
}
|
|
1897
|
+
}]
|
|
1898
|
+
},
|
|
1823
1899
|
{
|
|
1824
1900
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1825
1901
|
denom_units: [{
|
package/mainnet/doravota.js
CHANGED
|
@@ -1035,6 +1035,49 @@ const assets = {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
}]
|
|
1037
1037
|
},
|
|
1038
|
+
{
|
|
1039
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1040
|
+
denom_units: [{
|
|
1041
|
+
denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1042
|
+
exponent: 0,
|
|
1043
|
+
aliases: ['ustars']
|
|
1044
|
+
}, {
|
|
1045
|
+
denom: 'stars',
|
|
1046
|
+
exponent: 6
|
|
1047
|
+
}],
|
|
1048
|
+
base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1049
|
+
name: 'Stargaze',
|
|
1050
|
+
display: 'stars',
|
|
1051
|
+
symbol: 'STARS',
|
|
1052
|
+
logo_URIs: {
|
|
1053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1055
|
+
},
|
|
1056
|
+
coingecko_id: 'stargaze',
|
|
1057
|
+
images: [{
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1060
|
+
theme: {
|
|
1061
|
+
primary_color_hex: '#db2777'
|
|
1062
|
+
}
|
|
1063
|
+
}],
|
|
1064
|
+
socials: {
|
|
1065
|
+
website: 'https://www.stargaze.zone/',
|
|
1066
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1067
|
+
},
|
|
1068
|
+
type_asset: 'sdk.coin',
|
|
1069
|
+
traces: [{
|
|
1070
|
+
type: 'ibc',
|
|
1071
|
+
counterparty: {
|
|
1072
|
+
channel_id: 'channel-394',
|
|
1073
|
+
base_denom: 'ustars',
|
|
1074
|
+
chain_name: 'stargaze'
|
|
1075
|
+
},
|
|
1076
|
+
chain: {
|
|
1077
|
+
channel_id: 'channel-15'
|
|
1078
|
+
}
|
|
1079
|
+
}]
|
|
1080
|
+
},
|
|
1038
1081
|
{
|
|
1039
1082
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1040
1083
|
denom_units: [{
|
|
@@ -1692,6 +1735,49 @@ const assets = {
|
|
|
1692
1735
|
channel_id: 'channel-12'
|
|
1693
1736
|
}
|
|
1694
1737
|
}]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1741
|
+
denom_units: [{
|
|
1742
|
+
denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1743
|
+
exponent: 0,
|
|
1744
|
+
aliases: ['ustars']
|
|
1745
|
+
}, {
|
|
1746
|
+
denom: 'stars',
|
|
1747
|
+
exponent: 6
|
|
1748
|
+
}],
|
|
1749
|
+
base: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1750
|
+
name: 'Stargaze',
|
|
1751
|
+
display: 'stars',
|
|
1752
|
+
symbol: 'STARS',
|
|
1753
|
+
logo_URIs: {
|
|
1754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1756
|
+
},
|
|
1757
|
+
coingecko_id: 'stargaze',
|
|
1758
|
+
images: [{
|
|
1759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1761
|
+
theme: {
|
|
1762
|
+
primary_color_hex: '#db2777'
|
|
1763
|
+
}
|
|
1764
|
+
}],
|
|
1765
|
+
socials: {
|
|
1766
|
+
website: 'https://www.stargaze.zone/',
|
|
1767
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1768
|
+
},
|
|
1769
|
+
type_asset: 'sdk.coin',
|
|
1770
|
+
traces: [{
|
|
1771
|
+
type: 'ibc',
|
|
1772
|
+
counterparty: {
|
|
1773
|
+
channel_id: 'channel-394',
|
|
1774
|
+
base_denom: 'ustars',
|
|
1775
|
+
chain_name: 'stargaze'
|
|
1776
|
+
},
|
|
1777
|
+
chain: {
|
|
1778
|
+
channel_id: 'channel-15'
|
|
1779
|
+
}
|
|
1780
|
+
}]
|
|
1695
1781
|
}
|
|
1696
1782
|
]
|
|
1697
1783
|
};
|
package/mainnet/evmos.js
CHANGED
|
@@ -2061,6 +2061,57 @@ const assets = {
|
|
|
2061
2061
|
}
|
|
2062
2062
|
}]
|
|
2063
2063
|
},
|
|
2064
|
+
{
|
|
2065
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2066
|
+
denom_units: [{
|
|
2067
|
+
denom: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
2068
|
+
exponent: 0,
|
|
2069
|
+
aliases: ['ulava']
|
|
2070
|
+
}, {
|
|
2071
|
+
denom: 'lava',
|
|
2072
|
+
exponent: 6
|
|
2073
|
+
}],
|
|
2074
|
+
type_asset: 'sdk.coin',
|
|
2075
|
+
base: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
2076
|
+
name: 'Lava',
|
|
2077
|
+
coingecko_id: 'lava-network',
|
|
2078
|
+
display: 'lava',
|
|
2079
|
+
symbol: 'LAVA',
|
|
2080
|
+
logo_URIs: {
|
|
2081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2082
|
+
},
|
|
2083
|
+
images: [{
|
|
2084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2085
|
+
theme: {
|
|
2086
|
+
primary_color_hex: '#6f043e'
|
|
2087
|
+
}
|
|
2088
|
+
}],
|
|
2089
|
+
keywords: [
|
|
2090
|
+
'modular',
|
|
2091
|
+
'data',
|
|
2092
|
+
'data access',
|
|
2093
|
+
'rpc',
|
|
2094
|
+
'staking',
|
|
2095
|
+
'dual staking',
|
|
2096
|
+
'indexing',
|
|
2097
|
+
'incentivized public rpc'
|
|
2098
|
+
],
|
|
2099
|
+
socials: {
|
|
2100
|
+
website: 'https://lavanet.xyz',
|
|
2101
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2102
|
+
},
|
|
2103
|
+
traces: [{
|
|
2104
|
+
type: 'ibc',
|
|
2105
|
+
counterparty: {
|
|
2106
|
+
channel_id: 'channel-8',
|
|
2107
|
+
base_denom: 'ulava',
|
|
2108
|
+
chain_name: 'lava'
|
|
2109
|
+
},
|
|
2110
|
+
chain: {
|
|
2111
|
+
channel_id: 'channel-117'
|
|
2112
|
+
}
|
|
2113
|
+
}]
|
|
2114
|
+
},
|
|
2064
2115
|
{
|
|
2065
2116
|
description: 'The permissioned staking asset for Noble Chain',
|
|
2066
2117
|
denom_units: [{
|
|
@@ -3060,6 +3111,57 @@ const assets = {
|
|
|
3060
3111
|
}
|
|
3061
3112
|
}]
|
|
3062
3113
|
},
|
|
3114
|
+
{
|
|
3115
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
3116
|
+
denom_units: [{
|
|
3117
|
+
denom: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
3118
|
+
exponent: 0,
|
|
3119
|
+
aliases: ['ulava']
|
|
3120
|
+
}, {
|
|
3121
|
+
denom: 'lava',
|
|
3122
|
+
exponent: 6
|
|
3123
|
+
}],
|
|
3124
|
+
type_asset: 'sdk.coin',
|
|
3125
|
+
base: 'ibc/757F2D90C8433D3B5CC68B3AC86660CD9682CB63ED9BE2A3DF171EF2A7494788',
|
|
3126
|
+
name: 'Lava',
|
|
3127
|
+
coingecko_id: 'lava-network',
|
|
3128
|
+
display: 'lava',
|
|
3129
|
+
symbol: 'LAVA',
|
|
3130
|
+
logo_URIs: {
|
|
3131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
3132
|
+
},
|
|
3133
|
+
images: [{
|
|
3134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
3135
|
+
theme: {
|
|
3136
|
+
primary_color_hex: '#6f043e'
|
|
3137
|
+
}
|
|
3138
|
+
}],
|
|
3139
|
+
keywords: [
|
|
3140
|
+
'modular',
|
|
3141
|
+
'data',
|
|
3142
|
+
'data access',
|
|
3143
|
+
'rpc',
|
|
3144
|
+
'staking',
|
|
3145
|
+
'dual staking',
|
|
3146
|
+
'indexing',
|
|
3147
|
+
'incentivized public rpc'
|
|
3148
|
+
],
|
|
3149
|
+
socials: {
|
|
3150
|
+
website: 'https://lavanet.xyz',
|
|
3151
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
3152
|
+
},
|
|
3153
|
+
traces: [{
|
|
3154
|
+
type: 'ibc',
|
|
3155
|
+
counterparty: {
|
|
3156
|
+
channel_id: 'channel-8',
|
|
3157
|
+
base_denom: 'ulava',
|
|
3158
|
+
chain_name: 'lava'
|
|
3159
|
+
},
|
|
3160
|
+
chain: {
|
|
3161
|
+
channel_id: 'channel-117'
|
|
3162
|
+
}
|
|
3163
|
+
}]
|
|
3164
|
+
},
|
|
3063
3165
|
{
|
|
3064
3166
|
description: 'The permissioned staking asset for Noble Chain',
|
|
3065
3167
|
denom_units: [{
|
package/mainnet/lava.js
CHANGED
|
@@ -89,6 +89,169 @@ const assets = {
|
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['aevmos']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'evmos',
|
|
100
|
+
exponent: 18
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
103
|
+
name: 'Evmos',
|
|
104
|
+
display: 'evmos',
|
|
105
|
+
symbol: 'EVMOS',
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
109
|
+
},
|
|
110
|
+
coingecko_id: 'evmos',
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#ec4c34'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://evmos.org/',
|
|
120
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-117',
|
|
127
|
+
base_denom: 'aevmos',
|
|
128
|
+
chain_name: 'evmos'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-8'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
description: 'The token of Neokingdom DAO.',
|
|
137
|
+
denom_units: [{
|
|
138
|
+
denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
141
|
+
}, {
|
|
142
|
+
denom: 'neok',
|
|
143
|
+
exponent: 18
|
|
144
|
+
}],
|
|
145
|
+
base: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
146
|
+
name: 'Neokingdom DAO',
|
|
147
|
+
display: 'neok',
|
|
148
|
+
symbol: 'NEOK',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
152
|
+
},
|
|
153
|
+
images: [{
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg',
|
|
156
|
+
theme: {
|
|
157
|
+
primary_color_hex: '#7f0f70'
|
|
158
|
+
}
|
|
159
|
+
}],
|
|
160
|
+
socials: {
|
|
161
|
+
website: 'https://www.neokingdom.org/',
|
|
162
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
163
|
+
},
|
|
164
|
+
type_asset: 'sdk.coin',
|
|
165
|
+
traces: [{
|
|
166
|
+
type: 'ibc',
|
|
167
|
+
counterparty: {
|
|
168
|
+
channel_id: 'channel-117',
|
|
169
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
170
|
+
chain_name: 'evmos'
|
|
171
|
+
},
|
|
172
|
+
chain: {
|
|
173
|
+
channel_id: 'channel-8'
|
|
174
|
+
}
|
|
175
|
+
}]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
179
|
+
denom_units: [{
|
|
180
|
+
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
181
|
+
exponent: 0,
|
|
182
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
183
|
+
}, {
|
|
184
|
+
denom: 'berlin-legacy',
|
|
185
|
+
exponent: 18
|
|
186
|
+
}],
|
|
187
|
+
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
188
|
+
name: 'Teledisko DAO - Legacy',
|
|
189
|
+
display: 'berlin-legacy',
|
|
190
|
+
symbol: 'BERLIN-legacy',
|
|
191
|
+
type_asset: 'erc20',
|
|
192
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
193
|
+
logo_URIs: {
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
196
|
+
},
|
|
197
|
+
images: [{
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg',
|
|
200
|
+
theme: {
|
|
201
|
+
primary_color_hex: '#bbce1a'
|
|
202
|
+
}
|
|
203
|
+
}],
|
|
204
|
+
traces: [{
|
|
205
|
+
type: 'ibc',
|
|
206
|
+
counterparty: {
|
|
207
|
+
channel_id: 'channel-117',
|
|
208
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
209
|
+
chain_name: 'evmos'
|
|
210
|
+
},
|
|
211
|
+
chain: {
|
|
212
|
+
channel_id: 'channel-8'
|
|
213
|
+
}
|
|
214
|
+
}]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
description: 'The token of Crowdpunk DAO',
|
|
218
|
+
denom_units: [{
|
|
219
|
+
denom: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
220
|
+
exponent: 0,
|
|
221
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
222
|
+
}, {
|
|
223
|
+
denom: 'crowdp',
|
|
224
|
+
exponent: 18
|
|
225
|
+
}],
|
|
226
|
+
base: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
227
|
+
name: 'Crowdpunk DAO',
|
|
228
|
+
display: 'crowdp',
|
|
229
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
230
|
+
symbol: 'CROWDP',
|
|
231
|
+
type_asset: 'erc20',
|
|
232
|
+
logo_URIs: {
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
235
|
+
},
|
|
236
|
+
images: [{
|
|
237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
239
|
+
theme: {
|
|
240
|
+
primary_color_hex: '#04fbfb'
|
|
241
|
+
}
|
|
242
|
+
}],
|
|
243
|
+
traces: [{
|
|
244
|
+
type: 'ibc',
|
|
245
|
+
counterparty: {
|
|
246
|
+
channel_id: 'channel-117',
|
|
247
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
248
|
+
chain_name: 'evmos'
|
|
249
|
+
},
|
|
250
|
+
chain: {
|
|
251
|
+
channel_id: 'channel-8'
|
|
252
|
+
}
|
|
253
|
+
}]
|
|
254
|
+
},
|
|
92
255
|
{
|
|
93
256
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
94
257
|
denom_units: [{
|
|
@@ -175,6 +338,169 @@ const assets = {
|
|
|
175
338
|
}
|
|
176
339
|
}]
|
|
177
340
|
},
|
|
341
|
+
{
|
|
342
|
+
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
343
|
+
denom_units: [{
|
|
344
|
+
denom: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
345
|
+
exponent: 0,
|
|
346
|
+
aliases: ['aevmos']
|
|
347
|
+
}, {
|
|
348
|
+
denom: 'evmos',
|
|
349
|
+
exponent: 18
|
|
350
|
+
}],
|
|
351
|
+
base: 'ibc/078EAF11288A47609FD894070CA8A1BFCEBD9E08745EA7030F95D7ADEE2E22CA',
|
|
352
|
+
name: 'Evmos',
|
|
353
|
+
display: 'evmos',
|
|
354
|
+
symbol: 'EVMOS',
|
|
355
|
+
logo_URIs: {
|
|
356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
358
|
+
},
|
|
359
|
+
coingecko_id: 'evmos',
|
|
360
|
+
images: [{
|
|
361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg',
|
|
363
|
+
theme: {
|
|
364
|
+
primary_color_hex: '#ec4c34'
|
|
365
|
+
}
|
|
366
|
+
}],
|
|
367
|
+
socials: {
|
|
368
|
+
website: 'https://evmos.org/',
|
|
369
|
+
twitter: 'https://twitter.com/EvmosOrg'
|
|
370
|
+
},
|
|
371
|
+
type_asset: 'sdk.coin',
|
|
372
|
+
traces: [{
|
|
373
|
+
type: 'ibc',
|
|
374
|
+
counterparty: {
|
|
375
|
+
channel_id: 'channel-117',
|
|
376
|
+
base_denom: 'aevmos',
|
|
377
|
+
chain_name: 'evmos'
|
|
378
|
+
},
|
|
379
|
+
chain: {
|
|
380
|
+
channel_id: 'channel-8'
|
|
381
|
+
}
|
|
382
|
+
}]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
description: 'The token of Neokingdom DAO.',
|
|
386
|
+
denom_units: [{
|
|
387
|
+
denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
388
|
+
exponent: 0,
|
|
389
|
+
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
390
|
+
}, {
|
|
391
|
+
denom: 'neok',
|
|
392
|
+
exponent: 18
|
|
393
|
+
}],
|
|
394
|
+
base: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
|
|
395
|
+
name: 'Neokingdom DAO',
|
|
396
|
+
display: 'neok',
|
|
397
|
+
symbol: 'NEOK',
|
|
398
|
+
logo_URIs: {
|
|
399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
401
|
+
},
|
|
402
|
+
images: [{
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg',
|
|
405
|
+
theme: {
|
|
406
|
+
primary_color_hex: '#7f0f70'
|
|
407
|
+
}
|
|
408
|
+
}],
|
|
409
|
+
socials: {
|
|
410
|
+
website: 'https://www.neokingdom.org/',
|
|
411
|
+
twitter: 'https://twitter.com/NEOKingdomDAO'
|
|
412
|
+
},
|
|
413
|
+
type_asset: 'sdk.coin',
|
|
414
|
+
traces: [{
|
|
415
|
+
type: 'ibc',
|
|
416
|
+
counterparty: {
|
|
417
|
+
channel_id: 'channel-117',
|
|
418
|
+
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
419
|
+
chain_name: 'evmos'
|
|
420
|
+
},
|
|
421
|
+
chain: {
|
|
422
|
+
channel_id: 'channel-8'
|
|
423
|
+
}
|
|
424
|
+
}]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
428
|
+
denom_units: [{
|
|
429
|
+
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
430
|
+
exponent: 0,
|
|
431
|
+
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
432
|
+
}, {
|
|
433
|
+
denom: 'berlin-legacy',
|
|
434
|
+
exponent: 18
|
|
435
|
+
}],
|
|
436
|
+
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
437
|
+
name: 'Teledisko DAO - Legacy',
|
|
438
|
+
display: 'berlin-legacy',
|
|
439
|
+
symbol: 'BERLIN-legacy',
|
|
440
|
+
type_asset: 'erc20',
|
|
441
|
+
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
442
|
+
logo_URIs: {
|
|
443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
445
|
+
},
|
|
446
|
+
images: [{
|
|
447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg',
|
|
449
|
+
theme: {
|
|
450
|
+
primary_color_hex: '#bbce1a'
|
|
451
|
+
}
|
|
452
|
+
}],
|
|
453
|
+
traces: [{
|
|
454
|
+
type: 'ibc',
|
|
455
|
+
counterparty: {
|
|
456
|
+
channel_id: 'channel-117',
|
|
457
|
+
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
458
|
+
chain_name: 'evmos'
|
|
459
|
+
},
|
|
460
|
+
chain: {
|
|
461
|
+
channel_id: 'channel-8'
|
|
462
|
+
}
|
|
463
|
+
}]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
description: 'The token of Crowdpunk DAO',
|
|
467
|
+
denom_units: [{
|
|
468
|
+
denom: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
469
|
+
exponent: 0,
|
|
470
|
+
aliases: ['erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f']
|
|
471
|
+
}, {
|
|
472
|
+
denom: 'crowdp',
|
|
473
|
+
exponent: 18
|
|
474
|
+
}],
|
|
475
|
+
base: 'ibc/BA50C306DFA7D459E847FFA89C4267652B257E81001D78E1584DFC3CA8DD6416',
|
|
476
|
+
name: 'Crowdpunk DAO',
|
|
477
|
+
display: 'crowdp',
|
|
478
|
+
address: '0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
479
|
+
symbol: 'CROWDP',
|
|
480
|
+
type_asset: 'erc20',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
484
|
+
},
|
|
485
|
+
images: [{
|
|
486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
488
|
+
theme: {
|
|
489
|
+
primary_color_hex: '#04fbfb'
|
|
490
|
+
}
|
|
491
|
+
}],
|
|
492
|
+
traces: [{
|
|
493
|
+
type: 'ibc',
|
|
494
|
+
counterparty: {
|
|
495
|
+
channel_id: 'channel-117',
|
|
496
|
+
base_denom: 'erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f',
|
|
497
|
+
chain_name: 'evmos'
|
|
498
|
+
},
|
|
499
|
+
chain: {
|
|
500
|
+
channel_id: 'channel-8'
|
|
501
|
+
}
|
|
502
|
+
}]
|
|
503
|
+
},
|
|
178
504
|
{
|
|
179
505
|
description: 'The native token of Osmosis',
|
|
180
506
|
denom_units: [{
|
package/mainnet/stargaze.js
CHANGED
|
@@ -449,6 +449,44 @@ const assets = {
|
|
|
449
449
|
}
|
|
450
450
|
}]
|
|
451
451
|
},
|
|
452
|
+
{
|
|
453
|
+
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
454
|
+
denom_units: [{
|
|
455
|
+
denom: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
456
|
+
exponent: 0,
|
|
457
|
+
aliases: ['peaka']
|
|
458
|
+
}, {
|
|
459
|
+
denom: 'DORA',
|
|
460
|
+
exponent: 18
|
|
461
|
+
}],
|
|
462
|
+
base: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
463
|
+
name: 'Dora Vota',
|
|
464
|
+
display: 'DORA',
|
|
465
|
+
symbol: 'DORA',
|
|
466
|
+
logo_URIs: {
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
468
|
+
},
|
|
469
|
+
images: [{
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
471
|
+
}, {
|
|
472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png',
|
|
473
|
+
theme: {
|
|
474
|
+
primary_color_hex: '#fba214'
|
|
475
|
+
}
|
|
476
|
+
}],
|
|
477
|
+
type_asset: 'sdk.coin',
|
|
478
|
+
traces: [{
|
|
479
|
+
type: 'ibc',
|
|
480
|
+
counterparty: {
|
|
481
|
+
channel_id: 'channel-15',
|
|
482
|
+
base_denom: 'peaka',
|
|
483
|
+
chain_name: 'doravota'
|
|
484
|
+
},
|
|
485
|
+
chain: {
|
|
486
|
+
channel_id: 'channel-394'
|
|
487
|
+
}
|
|
488
|
+
}]
|
|
489
|
+
},
|
|
452
490
|
{
|
|
453
491
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
454
492
|
denom_units: [{
|
|
@@ -1822,6 +1860,44 @@ const assets = {
|
|
|
1822
1860
|
}
|
|
1823
1861
|
}]
|
|
1824
1862
|
},
|
|
1863
|
+
{
|
|
1864
|
+
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
1865
|
+
denom_units: [{
|
|
1866
|
+
denom: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
1867
|
+
exponent: 0,
|
|
1868
|
+
aliases: ['peaka']
|
|
1869
|
+
}, {
|
|
1870
|
+
denom: 'DORA',
|
|
1871
|
+
exponent: 18
|
|
1872
|
+
}],
|
|
1873
|
+
base: 'ibc/922B5DFF7AEEC6D0951341C650A6B97EF1C8E94F670024E57C4BDDCBEC050419',
|
|
1874
|
+
name: 'Dora Vota',
|
|
1875
|
+
display: 'DORA',
|
|
1876
|
+
symbol: 'DORA',
|
|
1877
|
+
logo_URIs: {
|
|
1878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
1879
|
+
},
|
|
1880
|
+
images: [{
|
|
1881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg'
|
|
1882
|
+
}, {
|
|
1883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png',
|
|
1884
|
+
theme: {
|
|
1885
|
+
primary_color_hex: '#fba214'
|
|
1886
|
+
}
|
|
1887
|
+
}],
|
|
1888
|
+
type_asset: 'sdk.coin',
|
|
1889
|
+
traces: [{
|
|
1890
|
+
type: 'ibc',
|
|
1891
|
+
counterparty: {
|
|
1892
|
+
channel_id: 'channel-15',
|
|
1893
|
+
base_denom: 'peaka',
|
|
1894
|
+
chain_name: 'doravota'
|
|
1895
|
+
},
|
|
1896
|
+
chain: {
|
|
1897
|
+
channel_id: 'channel-394'
|
|
1898
|
+
}
|
|
1899
|
+
}]
|
|
1900
|
+
},
|
|
1825
1901
|
{
|
|
1826
1902
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1827
1903
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.67.0",
|
|
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.
|
|
33
|
-
"chain-registry": "^1.
|
|
32
|
+
"@chain-registry/utils": "^1.49.0",
|
|
33
|
+
"chain-registry": "^1.66.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.
|
|
36
|
+
"@chain-registry/types": "^0.48.0"
|
|
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": "957a75d21c2c2741cf0f63f62cc56721c35e96aa"
|
|
47
47
|
}
|