@chain-registry/assets 1.64.14 → 1.64.16
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 +70 -0
- package/mainnet/composable.js +70 -0
- package/package.json +5 -5
|
@@ -1268,6 +1268,41 @@ const assets = {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
}]
|
|
1270
1270
|
},
|
|
1271
|
+
{
|
|
1272
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
1273
|
+
type_asset: 'erc20',
|
|
1274
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1275
|
+
denom_units: [{
|
|
1276
|
+
denom: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
1277
|
+
exponent: 0,
|
|
1278
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
1279
|
+
}, {
|
|
1280
|
+
denom: 'yum',
|
|
1281
|
+
exponent: 18
|
|
1282
|
+
}],
|
|
1283
|
+
base: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
1284
|
+
name: 'Yum',
|
|
1285
|
+
display: 'yum',
|
|
1286
|
+
symbol: 'YUM',
|
|
1287
|
+
images: [{
|
|
1288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1289
|
+
}],
|
|
1290
|
+
socials: {
|
|
1291
|
+
website: 'https://cacaoswap.app',
|
|
1292
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
1293
|
+
},
|
|
1294
|
+
traces: [{
|
|
1295
|
+
type: 'ibc',
|
|
1296
|
+
counterparty: {
|
|
1297
|
+
channel_id: 'channel-2',
|
|
1298
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1299
|
+
chain_name: 'ethereum'
|
|
1300
|
+
},
|
|
1301
|
+
chain: {
|
|
1302
|
+
channel_id: 'channel-52'
|
|
1303
|
+
}
|
|
1304
|
+
}]
|
|
1305
|
+
},
|
|
1271
1306
|
{
|
|
1272
1307
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1273
1308
|
denom_units: [{
|
|
@@ -4046,6 +4081,41 @@ const assets = {
|
|
|
4046
4081
|
}
|
|
4047
4082
|
}]
|
|
4048
4083
|
},
|
|
4084
|
+
{
|
|
4085
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
4086
|
+
type_asset: 'erc20',
|
|
4087
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
4088
|
+
denom_units: [{
|
|
4089
|
+
denom: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
4090
|
+
exponent: 0,
|
|
4091
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
4092
|
+
}, {
|
|
4093
|
+
denom: 'yum',
|
|
4094
|
+
exponent: 18
|
|
4095
|
+
}],
|
|
4096
|
+
base: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
4097
|
+
name: 'Yum',
|
|
4098
|
+
display: 'yum',
|
|
4099
|
+
symbol: 'YUM',
|
|
4100
|
+
images: [{
|
|
4101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
4102
|
+
}],
|
|
4103
|
+
socials: {
|
|
4104
|
+
website: 'https://cacaoswap.app',
|
|
4105
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
4106
|
+
},
|
|
4107
|
+
traces: [{
|
|
4108
|
+
type: 'ibc',
|
|
4109
|
+
counterparty: {
|
|
4110
|
+
channel_id: 'channel-2',
|
|
4111
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
4112
|
+
chain_name: 'ethereum'
|
|
4113
|
+
},
|
|
4114
|
+
chain: {
|
|
4115
|
+
channel_id: 'channel-52'
|
|
4116
|
+
}
|
|
4117
|
+
}]
|
|
4118
|
+
},
|
|
4049
4119
|
{
|
|
4050
4120
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
4051
4121
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -1270,6 +1270,41 @@ const assets = {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
}]
|
|
1272
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
1275
|
+
type_asset: 'erc20',
|
|
1276
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1277
|
+
denom_units: [{
|
|
1278
|
+
denom: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
1279
|
+
exponent: 0,
|
|
1280
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
1281
|
+
}, {
|
|
1282
|
+
denom: 'yum',
|
|
1283
|
+
exponent: 18
|
|
1284
|
+
}],
|
|
1285
|
+
base: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
1286
|
+
name: 'Yum',
|
|
1287
|
+
display: 'yum',
|
|
1288
|
+
symbol: 'YUM',
|
|
1289
|
+
images: [{
|
|
1290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1291
|
+
}],
|
|
1292
|
+
socials: {
|
|
1293
|
+
website: 'https://cacaoswap.app',
|
|
1294
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
1295
|
+
},
|
|
1296
|
+
traces: [{
|
|
1297
|
+
type: 'ibc',
|
|
1298
|
+
counterparty: {
|
|
1299
|
+
channel_id: 'channel-2',
|
|
1300
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1301
|
+
chain_name: 'ethereum'
|
|
1302
|
+
},
|
|
1303
|
+
chain: {
|
|
1304
|
+
channel_id: 'channel-52'
|
|
1305
|
+
}
|
|
1306
|
+
}]
|
|
1307
|
+
},
|
|
1273
1308
|
{
|
|
1274
1309
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1275
1310
|
denom_units: [{
|
|
@@ -4048,6 +4083,41 @@ const assets = {
|
|
|
4048
4083
|
}
|
|
4049
4084
|
}]
|
|
4050
4085
|
},
|
|
4086
|
+
{
|
|
4087
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
4088
|
+
type_asset: 'erc20',
|
|
4089
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
4090
|
+
denom_units: [{
|
|
4091
|
+
denom: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
4092
|
+
exponent: 0,
|
|
4093
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
4094
|
+
}, {
|
|
4095
|
+
denom: 'yum',
|
|
4096
|
+
exponent: 18
|
|
4097
|
+
}],
|
|
4098
|
+
base: 'ibc/36FEE012470D3F8906244C38F8670E1225B73FD14363B01927B00074B47AC273',
|
|
4099
|
+
name: 'Yum',
|
|
4100
|
+
display: 'yum',
|
|
4101
|
+
symbol: 'YUM',
|
|
4102
|
+
images: [{
|
|
4103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
4104
|
+
}],
|
|
4105
|
+
socials: {
|
|
4106
|
+
website: 'https://cacaoswap.app',
|
|
4107
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
4108
|
+
},
|
|
4109
|
+
traces: [{
|
|
4110
|
+
type: 'ibc',
|
|
4111
|
+
counterparty: {
|
|
4112
|
+
channel_id: 'channel-2',
|
|
4113
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
4114
|
+
chain_name: 'ethereum'
|
|
4115
|
+
},
|
|
4116
|
+
chain: {
|
|
4117
|
+
channel_id: 'channel-52'
|
|
4118
|
+
}
|
|
4119
|
+
}]
|
|
4120
|
+
},
|
|
4051
4121
|
{
|
|
4052
4122
|
description: 'The native staking and governance token of Picasso Kusama.',
|
|
4053
4123
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.16",
|
|
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.13",
|
|
33
|
+
"chain-registry": "^1.63.16"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.13"
|
|
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": "fd3e33009fff8ef96650241c6f1e55fba3a0d6d5"
|
|
47
47
|
}
|