chain-registry 2.0.99 → 2.0.100
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/osmosis/asset-list.js +4 -1
- package/esm/mainnet/penumbra/chain.js +4 -1
- package/esm/mainnet/zigchain/asset-list.js +4 -0
- package/esm/noncosmos/zcashtestnet/asset-list.js +4 -1
- package/esm/testnet/daodiseotestnet/chain.js +4 -1
- package/mainnet/osmosis/asset-list.js +4 -1
- package/mainnet/penumbra/chain.js +4 -1
- package/mainnet/zigchain/asset-list.js +4 -0
- package/noncosmos/zcashtestnet/asset-list.js +4 -1
- package/package.json +3 -3
- package/testnet/daodiseotestnet/chain.js +4 -1
|
@@ -21885,7 +21885,10 @@ const info = {
|
|
|
21885
21885
|
chainName: 'zcash',
|
|
21886
21886
|
baseDenom: 'zatoshi'
|
|
21887
21887
|
},
|
|
21888
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21889
|
+
theme: {
|
|
21890
|
+
circle: true
|
|
21891
|
+
}
|
|
21889
21892
|
}]
|
|
21890
21893
|
},
|
|
21891
21894
|
{
|
|
@@ -13,7 +13,10 @@ const info = {
|
|
|
13
13
|
baseDenom: 'upenumbra'
|
|
14
14
|
},
|
|
15
15
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
16
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
|
|
16
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
17
|
+
theme: {
|
|
18
|
+
circle: true
|
|
19
|
+
}
|
|
17
20
|
}],
|
|
18
21
|
slip44: 118
|
|
19
22
|
};
|
|
@@ -46,6 +46,10 @@ const info = {
|
|
|
46
46
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
47
47
|
},
|
|
48
48
|
images: [{
|
|
49
|
+
imageSync: {
|
|
50
|
+
chainName: 'ethereum',
|
|
51
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
52
|
+
},
|
|
49
53
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
50
54
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
51
55
|
}],
|
|
@@ -28,7 +28,10 @@ const info = {
|
|
|
28
28
|
chainName: 'zcash',
|
|
29
29
|
baseDenom: 'zatoshi'
|
|
30
30
|
},
|
|
31
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: true
|
|
34
|
+
}
|
|
32
35
|
}],
|
|
33
36
|
coingeckoId: 'zcash'
|
|
34
37
|
}]
|
|
@@ -262,6 +262,9 @@ const info = {
|
|
|
262
262
|
],
|
|
263
263
|
logoURIs: {
|
|
264
264
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
265
|
-
}
|
|
265
|
+
},
|
|
266
|
+
images: [{
|
|
267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
268
|
+
}]
|
|
266
269
|
};
|
|
267
270
|
export default info;
|
|
@@ -21887,7 +21887,10 @@ const info = {
|
|
|
21887
21887
|
chainName: 'zcash',
|
|
21888
21888
|
baseDenom: 'zatoshi'
|
|
21889
21889
|
},
|
|
21890
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21891
|
+
theme: {
|
|
21892
|
+
circle: true
|
|
21893
|
+
}
|
|
21891
21894
|
}]
|
|
21892
21895
|
},
|
|
21893
21896
|
{
|
|
@@ -15,7 +15,10 @@ const info = {
|
|
|
15
15
|
baseDenom: 'upenumbra'
|
|
16
16
|
},
|
|
17
17
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
18
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
19
|
+
theme: {
|
|
20
|
+
circle: true
|
|
21
|
+
}
|
|
19
22
|
}],
|
|
20
23
|
slip44: 118
|
|
21
24
|
};
|
|
@@ -48,6 +48,10 @@ const info = {
|
|
|
48
48
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
49
49
|
},
|
|
50
50
|
images: [{
|
|
51
|
+
imageSync: {
|
|
52
|
+
chainName: 'ethereum',
|
|
53
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
54
|
+
},
|
|
51
55
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
52
56
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
53
57
|
}],
|
|
@@ -30,7 +30,10 @@ const info = {
|
|
|
30
30
|
chainName: 'zcash',
|
|
31
31
|
baseDenom: 'zatoshi'
|
|
32
32
|
},
|
|
33
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
34
|
+
theme: {
|
|
35
|
+
circle: true
|
|
36
|
+
}
|
|
34
37
|
}],
|
|
35
38
|
coingeckoId: 'zcash'
|
|
36
39
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.100",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.100"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "97386fe8b7a3c896f0c04708573cee70cf95f8d5"
|
|
43
43
|
}
|
|
@@ -264,6 +264,9 @@ const info = {
|
|
|
264
264
|
],
|
|
265
265
|
logoURIs: {
|
|
266
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
267
|
-
}
|
|
267
|
+
},
|
|
268
|
+
images: [{
|
|
269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
270
|
+
}]
|
|
268
271
|
};
|
|
269
272
|
exports.default = info;
|