@chain-registry/osmosis 1.67.39 → 1.67.41
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 +98 -2
- package/assets.js +41 -0
- package/esm/asset_list.js +98 -2
- package/esm/assets.js +41 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -3,6 +3,54 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const asset_list = {
|
|
4
4
|
chain_name: 'osmosis',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaaron']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'AARON',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
17
|
+
name: 'Aaron Network',
|
|
18
|
+
display: 'AARON',
|
|
19
|
+
symbol: 'AARON',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
22
|
+
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://aaronetwork.xyz',
|
|
25
|
+
twitter: 'https://x.com/aaronetwork',
|
|
26
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
27
|
+
},
|
|
28
|
+
keywords: [
|
|
29
|
+
'social',
|
|
30
|
+
'chat',
|
|
31
|
+
'reputation',
|
|
32
|
+
'score',
|
|
33
|
+
'messaging'
|
|
34
|
+
],
|
|
35
|
+
images: [{
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
37
|
+
theme: {
|
|
38
|
+
circle: false
|
|
39
|
+
}
|
|
40
|
+
}],
|
|
41
|
+
type_asset: 'sdk.coin',
|
|
42
|
+
traces: [{
|
|
43
|
+
type: 'ibc',
|
|
44
|
+
counterparty: {
|
|
45
|
+
channel_id: 'channel-6',
|
|
46
|
+
base_denom: 'uaaron',
|
|
47
|
+
chain_name: 'aaronetwork'
|
|
48
|
+
},
|
|
49
|
+
chain: {
|
|
50
|
+
channel_id: 'channel-91254'
|
|
51
|
+
}
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
6
54
|
{
|
|
7
55
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
8
56
|
denom_units: [{
|
|
@@ -2227,7 +2275,7 @@ const asset_list = {
|
|
|
2227
2275
|
logo_URIs: {
|
|
2228
2276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2229
2277
|
},
|
|
2230
|
-
coingecko_id: 'elys',
|
|
2278
|
+
coingecko_id: 'elys-network',
|
|
2231
2279
|
images: [{
|
|
2232
2280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2233
2281
|
}],
|
|
@@ -5900,6 +5948,54 @@ const asset_list = {
|
|
|
5900
5948
|
}
|
|
5901
5949
|
}]
|
|
5902
5950
|
},
|
|
5951
|
+
{
|
|
5952
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
5953
|
+
denom_units: [{
|
|
5954
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5955
|
+
exponent: 0,
|
|
5956
|
+
aliases: ['uaaron']
|
|
5957
|
+
}, {
|
|
5958
|
+
denom: 'AARON',
|
|
5959
|
+
exponent: 6
|
|
5960
|
+
}],
|
|
5961
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5962
|
+
name: 'Aaron Network',
|
|
5963
|
+
display: 'AARON',
|
|
5964
|
+
symbol: 'AARON',
|
|
5965
|
+
logo_URIs: {
|
|
5966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
5967
|
+
},
|
|
5968
|
+
socials: {
|
|
5969
|
+
website: 'https://aaronetwork.xyz',
|
|
5970
|
+
twitter: 'https://x.com/aaronetwork',
|
|
5971
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
5972
|
+
},
|
|
5973
|
+
keywords: [
|
|
5974
|
+
'social',
|
|
5975
|
+
'chat',
|
|
5976
|
+
'reputation',
|
|
5977
|
+
'score',
|
|
5978
|
+
'messaging'
|
|
5979
|
+
],
|
|
5980
|
+
images: [{
|
|
5981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
5982
|
+
theme: {
|
|
5983
|
+
circle: false
|
|
5984
|
+
}
|
|
5985
|
+
}],
|
|
5986
|
+
type_asset: 'sdk.coin',
|
|
5987
|
+
traces: [{
|
|
5988
|
+
type: 'ibc',
|
|
5989
|
+
counterparty: {
|
|
5990
|
+
channel_id: 'channel-6',
|
|
5991
|
+
base_denom: 'uaaron',
|
|
5992
|
+
chain_name: 'aaronetwork'
|
|
5993
|
+
},
|
|
5994
|
+
chain: {
|
|
5995
|
+
channel_id: 'channel-91254'
|
|
5996
|
+
}
|
|
5997
|
+
}]
|
|
5998
|
+
},
|
|
5903
5999
|
{
|
|
5904
6000
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5905
6001
|
denom_units: [{
|
|
@@ -8124,7 +8220,7 @@ const asset_list = {
|
|
|
8124
8220
|
logo_URIs: {
|
|
8125
8221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8126
8222
|
},
|
|
8127
|
-
coingecko_id: 'elys',
|
|
8223
|
+
coingecko_id: 'elys-network',
|
|
8128
8224
|
images: [{
|
|
8129
8225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8130
8226
|
}],
|
package/assets.js
CHANGED
|
@@ -22131,6 +22131,47 @@ const assets = {
|
|
|
22131
22131
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22132
22132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22133
22133
|
}]
|
|
22134
|
+
},
|
|
22135
|
+
{
|
|
22136
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
22137
|
+
denom_units: [{
|
|
22138
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
22139
|
+
exponent: 0,
|
|
22140
|
+
aliases: ['uaaron']
|
|
22141
|
+
}, {
|
|
22142
|
+
denom: 'AARON',
|
|
22143
|
+
exponent: 6
|
|
22144
|
+
}],
|
|
22145
|
+
type_asset: 'ics20',
|
|
22146
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
22147
|
+
name: 'Aaron Network',
|
|
22148
|
+
display: 'AARON',
|
|
22149
|
+
symbol: 'AARON',
|
|
22150
|
+
traces: [{
|
|
22151
|
+
type: 'ibc',
|
|
22152
|
+
counterparty: {
|
|
22153
|
+
chain_name: 'aaronetwork',
|
|
22154
|
+
base_denom: 'uaaron',
|
|
22155
|
+
channel_id: 'channel-6'
|
|
22156
|
+
},
|
|
22157
|
+
chain: {
|
|
22158
|
+
channel_id: 'channel-91254',
|
|
22159
|
+
path: 'transfer/channel-91254/uaaron'
|
|
22160
|
+
}
|
|
22161
|
+
}],
|
|
22162
|
+
logo_URIs: {
|
|
22163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
22164
|
+
},
|
|
22165
|
+
images: [{
|
|
22166
|
+
image_sync: {
|
|
22167
|
+
chain_name: 'aaronetwork',
|
|
22168
|
+
base_denom: 'uaaron'
|
|
22169
|
+
},
|
|
22170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
22171
|
+
theme: {
|
|
22172
|
+
circle: false
|
|
22173
|
+
}
|
|
22174
|
+
}]
|
|
22134
22175
|
}
|
|
22135
22176
|
]
|
|
22136
22177
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -1,6 +1,54 @@
|
|
|
1
1
|
const asset_list = {
|
|
2
2
|
chain_name: 'osmosis',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaaron']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'AARON',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
15
|
+
name: 'Aaron Network',
|
|
16
|
+
display: 'AARON',
|
|
17
|
+
symbol: 'AARON',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
20
|
+
},
|
|
21
|
+
socials: {
|
|
22
|
+
website: 'https://aaronetwork.xyz',
|
|
23
|
+
twitter: 'https://x.com/aaronetwork',
|
|
24
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
25
|
+
},
|
|
26
|
+
keywords: [
|
|
27
|
+
'social',
|
|
28
|
+
'chat',
|
|
29
|
+
'reputation',
|
|
30
|
+
'score',
|
|
31
|
+
'messaging'
|
|
32
|
+
],
|
|
33
|
+
images: [{
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
35
|
+
theme: {
|
|
36
|
+
circle: false
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
type_asset: 'sdk.coin',
|
|
40
|
+
traces: [{
|
|
41
|
+
type: 'ibc',
|
|
42
|
+
counterparty: {
|
|
43
|
+
channel_id: 'channel-6',
|
|
44
|
+
base_denom: 'uaaron',
|
|
45
|
+
chain_name: 'aaronetwork'
|
|
46
|
+
},
|
|
47
|
+
chain: {
|
|
48
|
+
channel_id: 'channel-91254'
|
|
49
|
+
}
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
4
52
|
{
|
|
5
53
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
6
54
|
denom_units: [{
|
|
@@ -2225,7 +2273,7 @@ const asset_list = {
|
|
|
2225
2273
|
logo_URIs: {
|
|
2226
2274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2227
2275
|
},
|
|
2228
|
-
coingecko_id: 'elys',
|
|
2276
|
+
coingecko_id: 'elys-network',
|
|
2229
2277
|
images: [{
|
|
2230
2278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2231
2279
|
}],
|
|
@@ -5898,6 +5946,54 @@ const asset_list = {
|
|
|
5898
5946
|
}
|
|
5899
5947
|
}]
|
|
5900
5948
|
},
|
|
5949
|
+
{
|
|
5950
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
5951
|
+
denom_units: [{
|
|
5952
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5953
|
+
exponent: 0,
|
|
5954
|
+
aliases: ['uaaron']
|
|
5955
|
+
}, {
|
|
5956
|
+
denom: 'AARON',
|
|
5957
|
+
exponent: 6
|
|
5958
|
+
}],
|
|
5959
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5960
|
+
name: 'Aaron Network',
|
|
5961
|
+
display: 'AARON',
|
|
5962
|
+
symbol: 'AARON',
|
|
5963
|
+
logo_URIs: {
|
|
5964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
5965
|
+
},
|
|
5966
|
+
socials: {
|
|
5967
|
+
website: 'https://aaronetwork.xyz',
|
|
5968
|
+
twitter: 'https://x.com/aaronetwork',
|
|
5969
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
5970
|
+
},
|
|
5971
|
+
keywords: [
|
|
5972
|
+
'social',
|
|
5973
|
+
'chat',
|
|
5974
|
+
'reputation',
|
|
5975
|
+
'score',
|
|
5976
|
+
'messaging'
|
|
5977
|
+
],
|
|
5978
|
+
images: [{
|
|
5979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
5980
|
+
theme: {
|
|
5981
|
+
circle: false
|
|
5982
|
+
}
|
|
5983
|
+
}],
|
|
5984
|
+
type_asset: 'sdk.coin',
|
|
5985
|
+
traces: [{
|
|
5986
|
+
type: 'ibc',
|
|
5987
|
+
counterparty: {
|
|
5988
|
+
channel_id: 'channel-6',
|
|
5989
|
+
base_denom: 'uaaron',
|
|
5990
|
+
chain_name: 'aaronetwork'
|
|
5991
|
+
},
|
|
5992
|
+
chain: {
|
|
5993
|
+
channel_id: 'channel-91254'
|
|
5994
|
+
}
|
|
5995
|
+
}]
|
|
5996
|
+
},
|
|
5901
5997
|
{
|
|
5902
5998
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5903
5999
|
denom_units: [{
|
|
@@ -8122,7 +8218,7 @@ const asset_list = {
|
|
|
8122
8218
|
logo_URIs: {
|
|
8123
8219
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8124
8220
|
},
|
|
8125
|
-
coingecko_id: 'elys',
|
|
8221
|
+
coingecko_id: 'elys-network',
|
|
8126
8222
|
images: [{
|
|
8127
8223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8128
8224
|
}],
|
package/esm/assets.js
CHANGED
|
@@ -22129,6 +22129,47 @@ const assets = {
|
|
|
22129
22129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
|
|
22130
22130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
|
|
22131
22131
|
}]
|
|
22132
|
+
},
|
|
22133
|
+
{
|
|
22134
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
22135
|
+
denom_units: [{
|
|
22136
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
22137
|
+
exponent: 0,
|
|
22138
|
+
aliases: ['uaaron']
|
|
22139
|
+
}, {
|
|
22140
|
+
denom: 'AARON',
|
|
22141
|
+
exponent: 6
|
|
22142
|
+
}],
|
|
22143
|
+
type_asset: 'ics20',
|
|
22144
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
22145
|
+
name: 'Aaron Network',
|
|
22146
|
+
display: 'AARON',
|
|
22147
|
+
symbol: 'AARON',
|
|
22148
|
+
traces: [{
|
|
22149
|
+
type: 'ibc',
|
|
22150
|
+
counterparty: {
|
|
22151
|
+
chain_name: 'aaronetwork',
|
|
22152
|
+
base_denom: 'uaaron',
|
|
22153
|
+
channel_id: 'channel-6'
|
|
22154
|
+
},
|
|
22155
|
+
chain: {
|
|
22156
|
+
channel_id: 'channel-91254',
|
|
22157
|
+
path: 'transfer/channel-91254/uaaron'
|
|
22158
|
+
}
|
|
22159
|
+
}],
|
|
22160
|
+
logo_URIs: {
|
|
22161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
22162
|
+
},
|
|
22163
|
+
images: [{
|
|
22164
|
+
image_sync: {
|
|
22165
|
+
chain_name: 'aaronetwork',
|
|
22166
|
+
base_denom: 'uaaron'
|
|
22167
|
+
},
|
|
22168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
22169
|
+
theme: {
|
|
22170
|
+
circle: false
|
|
22171
|
+
}
|
|
22172
|
+
}]
|
|
22132
22173
|
}
|
|
22133
22174
|
]
|
|
22134
22175
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.41",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.41"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e02d1731945dc7695be2a9590c567b4864615be9"
|
|
42
42
|
}
|