chain-registry 1.63.15 → 1.63.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.
|
@@ -1123,6 +1123,38 @@ const info = {
|
|
|
1123
1123
|
logo_URIs: {
|
|
1124
1124
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
1125
1125
|
}
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
denom_units: [{
|
|
1129
|
+
denom: 'yum-wei',
|
|
1130
|
+
exponent: 0,
|
|
1131
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
1132
|
+
}, {
|
|
1133
|
+
denom: 'yum',
|
|
1134
|
+
exponent: 18
|
|
1135
|
+
}],
|
|
1136
|
+
base: 'yum-wei',
|
|
1137
|
+
name: 'Axelar Wrapped YUM',
|
|
1138
|
+
display: 'yum',
|
|
1139
|
+
symbol: 'YUM.axl',
|
|
1140
|
+
traces: [{
|
|
1141
|
+
type: 'bridge',
|
|
1142
|
+
counterparty: {
|
|
1143
|
+
chain_name: 'ethereum',
|
|
1144
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
1145
|
+
},
|
|
1146
|
+
provider: 'Axelar'
|
|
1147
|
+
}],
|
|
1148
|
+
images: [{
|
|
1149
|
+
image_sync: {
|
|
1150
|
+
chain_name: 'ethereum',
|
|
1151
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
1152
|
+
},
|
|
1153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1154
|
+
}],
|
|
1155
|
+
logo_URIs: {
|
|
1156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1157
|
+
}
|
|
1126
1158
|
}
|
|
1127
1159
|
]
|
|
1128
1160
|
};
|
|
@@ -1353,6 +1353,30 @@ const info = {
|
|
|
1353
1353
|
website: 'https://www.ankr.com',
|
|
1354
1354
|
twitter: 'https://x.com/ankr'
|
|
1355
1355
|
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
1359
|
+
type_asset: 'erc20',
|
|
1360
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1361
|
+
denom_units: [{
|
|
1362
|
+
denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1363
|
+
exponent: 0,
|
|
1364
|
+
aliases: ['yum-wei']
|
|
1365
|
+
}, {
|
|
1366
|
+
denom: 'yum',
|
|
1367
|
+
exponent: 18
|
|
1368
|
+
}],
|
|
1369
|
+
base: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1370
|
+
name: 'Yum',
|
|
1371
|
+
display: 'yum',
|
|
1372
|
+
symbol: 'YUM',
|
|
1373
|
+
images: [{
|
|
1374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1375
|
+
}],
|
|
1376
|
+
socials: {
|
|
1377
|
+
website: 'https://cacaoswap.app',
|
|
1378
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
1379
|
+
}
|
|
1356
1380
|
}
|
|
1357
1381
|
]
|
|
1358
1382
|
};
|
package/mainnet/axelar/assets.js
CHANGED
|
@@ -1125,6 +1125,38 @@ const info = {
|
|
|
1125
1125
|
logo_URIs: {
|
|
1126
1126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
|
|
1127
1127
|
}
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
denom_units: [{
|
|
1131
|
+
denom: 'yum-wei',
|
|
1132
|
+
exponent: 0,
|
|
1133
|
+
aliases: ['0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6']
|
|
1134
|
+
}, {
|
|
1135
|
+
denom: 'yum',
|
|
1136
|
+
exponent: 18
|
|
1137
|
+
}],
|
|
1138
|
+
base: 'yum-wei',
|
|
1139
|
+
name: 'Axelar Wrapped YUM',
|
|
1140
|
+
display: 'yum',
|
|
1141
|
+
symbol: 'YUM.axl',
|
|
1142
|
+
traces: [{
|
|
1143
|
+
type: 'bridge',
|
|
1144
|
+
counterparty: {
|
|
1145
|
+
chain_name: 'ethereum',
|
|
1146
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
1147
|
+
},
|
|
1148
|
+
provider: 'Axelar'
|
|
1149
|
+
}],
|
|
1150
|
+
images: [{
|
|
1151
|
+
image_sync: {
|
|
1152
|
+
chain_name: 'ethereum',
|
|
1153
|
+
base_denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6'
|
|
1154
|
+
},
|
|
1155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1156
|
+
}],
|
|
1157
|
+
logo_URIs: {
|
|
1158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1159
|
+
}
|
|
1128
1160
|
}
|
|
1129
1161
|
]
|
|
1130
1162
|
};
|
|
@@ -1355,6 +1355,30 @@ const info = {
|
|
|
1355
1355
|
website: 'https://www.ankr.com',
|
|
1356
1356
|
twitter: 'https://x.com/ankr'
|
|
1357
1357
|
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
description: 'YUM is the Cacao Swap token, powering decentralised rails.',
|
|
1361
|
+
type_asset: 'erc20',
|
|
1362
|
+
address: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1363
|
+
denom_units: [{
|
|
1364
|
+
denom: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1365
|
+
exponent: 0,
|
|
1366
|
+
aliases: ['yum-wei']
|
|
1367
|
+
}, {
|
|
1368
|
+
denom: 'yum',
|
|
1369
|
+
exponent: 18
|
|
1370
|
+
}],
|
|
1371
|
+
base: '0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6',
|
|
1372
|
+
name: 'Yum',
|
|
1373
|
+
display: 'yum',
|
|
1374
|
+
symbol: 'YUM',
|
|
1375
|
+
images: [{
|
|
1376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png'
|
|
1377
|
+
}],
|
|
1378
|
+
socials: {
|
|
1379
|
+
website: 'https://cacaoswap.app',
|
|
1380
|
+
twitter: 'https://x.com/CacaoSwap'
|
|
1381
|
+
}
|
|
1358
1382
|
}
|
|
1359
1383
|
]
|
|
1360
1384
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.16",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.13",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
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
|
}
|