chain-registry 2.0.72 → 2.0.74
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/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/axelar/asset-list.js +32 -0
- package/esm/mainnet/axelar/ibc-data.js +29 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
- package/esm/mainnet/cryptoorgchain/chain.js +4 -11
- package/esm/mainnet/echelon/asset-list.js +2 -0
- package/esm/mainnet/echelon/chain.js +8 -4
- package/esm/mainnet/ethereum/asset-list.js +24 -0
- package/esm/mainnet/ggezchain/asset-list.js +4 -8
- package/esm/mainnet/ibc-data.js +3 -1
- package/esm/mainnet/likecoin/chain.js +8 -4
- package/esm/mainnet/mun/asset-list.js +2 -4
- package/esm/mainnet/mun/chain.js +2 -4
- package/esm/mainnet/neutron/chain.js +3 -3
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/shareledger/chain.js +2 -2
- package/esm/mainnet/stafihub/chain.js +2 -2
- package/esm/mainnet/terpnetwork/chain.js +2 -2
- package/esm/mainnet/terra/asset-list.js +40 -6
- package/esm/mainnet/tgrade/asset-list.js +20 -2
- package/esm/mainnet/tgrade/chain.js +26 -4
- package/esm/mainnet/union/chain.js +8 -0
- package/esm/mainnet/wardenprotocol/asset-list.js +34 -0
- package/esm/mainnet/wardenprotocol/chain.js +82 -0
- package/esm/mainnet/wardenprotocol/index.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +150 -3
- package/esm/mainnet/zigchain/chain.js +1 -1
- package/esm/mainnet/zigchain/ibc-data.js +90 -0
- package/esm/mainnet/zigchain/index.js +2 -0
- package/esm/testnet/airchainstestnet/chain.js +4 -0
- package/esm/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/esm/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/esm/testnet/archwaytestnet/chain.js +7 -4
- package/esm/testnet/intentotestnet/asset-list.js +16 -4
- package/esm/testnet/junotestnet/asset-list.js +8 -4
- package/esm/testnet/likecointestnet/chain.js +7 -4
- package/esm/testnet/neutrontestnet/asset-list.js +32 -8
- package/esm/testnet/neutrontestnet/chain.js +16 -4
- package/esm/testnet/nolustestnet/asset-list.js +16 -4
- package/esm/testnet/nolustestnet/chain.js +7 -4
- package/esm/testnet/osmosistestnet/asset-list.js +5 -5
- package/esm/testnet/osmosistestnet/chain.js +7 -2
- package/esm/testnet/planqtestnet/asset-list.js +16 -4
- package/esm/testnet/planqtestnet/chain.js +8 -4
- package/esm/testnet/seitestnet/asset-list.js +21 -1
- package/esm/testnet/seitestnet2/asset-list.js +16 -2
- package/esm/testnet/sourcetestnet/asset-list.js +16 -4
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/axelar/asset-list.js +32 -0
- package/mainnet/axelar/ibc-data.js +29 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/ibc-data.js +29 -0
- package/mainnet/cryptoorgchain/chain.js +4 -11
- package/mainnet/echelon/asset-list.js +2 -0
- package/mainnet/echelon/chain.js +8 -4
- package/mainnet/ethereum/asset-list.js +24 -0
- package/mainnet/ggezchain/asset-list.js +4 -8
- package/mainnet/ibc-data.js +3 -1
- package/mainnet/likecoin/chain.js +8 -4
- package/mainnet/mun/asset-list.js +2 -4
- package/mainnet/mun/chain.js +2 -4
- package/mainnet/neutron/chain.js +3 -3
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/shareledger/chain.js +2 -2
- package/mainnet/stafihub/chain.js +2 -2
- package/mainnet/terpnetwork/chain.js +2 -2
- package/mainnet/terra/asset-list.js +40 -6
- package/mainnet/tgrade/asset-list.js +20 -2
- package/mainnet/tgrade/chain.js +26 -4
- package/mainnet/union/chain.js +8 -0
- package/mainnet/wardenprotocol/asset-list.d.ts +3 -0
- package/mainnet/wardenprotocol/asset-list.js +36 -0
- package/mainnet/wardenprotocol/chain.d.ts +3 -0
- package/mainnet/wardenprotocol/chain.js +84 -0
- package/mainnet/wardenprotocol/index.d.ts +2 -0
- package/mainnet/wardenprotocol/index.js +10 -0
- package/mainnet/zigchain/asset-list.js +150 -3
- package/mainnet/zigchain/chain.js +1 -1
- package/mainnet/zigchain/ibc-data.d.ts +3 -0
- package/mainnet/zigchain/ibc-data.js +92 -0
- package/mainnet/zigchain/index.d.ts +1 -0
- package/mainnet/zigchain/index.js +3 -1
- package/package.json +3 -3
- package/testnet/airchainstestnet/chain.js +4 -0
- package/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/testnet/archwaytestnet/chain.js +7 -4
- package/testnet/intentotestnet/asset-list.js +16 -4
- package/testnet/junotestnet/asset-list.js +8 -4
- package/testnet/likecointestnet/chain.js +7 -4
- package/testnet/neutrontestnet/asset-list.js +32 -8
- package/testnet/neutrontestnet/chain.js +16 -4
- package/testnet/nolustestnet/asset-list.js +16 -4
- package/testnet/nolustestnet/chain.js +7 -4
- package/testnet/osmosistestnet/asset-list.js +5 -5
- package/testnet/osmosistestnet/chain.js +7 -2
- package/testnet/planqtestnet/asset-list.js +16 -4
- package/testnet/planqtestnet/chain.js +8 -4
- package/testnet/seitestnet/asset-list.js +21 -1
- package/testnet/seitestnet2/asset-list.js +16 -2
- package/testnet/sourcetestnet/asset-list.js +16 -4
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'zigchain',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of ZIGChain',
|
|
8
9
|
extendedDescription: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
9
10
|
denomUnits: [
|
|
@@ -49,7 +50,8 @@ const info = {
|
|
|
49
50
|
discord: 'https://discord.zignaly.com',
|
|
50
51
|
medium: 'https://medium.com/zignaly'
|
|
51
52
|
}
|
|
52
|
-
},
|
|
53
|
+
},
|
|
54
|
+
{
|
|
53
55
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
54
56
|
denomUnits: [{
|
|
55
57
|
denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
|
|
@@ -77,6 +79,151 @@ const info = {
|
|
|
77
79
|
telegram: 'https://t.me/ValdoraWarriors',
|
|
78
80
|
discord: 'http://discord.gg/valdora'
|
|
79
81
|
}
|
|
80
|
-
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
description: 'Noble USDC on ZIGChain',
|
|
85
|
+
denomUnits: [{
|
|
86
|
+
denom: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
87
|
+
exponent: 0,
|
|
88
|
+
aliases: ['microusdc', 'uusdc']
|
|
89
|
+
}, {
|
|
90
|
+
denom: 'usdc',
|
|
91
|
+
exponent: 6
|
|
92
|
+
}],
|
|
93
|
+
typeAsset: 'ics20',
|
|
94
|
+
base: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
95
|
+
name: 'Noble USDC',
|
|
96
|
+
display: 'usdc',
|
|
97
|
+
symbol: 'USDC',
|
|
98
|
+
traces: [
|
|
99
|
+
{
|
|
100
|
+
type: 'synthetic',
|
|
101
|
+
counterparty: {
|
|
102
|
+
chainName: 'forex',
|
|
103
|
+
baseDenom: 'USD'
|
|
104
|
+
},
|
|
105
|
+
provider: 'Circle'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'additional-mintage',
|
|
109
|
+
counterparty: {
|
|
110
|
+
chainName: 'ethereum',
|
|
111
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
112
|
+
},
|
|
113
|
+
provider: 'Circle'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
chainName: 'noble',
|
|
119
|
+
baseDenom: 'uusdc',
|
|
120
|
+
channelId: 'channel-175'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channelId: 'channel-3',
|
|
124
|
+
path: 'transfer/channel-3/uusdc'
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
logoURIs: {
|
|
129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
131
|
+
},
|
|
132
|
+
images: [{
|
|
133
|
+
imageSync: {
|
|
134
|
+
chainName: 'noble',
|
|
135
|
+
baseDenom: 'uusdc'
|
|
136
|
+
},
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
139
|
+
theme: {
|
|
140
|
+
circle: true
|
|
141
|
+
}
|
|
142
|
+
}],
|
|
143
|
+
coingeckoId: 'usd-coin'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
description: 'Cosmos Hub Atom on ZIGChain',
|
|
147
|
+
denomUnits: [{
|
|
148
|
+
denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
149
|
+
exponent: 0,
|
|
150
|
+
aliases: ['uatom']
|
|
151
|
+
}, {
|
|
152
|
+
denom: 'atom',
|
|
153
|
+
exponent: 6
|
|
154
|
+
}],
|
|
155
|
+
typeAsset: 'ics20',
|
|
156
|
+
base: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
157
|
+
name: 'Cosmos Hub Atom',
|
|
158
|
+
display: 'atom',
|
|
159
|
+
symbol: 'ATOM',
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
chainName: 'cosmoshub',
|
|
164
|
+
baseDenom: 'uatom',
|
|
165
|
+
channelId: 'channel-1555'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channelId: 'channel-4',
|
|
169
|
+
path: 'transfer/channel-4/uatom'
|
|
170
|
+
}
|
|
171
|
+
}],
|
|
172
|
+
logoURIs: {
|
|
173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
175
|
+
},
|
|
176
|
+
images: [{
|
|
177
|
+
imageSync: {
|
|
178
|
+
chainName: 'cosmoshub',
|
|
179
|
+
baseDenom: 'uatom'
|
|
180
|
+
},
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
183
|
+
}],
|
|
184
|
+
coingeckoId: 'cosmos'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
description: 'ZIG bridged via Axelar on ZIGChain',
|
|
188
|
+
denomUnits: [{
|
|
189
|
+
denom: 'ibc/9BEE293E6559ED860CC702685996F394D4991D6DFFD60A19ABC3723E6F34788A',
|
|
190
|
+
exponent: 0,
|
|
191
|
+
aliases: ['weizig.axl']
|
|
192
|
+
}, {
|
|
193
|
+
denom: 'zig.axl',
|
|
194
|
+
exponent: 18
|
|
195
|
+
}],
|
|
196
|
+
typeAsset: 'ics20',
|
|
197
|
+
base: 'ibc/9BEE293E6559ED860CC702685996F394D4991D6DFFD60A19ABC3723E6F34788A',
|
|
198
|
+
name: 'ZIG (Axelar)',
|
|
199
|
+
display: 'zig.axl',
|
|
200
|
+
symbol: 'ZIG.axl',
|
|
201
|
+
traces: [{
|
|
202
|
+
type: 'ibc',
|
|
203
|
+
counterparty: {
|
|
204
|
+
chainName: 'axelar',
|
|
205
|
+
baseDenom: 'unit-zig',
|
|
206
|
+
channelId: 'channel-182'
|
|
207
|
+
},
|
|
208
|
+
chain: {
|
|
209
|
+
channelId: 'channel-1',
|
|
210
|
+
path: 'transfer/channel-1/unit-zig'
|
|
211
|
+
}
|
|
212
|
+
}],
|
|
213
|
+
logoURIs: {
|
|
214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
216
|
+
},
|
|
217
|
+
images: [{
|
|
218
|
+
imageSync: {
|
|
219
|
+
chainName: 'zigchain',
|
|
220
|
+
baseDenom: 'uzig'
|
|
221
|
+
},
|
|
222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
223
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
224
|
+
}],
|
|
225
|
+
coingeckoId: 'zignaly'
|
|
226
|
+
}
|
|
227
|
+
]
|
|
81
228
|
};
|
|
82
229
|
exports.default = info;
|
|
@@ -11,7 +11,7 @@ const info = {
|
|
|
11
11
|
chainId: 'zigchain-1',
|
|
12
12
|
bech32Prefix: 'zig',
|
|
13
13
|
daemonName: 'zigchaind',
|
|
14
|
-
nodeHome: '$HOME/.
|
|
14
|
+
nodeHome: '$HOME/.zigchain',
|
|
15
15
|
keyAlgos: ['secp256k1'],
|
|
16
16
|
slip44: 118,
|
|
17
17
|
description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'axelar',
|
|
8
|
+
clientId: '07-tendermint-251',
|
|
9
|
+
connectionId: 'connection-242'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'zigchain',
|
|
13
|
+
clientId: '07-tendermint-1',
|
|
14
|
+
connectionId: 'connection-1'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-182',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-1',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'cosmoshub',
|
|
37
|
+
clientId: '07-tendermint-1439',
|
|
38
|
+
connectionId: 'connection-1177'
|
|
39
|
+
},
|
|
40
|
+
chain2: {
|
|
41
|
+
chainName: 'zigchain',
|
|
42
|
+
clientId: '07-tendermint-4',
|
|
43
|
+
connectionId: 'connection-4'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain1: {
|
|
47
|
+
channelId: 'channel-1555',
|
|
48
|
+
portId: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain2: {
|
|
51
|
+
channelId: 'channel-4',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain1: {
|
|
65
|
+
chainName: 'noble',
|
|
66
|
+
clientId: '07-tendermint-184',
|
|
67
|
+
connectionId: 'connection-179'
|
|
68
|
+
},
|
|
69
|
+
chain2: {
|
|
70
|
+
chainName: 'zigchain',
|
|
71
|
+
clientId: '07-tendermint-3',
|
|
72
|
+
connectionId: 'connection-3'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain1: {
|
|
76
|
+
channelId: 'channel-175',
|
|
77
|
+
portId: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain2: {
|
|
80
|
+
channelId: 'channel-3',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
}
|
|
91
|
+
];
|
|
92
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.74",
|
|
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.74"
|
|
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": "8553b98465122b71b92d9dc557650f737f0e0ca9"
|
|
43
43
|
}
|
|
@@ -41,6 +41,10 @@ const info = {
|
|
|
41
41
|
compatibleVersions: ['v0.1.0']
|
|
42
42
|
},
|
|
43
43
|
images: [{
|
|
44
|
+
imageSync: {
|
|
45
|
+
chainName: 'airchainstestnet',
|
|
46
|
+
baseDenom: 'amf'
|
|
47
|
+
},
|
|
44
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
|
|
45
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
|
|
46
50
|
}],
|
|
@@ -16,9 +16,21 @@ const info = {
|
|
|
16
16
|
name: 'Airchains',
|
|
17
17
|
display: 'AMF',
|
|
18
18
|
symbol: 'AMF',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'additional-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chainName: 'airchainstestnet',
|
|
23
|
+
baseDenom: 'amf'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Airchains'
|
|
26
|
+
}],
|
|
19
27
|
images: [{
|
|
20
|
-
|
|
21
|
-
|
|
28
|
+
imageSync: {
|
|
29
|
+
chainName: 'airchainstestnet',
|
|
30
|
+
baseDenom: 'amf'
|
|
31
|
+
},
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
|
|
22
34
|
}],
|
|
23
35
|
typeAsset: 'sdk.coin'
|
|
24
36
|
}]
|
|
@@ -41,8 +41,12 @@ const info = {
|
|
|
41
41
|
compatibleVersions: ['v0.3.1']
|
|
42
42
|
},
|
|
43
43
|
images: [{
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
imageSync: {
|
|
45
|
+
chainName: 'airchainstestnet',
|
|
46
|
+
baseDenom: 'amf'
|
|
47
|
+
},
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
|
|
49
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
|
|
46
50
|
}],
|
|
47
51
|
description: 'Airchains',
|
|
48
52
|
apis: {
|
|
@@ -31,8 +31,8 @@ const info = {
|
|
|
31
31
|
gitRepo: 'https://github.com/archway-network/archway'
|
|
32
32
|
},
|
|
33
33
|
logoURIs: {
|
|
34
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
35
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
36
36
|
},
|
|
37
37
|
apis: {
|
|
38
38
|
rpc: [{
|
|
@@ -53,8 +53,11 @@ const info = {
|
|
|
53
53
|
txPage: 'https://testnet.archway.explorers.guru/transaction/${txHash}'
|
|
54
54
|
}],
|
|
55
55
|
images: [{
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
imageSync: {
|
|
57
|
+
chainName: 'archway'
|
|
58
|
+
},
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
58
61
|
}]
|
|
59
62
|
};
|
|
60
63
|
exports.default = info;
|
|
@@ -16,13 +16,25 @@ const info = {
|
|
|
16
16
|
name: 'Intento',
|
|
17
17
|
display: 'into',
|
|
18
18
|
symbol: 'INTO',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chainName: 'intento',
|
|
23
|
+
baseDenom: 'uinto'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Intento'
|
|
26
|
+
}],
|
|
19
27
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22
30
|
},
|
|
23
31
|
images: [{
|
|
24
|
-
|
|
25
|
-
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'intento',
|
|
34
|
+
baseDenom: 'uinto'
|
|
35
|
+
},
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
26
38
|
}],
|
|
27
39
|
typeAsset: 'sdk.coin'
|
|
28
40
|
}]
|
|
@@ -26,13 +26,17 @@ const info = {
|
|
|
26
26
|
provider: 'Juno'
|
|
27
27
|
}],
|
|
28
28
|
logoURIs: {
|
|
29
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
30
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
30
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'juno-network',
|
|
33
33
|
images: [{
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'juno',
|
|
36
|
+
baseDenom: 'ujuno'
|
|
37
|
+
},
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
36
40
|
}],
|
|
37
41
|
typeAsset: 'sdk.coin'
|
|
38
42
|
},
|
|
@@ -85,13 +85,16 @@ const info = {
|
|
|
85
85
|
url: 'https://likecoin-public-testnet-5.netlify.app/'
|
|
86
86
|
}],
|
|
87
87
|
logoURIs: {
|
|
88
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
89
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
90
90
|
},
|
|
91
91
|
keywords: [],
|
|
92
92
|
images: [{
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
imageSync: {
|
|
94
|
+
chainName: 'likecoin'
|
|
95
|
+
},
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
95
98
|
}]
|
|
96
99
|
};
|
|
97
100
|
exports.default = info;
|
|
@@ -17,13 +17,25 @@ const info = {
|
|
|
17
17
|
name: 'Neutron Testnet',
|
|
18
18
|
display: 'ntrn',
|
|
19
19
|
symbol: 'NTRN',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'test-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chainName: 'neutron',
|
|
24
|
+
baseDenom: 'untrn'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Neutron'
|
|
27
|
+
}],
|
|
20
28
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
30
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
23
31
|
},
|
|
24
32
|
images: [{
|
|
25
|
-
|
|
26
|
-
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'neutron',
|
|
35
|
+
baseDenom: 'untrn'
|
|
36
|
+
},
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
27
39
|
}],
|
|
28
40
|
typeAsset: 'sdk.coin'
|
|
29
41
|
},
|
|
@@ -40,13 +52,25 @@ const info = {
|
|
|
40
52
|
name: 'amATOM (Testnet)',
|
|
41
53
|
display: 'amATOM',
|
|
42
54
|
symbol: 'amATOM',
|
|
55
|
+
traces: [{
|
|
56
|
+
type: 'test-mintage',
|
|
57
|
+
counterparty: {
|
|
58
|
+
chainName: 'neutron',
|
|
59
|
+
baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
60
|
+
},
|
|
61
|
+
provider: 'Neutron'
|
|
62
|
+
}],
|
|
43
63
|
logoURIs: {
|
|
44
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
45
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
46
66
|
},
|
|
47
67
|
images: [{
|
|
48
|
-
|
|
49
|
-
|
|
68
|
+
imageSync: {
|
|
69
|
+
chainName: 'neutron',
|
|
70
|
+
baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
|
|
71
|
+
},
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
50
74
|
}],
|
|
51
75
|
typeAsset: 'sdk.coin'
|
|
52
76
|
},
|
|
@@ -46,8 +46,8 @@ const info = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
logoURIs: {
|
|
49
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
50
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
|
|
50
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg'
|
|
51
51
|
},
|
|
52
52
|
apis: {
|
|
53
53
|
rpc: [
|
|
@@ -102,8 +102,20 @@ const info = {
|
|
|
102
102
|
accountPage: 'https://mintscan.io/neutron-testnet/account/${accountAddress}'
|
|
103
103
|
}],
|
|
104
104
|
images: [{
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
imageSync: {
|
|
106
|
+
chainName: 'neutron'
|
|
107
|
+
},
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
|
|
110
|
+
theme: {
|
|
111
|
+
circle: false
|
|
112
|
+
}
|
|
113
|
+
}, {
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
circle: false
|
|
118
|
+
}
|
|
107
119
|
}]
|
|
108
120
|
};
|
|
109
121
|
exports.default = info;
|
|
@@ -16,13 +16,25 @@ const info = {
|
|
|
16
16
|
name: 'Nolus',
|
|
17
17
|
display: 'nls',
|
|
18
18
|
symbol: 'NLS',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chainName: 'nolus',
|
|
23
|
+
baseDenom: 'unls'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Nolus'
|
|
26
|
+
}],
|
|
19
27
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
22
30
|
},
|
|
23
31
|
images: [{
|
|
24
|
-
|
|
25
|
-
|
|
32
|
+
imageSync: {
|
|
33
|
+
chainName: 'nolus',
|
|
34
|
+
baseDenom: 'unls'
|
|
35
|
+
},
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
26
38
|
}],
|
|
27
39
|
typeAsset: 'sdk.coin'
|
|
28
40
|
}]
|
|
@@ -56,8 +56,8 @@ const info = {
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
logoURIs: {
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
60
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
61
61
|
},
|
|
62
62
|
apis: {
|
|
63
63
|
rpc: [{
|
|
@@ -81,8 +81,11 @@ const info = {
|
|
|
81
81
|
}],
|
|
82
82
|
keywords: ['testnet'],
|
|
83
83
|
images: [{
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
imageSync: {
|
|
85
|
+
chainName: 'nolus'
|
|
86
|
+
},
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
|
|
86
89
|
}]
|
|
87
90
|
};
|
|
88
91
|
exports.default = info;
|