chain-registry 2.0.88 → 2.0.89
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/atomone/ibc-data.js +31 -0
- package/esm/mainnet/axelar/asset-list.js +1 -2
- package/esm/mainnet/dungeon/ibc-data.js +31 -0
- package/esm/mainnet/fandomchain/chain.js +1 -1
- package/esm/mainnet/fandomchain/ibc-data.js +3 -3
- package/esm/mainnet/osmosis/ibc-data.js +3 -3
- package/esm/mainnet/zigchain/asset-list.js +9 -2
- package/esm/testnet/zigchaintestnet/asset-list.js +32 -6
- package/esm/testnet/zigchaintestnet/chain.js +4 -4
- package/mainnet/atomone/ibc-data.js +31 -0
- package/mainnet/axelar/asset-list.js +1 -2
- package/mainnet/dungeon/ibc-data.js +31 -0
- package/mainnet/fandomchain/chain.js +1 -1
- package/mainnet/fandomchain/ibc-data.js +3 -3
- package/mainnet/osmosis/ibc-data.js +3 -3
- package/mainnet/zigchain/asset-list.js +9 -2
- package/package.json +3 -3
- package/testnet/zigchaintestnet/asset-list.js +32 -6
- package/testnet/zigchaintestnet/chain.js +4 -4
|
@@ -61,6 +61,37 @@ const info = [
|
|
|
61
61
|
}
|
|
62
62
|
}]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'atomone',
|
|
68
|
+
chainId: 'atomone-1',
|
|
69
|
+
clientId: '07-tendermint-37',
|
|
70
|
+
connectionId: 'connection-39'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'dungeon',
|
|
74
|
+
chainId: 'dungeon-1',
|
|
75
|
+
clientId: '07-tendermint-34',
|
|
76
|
+
connectionId: 'connection-8635'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-9',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-5310',
|
|
85
|
+
portId: 'transfer'
|
|
86
|
+
},
|
|
87
|
+
ordering: 'unordered',
|
|
88
|
+
version: 'ics20-1',
|
|
89
|
+
tags: {
|
|
90
|
+
preferred: true,
|
|
91
|
+
status: 'ACTIVE'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
64
95
|
{
|
|
65
96
|
$schema: '../ibc_data.schema.json',
|
|
66
97
|
chain1: {
|
|
@@ -1682,8 +1682,7 @@ const info = {
|
|
|
1682
1682
|
logoURIs: {
|
|
1683
1683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1684
1684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1685
|
-
}
|
|
1686
|
-
coingeckoId: 'zignaly'
|
|
1685
|
+
}
|
|
1687
1686
|
}
|
|
1688
1687
|
]
|
|
1689
1688
|
};
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'atomone',
|
|
6
|
+
chainId: 'atomone-1',
|
|
7
|
+
clientId: '07-tendermint-37',
|
|
8
|
+
connectionId: 'connection-39'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'dungeon',
|
|
12
|
+
chainId: 'dungeon-1',
|
|
13
|
+
clientId: '07-tendermint-34',
|
|
14
|
+
connectionId: 'connection-8635'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-9',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-5310',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
preferred: true,
|
|
29
|
+
status: 'ACTIVE'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
2
33
|
{
|
|
3
34
|
$schema: '../ibc_data.schema.json',
|
|
4
35
|
chain1: {
|
|
@@ -9,8 +9,8 @@ const info = [{
|
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3613',
|
|
13
|
+
connectionId: 'connection-10964'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
@@ -18,7 +18,7 @@ const info = [{
|
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-107392',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -1713,8 +1713,8 @@ const info = [
|
|
|
1713
1713
|
chain2: {
|
|
1714
1714
|
chainName: 'osmosis',
|
|
1715
1715
|
chainId: 'osmosis-1',
|
|
1716
|
-
clientId: '07-tendermint-
|
|
1717
|
-
connectionId: 'connection-
|
|
1716
|
+
clientId: '07-tendermint-3613',
|
|
1717
|
+
connectionId: 'connection-10964'
|
|
1718
1718
|
},
|
|
1719
1719
|
channels: [{
|
|
1720
1720
|
chain1: {
|
|
@@ -1722,7 +1722,7 @@ const info = [
|
|
|
1722
1722
|
portId: 'transfer'
|
|
1723
1723
|
},
|
|
1724
1724
|
chain2: {
|
|
1725
|
-
channelId: 'channel-
|
|
1725
|
+
channelId: 'channel-107392',
|
|
1726
1726
|
portId: 'transfer'
|
|
1727
1727
|
},
|
|
1728
1728
|
ordering: 'unordered',
|
|
@@ -26,6 +26,14 @@ const info = {
|
|
|
26
26
|
name: 'ZIG',
|
|
27
27
|
display: 'zig',
|
|
28
28
|
symbol: 'ZIG',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'additional-mintage',
|
|
31
|
+
counterparty: {
|
|
32
|
+
chainName: 'ethereum',
|
|
33
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingeckoId: 'zignaly',
|
|
30
38
|
keywords: [
|
|
31
39
|
'zigchain',
|
|
@@ -219,8 +227,7 @@ const info = {
|
|
|
219
227
|
},
|
|
220
228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
221
229
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
222
|
-
}]
|
|
223
|
-
coingeckoId: 'zignaly'
|
|
230
|
+
}]
|
|
224
231
|
}
|
|
225
232
|
]
|
|
226
233
|
};
|
|
@@ -24,6 +24,14 @@ const info = {
|
|
|
24
24
|
name: 'ZIG',
|
|
25
25
|
display: 'zig',
|
|
26
26
|
symbol: 'ZIG',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'test-mintage',
|
|
29
|
+
counterparty: {
|
|
30
|
+
chainName: 'zigchain',
|
|
31
|
+
baseDenom: 'uzig'
|
|
32
|
+
},
|
|
33
|
+
provider: 'ZIGChain'
|
|
34
|
+
}],
|
|
27
35
|
coingeckoId: 'zignaly',
|
|
28
36
|
keywords: [
|
|
29
37
|
'zigchain',
|
|
@@ -34,12 +42,16 @@ const info = {
|
|
|
34
42
|
'defi'
|
|
35
43
|
],
|
|
36
44
|
logoURIs: {
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
39
47
|
},
|
|
40
48
|
images: [{
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
imageSync: {
|
|
50
|
+
chainName: 'zigchain',
|
|
51
|
+
baseDenom: 'uzig'
|
|
52
|
+
},
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
43
55
|
}],
|
|
44
56
|
typeAsset: 'sdk.coin',
|
|
45
57
|
socials: {
|
|
@@ -63,11 +75,25 @@ const info = {
|
|
|
63
75
|
name: 'Staked Zig',
|
|
64
76
|
display: 'stzig',
|
|
65
77
|
symbol: 'STZIG',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'test-mintage',
|
|
80
|
+
counterparty: {
|
|
81
|
+
chainName: 'zigchain',
|
|
82
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
83
|
+
},
|
|
84
|
+
provider: 'ZIGChain'
|
|
85
|
+
}],
|
|
66
86
|
logoURIs: {
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
68
89
|
},
|
|
69
90
|
images: [{
|
|
70
|
-
|
|
91
|
+
imageSync: {
|
|
92
|
+
chainName: 'zigchain',
|
|
93
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
94
|
+
},
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
71
97
|
}],
|
|
72
98
|
typeAsset: 'sdk.coin',
|
|
73
99
|
socials: {
|
|
@@ -11,8 +11,8 @@ const info = {
|
|
|
11
11
|
daemonName: 'zigchaind',
|
|
12
12
|
nodeHome: '$HOME/.zigchain',
|
|
13
13
|
logoURIs: {
|
|
14
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
14
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
15
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
16
16
|
},
|
|
17
17
|
keyAlgos: ['secp256k1'],
|
|
18
18
|
slip44: 118,
|
|
@@ -107,8 +107,8 @@ const info = {
|
|
|
107
107
|
chainName: 'zigchaintestnet',
|
|
108
108
|
baseDenom: 'uzig'
|
|
109
109
|
},
|
|
110
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
111
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
112
112
|
}]
|
|
113
113
|
};
|
|
114
114
|
export default info;
|
|
@@ -63,6 +63,37 @@ const info = [
|
|
|
63
63
|
}
|
|
64
64
|
}]
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'atomone',
|
|
70
|
+
chainId: 'atomone-1',
|
|
71
|
+
clientId: '07-tendermint-37',
|
|
72
|
+
connectionId: 'connection-39'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'dungeon',
|
|
76
|
+
chainId: 'dungeon-1',
|
|
77
|
+
clientId: '07-tendermint-34',
|
|
78
|
+
connectionId: 'connection-8635'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-9',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-5310',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
},
|
|
66
97
|
{
|
|
67
98
|
$schema: '../ibc_data.schema.json',
|
|
68
99
|
chain1: {
|
|
@@ -1684,8 +1684,7 @@ const info = {
|
|
|
1684
1684
|
logoURIs: {
|
|
1685
1685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1686
1686
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1687
|
-
}
|
|
1688
|
-
coingeckoId: 'zignaly'
|
|
1687
|
+
}
|
|
1689
1688
|
}
|
|
1690
1689
|
]
|
|
1691
1690
|
};
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'atomone',
|
|
8
|
+
chainId: 'atomone-1',
|
|
9
|
+
clientId: '07-tendermint-37',
|
|
10
|
+
connectionId: 'connection-39'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'dungeon',
|
|
14
|
+
chainId: 'dungeon-1',
|
|
15
|
+
clientId: '07-tendermint-34',
|
|
16
|
+
connectionId: 'connection-8635'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-9',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-5310',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
$schema: '../ibc_data.schema.json',
|
|
6
37
|
chain1: {
|
|
@@ -11,8 +11,8 @@ const info = [{
|
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3613',
|
|
15
|
+
connectionId: 'connection-10964'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
@@ -20,7 +20,7 @@ const info = [{
|
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-107392',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -1715,8 +1715,8 @@ const info = [
|
|
|
1715
1715
|
chain2: {
|
|
1716
1716
|
chainName: 'osmosis',
|
|
1717
1717
|
chainId: 'osmosis-1',
|
|
1718
|
-
clientId: '07-tendermint-
|
|
1719
|
-
connectionId: 'connection-
|
|
1718
|
+
clientId: '07-tendermint-3613',
|
|
1719
|
+
connectionId: 'connection-10964'
|
|
1720
1720
|
},
|
|
1721
1721
|
channels: [{
|
|
1722
1722
|
chain1: {
|
|
@@ -1724,7 +1724,7 @@ const info = [
|
|
|
1724
1724
|
portId: 'transfer'
|
|
1725
1725
|
},
|
|
1726
1726
|
chain2: {
|
|
1727
|
-
channelId: 'channel-
|
|
1727
|
+
channelId: 'channel-107392',
|
|
1728
1728
|
portId: 'transfer'
|
|
1729
1729
|
},
|
|
1730
1730
|
ordering: 'unordered',
|
|
@@ -28,6 +28,14 @@ const info = {
|
|
|
28
28
|
name: 'ZIG',
|
|
29
29
|
display: 'zig',
|
|
30
30
|
symbol: 'ZIG',
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'additional-mintage',
|
|
33
|
+
counterparty: {
|
|
34
|
+
chainName: 'ethereum',
|
|
35
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
36
|
+
},
|
|
37
|
+
provider: 'ZIGChain'
|
|
38
|
+
}],
|
|
31
39
|
coingeckoId: 'zignaly',
|
|
32
40
|
keywords: [
|
|
33
41
|
'zigchain',
|
|
@@ -221,8 +229,7 @@ const info = {
|
|
|
221
229
|
},
|
|
222
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
223
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
224
|
-
}]
|
|
225
|
-
coingeckoId: 'zignaly'
|
|
232
|
+
}]
|
|
226
233
|
}
|
|
227
234
|
]
|
|
228
235
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.89",
|
|
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.89"
|
|
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": "f602196d01e7e7e08849eeab4192ba0d99f64dbf"
|
|
43
43
|
}
|
|
@@ -26,6 +26,14 @@ const info = {
|
|
|
26
26
|
name: 'ZIG',
|
|
27
27
|
display: 'zig',
|
|
28
28
|
symbol: 'ZIG',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'test-mintage',
|
|
31
|
+
counterparty: {
|
|
32
|
+
chainName: 'zigchain',
|
|
33
|
+
baseDenom: 'uzig'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingeckoId: 'zignaly',
|
|
30
38
|
keywords: [
|
|
31
39
|
'zigchain',
|
|
@@ -36,12 +44,16 @@ const info = {
|
|
|
36
44
|
'defi'
|
|
37
45
|
],
|
|
38
46
|
logoURIs: {
|
|
39
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
40
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
41
49
|
},
|
|
42
50
|
images: [{
|
|
43
|
-
|
|
44
|
-
|
|
51
|
+
imageSync: {
|
|
52
|
+
chainName: 'zigchain',
|
|
53
|
+
baseDenom: 'uzig'
|
|
54
|
+
},
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
45
57
|
}],
|
|
46
58
|
typeAsset: 'sdk.coin',
|
|
47
59
|
socials: {
|
|
@@ -65,11 +77,25 @@ const info = {
|
|
|
65
77
|
name: 'Staked Zig',
|
|
66
78
|
display: 'stzig',
|
|
67
79
|
symbol: 'STZIG',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'test-mintage',
|
|
82
|
+
counterparty: {
|
|
83
|
+
chainName: 'zigchain',
|
|
84
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
85
|
+
},
|
|
86
|
+
provider: 'ZIGChain'
|
|
87
|
+
}],
|
|
68
88
|
logoURIs: {
|
|
69
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
70
91
|
},
|
|
71
92
|
images: [{
|
|
72
|
-
|
|
93
|
+
imageSync: {
|
|
94
|
+
chainName: 'zigchain',
|
|
95
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
96
|
+
},
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
73
99
|
}],
|
|
74
100
|
typeAsset: 'sdk.coin',
|
|
75
101
|
socials: {
|
|
@@ -13,8 +13,8 @@ const info = {
|
|
|
13
13
|
daemonName: 'zigchaind',
|
|
14
14
|
nodeHome: '$HOME/.zigchain',
|
|
15
15
|
logoURIs: {
|
|
16
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
18
18
|
},
|
|
19
19
|
keyAlgos: ['secp256k1'],
|
|
20
20
|
slip44: 118,
|
|
@@ -109,8 +109,8 @@ const info = {
|
|
|
109
109
|
chainName: 'zigchaintestnet',
|
|
110
110
|
baseDenom: 'uzig'
|
|
111
111
|
},
|
|
112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
113
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
114
114
|
}]
|
|
115
115
|
};
|
|
116
116
|
exports.default = info;
|