@chain-registry/assets 1.48.7 → 1.48.9
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/composable.js +140 -0
- package/index.d.ts +1 -1
- package/mainnet/composable.js +140 -0
- package/package.json +5 -5
|
@@ -1069,6 +1069,76 @@ const assets = {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
}]
|
|
1071
1071
|
},
|
|
1072
|
+
{
|
|
1073
|
+
description: 'CRV is the governance token for Curve Finance.',
|
|
1074
|
+
type_asset: 'erc20',
|
|
1075
|
+
address: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
1076
|
+
denom_units: [{
|
|
1077
|
+
denom: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
1078
|
+
exponent: 0,
|
|
1079
|
+
aliases: ['0xd533a949740bb3306d119cc777fa900ba034cd52']
|
|
1080
|
+
}, {
|
|
1081
|
+
denom: 'crv',
|
|
1082
|
+
exponent: 18
|
|
1083
|
+
}],
|
|
1084
|
+
base: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
1085
|
+
name: 'Curve DAO',
|
|
1086
|
+
display: 'crv',
|
|
1087
|
+
symbol: 'CRV',
|
|
1088
|
+
coingecko_id: 'curve-dao-token',
|
|
1089
|
+
images: [{
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
1091
|
+
}],
|
|
1092
|
+
logo_URIs: {
|
|
1093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
1094
|
+
},
|
|
1095
|
+
traces: [{
|
|
1096
|
+
type: 'ibc',
|
|
1097
|
+
counterparty: {
|
|
1098
|
+
channel_id: 'channel-2',
|
|
1099
|
+
base_denom: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
1100
|
+
chain_name: 'ethereum'
|
|
1101
|
+
},
|
|
1102
|
+
chain: {
|
|
1103
|
+
channel_id: 'channel-52'
|
|
1104
|
+
}
|
|
1105
|
+
}]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
description: 'The native governance token of Ethena.',
|
|
1109
|
+
type_asset: 'erc20',
|
|
1110
|
+
address: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
1111
|
+
denom_units: [{
|
|
1112
|
+
denom: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
1113
|
+
exponent: 0,
|
|
1114
|
+
aliases: ['0x57e114b691db790c35207b2e685d4a43181e6061']
|
|
1115
|
+
}, {
|
|
1116
|
+
denom: 'ena',
|
|
1117
|
+
exponent: 18
|
|
1118
|
+
}],
|
|
1119
|
+
base: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
1120
|
+
name: 'Ethena',
|
|
1121
|
+
display: 'ena',
|
|
1122
|
+
symbol: 'ENA',
|
|
1123
|
+
coingecko_id: 'ethena',
|
|
1124
|
+
images: [{
|
|
1125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
1126
|
+
}],
|
|
1127
|
+
logo_URIs: {
|
|
1128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
1129
|
+
},
|
|
1130
|
+
traces: [{
|
|
1131
|
+
type: 'ibc',
|
|
1132
|
+
counterparty: {
|
|
1133
|
+
channel_id: 'channel-2',
|
|
1134
|
+
base_denom: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
1135
|
+
chain_name: 'ethereum'
|
|
1136
|
+
},
|
|
1137
|
+
chain: {
|
|
1138
|
+
channel_id: 'channel-52'
|
|
1139
|
+
}
|
|
1140
|
+
}]
|
|
1141
|
+
},
|
|
1072
1142
|
{
|
|
1073
1143
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1074
1144
|
denom_units: [{
|
|
@@ -3192,6 +3262,76 @@ const assets = {
|
|
|
3192
3262
|
}
|
|
3193
3263
|
}]
|
|
3194
3264
|
},
|
|
3265
|
+
{
|
|
3266
|
+
description: 'CRV is the governance token for Curve Finance.',
|
|
3267
|
+
type_asset: 'erc20',
|
|
3268
|
+
address: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
3269
|
+
denom_units: [{
|
|
3270
|
+
denom: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
3271
|
+
exponent: 0,
|
|
3272
|
+
aliases: ['0xd533a949740bb3306d119cc777fa900ba034cd52']
|
|
3273
|
+
}, {
|
|
3274
|
+
denom: 'crv',
|
|
3275
|
+
exponent: 18
|
|
3276
|
+
}],
|
|
3277
|
+
base: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
3278
|
+
name: 'Curve DAO',
|
|
3279
|
+
display: 'crv',
|
|
3280
|
+
symbol: 'CRV',
|
|
3281
|
+
coingecko_id: 'curve-dao-token',
|
|
3282
|
+
images: [{
|
|
3283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
3284
|
+
}],
|
|
3285
|
+
logo_URIs: {
|
|
3286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
3287
|
+
},
|
|
3288
|
+
traces: [{
|
|
3289
|
+
type: 'ibc',
|
|
3290
|
+
counterparty: {
|
|
3291
|
+
channel_id: 'channel-2',
|
|
3292
|
+
base_denom: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
3293
|
+
chain_name: 'ethereum'
|
|
3294
|
+
},
|
|
3295
|
+
chain: {
|
|
3296
|
+
channel_id: 'channel-52'
|
|
3297
|
+
}
|
|
3298
|
+
}]
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
description: 'The native governance token of Ethena.',
|
|
3302
|
+
type_asset: 'erc20',
|
|
3303
|
+
address: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
3304
|
+
denom_units: [{
|
|
3305
|
+
denom: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
3306
|
+
exponent: 0,
|
|
3307
|
+
aliases: ['0x57e114b691db790c35207b2e685d4a43181e6061']
|
|
3308
|
+
}, {
|
|
3309
|
+
denom: 'ena',
|
|
3310
|
+
exponent: 18
|
|
3311
|
+
}],
|
|
3312
|
+
base: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
3313
|
+
name: 'Ethena',
|
|
3314
|
+
display: 'ena',
|
|
3315
|
+
symbol: 'ENA',
|
|
3316
|
+
coingecko_id: 'ethena',
|
|
3317
|
+
images: [{
|
|
3318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
3319
|
+
}],
|
|
3320
|
+
logo_URIs: {
|
|
3321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
3322
|
+
},
|
|
3323
|
+
traces: [{
|
|
3324
|
+
type: 'ibc',
|
|
3325
|
+
counterparty: {
|
|
3326
|
+
channel_id: 'channel-2',
|
|
3327
|
+
base_denom: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
3328
|
+
chain_name: 'ethereum'
|
|
3329
|
+
},
|
|
3330
|
+
chain: {
|
|
3331
|
+
channel_id: 'channel-52'
|
|
3332
|
+
}
|
|
3333
|
+
}]
|
|
3334
|
+
},
|
|
3195
3335
|
{
|
|
3196
3336
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
3197
3337
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './noncosmos';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists:
|
|
6
|
+
asset_lists: AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/composable.js
CHANGED
|
@@ -1071,6 +1071,76 @@ const assets = {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
}]
|
|
1073
1073
|
},
|
|
1074
|
+
{
|
|
1075
|
+
description: 'CRV is the governance token for Curve Finance.',
|
|
1076
|
+
type_asset: 'erc20',
|
|
1077
|
+
address: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
1078
|
+
denom_units: [{
|
|
1079
|
+
denom: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
1080
|
+
exponent: 0,
|
|
1081
|
+
aliases: ['0xd533a949740bb3306d119cc777fa900ba034cd52']
|
|
1082
|
+
}, {
|
|
1083
|
+
denom: 'crv',
|
|
1084
|
+
exponent: 18
|
|
1085
|
+
}],
|
|
1086
|
+
base: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
1087
|
+
name: 'Curve DAO',
|
|
1088
|
+
display: 'crv',
|
|
1089
|
+
symbol: 'CRV',
|
|
1090
|
+
coingecko_id: 'curve-dao-token',
|
|
1091
|
+
images: [{
|
|
1092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
1093
|
+
}],
|
|
1094
|
+
logo_URIs: {
|
|
1095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
1096
|
+
},
|
|
1097
|
+
traces: [{
|
|
1098
|
+
type: 'ibc',
|
|
1099
|
+
counterparty: {
|
|
1100
|
+
channel_id: 'channel-2',
|
|
1101
|
+
base_denom: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
1102
|
+
chain_name: 'ethereum'
|
|
1103
|
+
},
|
|
1104
|
+
chain: {
|
|
1105
|
+
channel_id: 'channel-52'
|
|
1106
|
+
}
|
|
1107
|
+
}]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
description: 'The native governance token of Ethena.',
|
|
1111
|
+
type_asset: 'erc20',
|
|
1112
|
+
address: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
1113
|
+
denom_units: [{
|
|
1114
|
+
denom: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
1115
|
+
exponent: 0,
|
|
1116
|
+
aliases: ['0x57e114b691db790c35207b2e685d4a43181e6061']
|
|
1117
|
+
}, {
|
|
1118
|
+
denom: 'ena',
|
|
1119
|
+
exponent: 18
|
|
1120
|
+
}],
|
|
1121
|
+
base: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
1122
|
+
name: 'Ethena',
|
|
1123
|
+
display: 'ena',
|
|
1124
|
+
symbol: 'ENA',
|
|
1125
|
+
coingecko_id: 'ethena',
|
|
1126
|
+
images: [{
|
|
1127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
1128
|
+
}],
|
|
1129
|
+
logo_URIs: {
|
|
1130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
1131
|
+
},
|
|
1132
|
+
traces: [{
|
|
1133
|
+
type: 'ibc',
|
|
1134
|
+
counterparty: {
|
|
1135
|
+
channel_id: 'channel-2',
|
|
1136
|
+
base_denom: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
1137
|
+
chain_name: 'ethereum'
|
|
1138
|
+
},
|
|
1139
|
+
chain: {
|
|
1140
|
+
channel_id: 'channel-52'
|
|
1141
|
+
}
|
|
1142
|
+
}]
|
|
1143
|
+
},
|
|
1074
1144
|
{
|
|
1075
1145
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1076
1146
|
denom_units: [{
|
|
@@ -3194,6 +3264,76 @@ const assets = {
|
|
|
3194
3264
|
}
|
|
3195
3265
|
}]
|
|
3196
3266
|
},
|
|
3267
|
+
{
|
|
3268
|
+
description: 'CRV is the governance token for Curve Finance.',
|
|
3269
|
+
type_asset: 'erc20',
|
|
3270
|
+
address: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
3271
|
+
denom_units: [{
|
|
3272
|
+
denom: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
3273
|
+
exponent: 0,
|
|
3274
|
+
aliases: ['0xd533a949740bb3306d119cc777fa900ba034cd52']
|
|
3275
|
+
}, {
|
|
3276
|
+
denom: 'crv',
|
|
3277
|
+
exponent: 18
|
|
3278
|
+
}],
|
|
3279
|
+
base: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED',
|
|
3280
|
+
name: 'Curve DAO',
|
|
3281
|
+
display: 'crv',
|
|
3282
|
+
symbol: 'CRV',
|
|
3283
|
+
coingecko_id: 'curve-dao-token',
|
|
3284
|
+
images: [{
|
|
3285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
3286
|
+
}],
|
|
3287
|
+
logo_URIs: {
|
|
3288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
3289
|
+
},
|
|
3290
|
+
traces: [{
|
|
3291
|
+
type: 'ibc',
|
|
3292
|
+
counterparty: {
|
|
3293
|
+
channel_id: 'channel-2',
|
|
3294
|
+
base_denom: '0xd533a949740bb3306d119cc777fa900ba034cd52',
|
|
3295
|
+
chain_name: 'ethereum'
|
|
3296
|
+
},
|
|
3297
|
+
chain: {
|
|
3298
|
+
channel_id: 'channel-52'
|
|
3299
|
+
}
|
|
3300
|
+
}]
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
description: 'The native governance token of Ethena.',
|
|
3304
|
+
type_asset: 'erc20',
|
|
3305
|
+
address: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
3306
|
+
denom_units: [{
|
|
3307
|
+
denom: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
3308
|
+
exponent: 0,
|
|
3309
|
+
aliases: ['0x57e114b691db790c35207b2e685d4a43181e6061']
|
|
3310
|
+
}, {
|
|
3311
|
+
denom: 'ena',
|
|
3312
|
+
exponent: 18
|
|
3313
|
+
}],
|
|
3314
|
+
base: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929',
|
|
3315
|
+
name: 'Ethena',
|
|
3316
|
+
display: 'ena',
|
|
3317
|
+
symbol: 'ENA',
|
|
3318
|
+
coingecko_id: 'ethena',
|
|
3319
|
+
images: [{
|
|
3320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
3321
|
+
}],
|
|
3322
|
+
logo_URIs: {
|
|
3323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
3324
|
+
},
|
|
3325
|
+
traces: [{
|
|
3326
|
+
type: 'ibc',
|
|
3327
|
+
counterparty: {
|
|
3328
|
+
channel_id: 'channel-2',
|
|
3329
|
+
base_denom: '0x57e114b691db790c35207b2e685d4a43181e6061',
|
|
3330
|
+
chain_name: 'ethereum'
|
|
3331
|
+
},
|
|
3332
|
+
chain: {
|
|
3333
|
+
channel_id: 'channel-52'
|
|
3334
|
+
}
|
|
3335
|
+
}]
|
|
3336
|
+
},
|
|
3197
3337
|
{
|
|
3198
3338
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
3199
3339
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.48.
|
|
3
|
+
"version": "1.48.9",
|
|
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.30.
|
|
33
|
-
"chain-registry": "^1.47.
|
|
32
|
+
"@chain-registry/utils": "^1.30.2",
|
|
33
|
+
"chain-registry": "^1.47.9"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.29.
|
|
36
|
+
"@chain-registry/types": "^0.29.2"
|
|
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": "71f9940709d5e42cc7cd1c1f3c9cb4ba2cdfa152"
|
|
47
47
|
}
|