chain-registry 1.62.0 → 1.62.1
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/althea/assets.js +24 -0
- package/esm/mainnet/althea/index.js +2 -0
- package/esm/mainnet/andromeda/chain.js +4 -1
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/injective/assets.js +21 -0
- package/esm/mainnet/migaloo/chain.js +0 -12
- package/esm/mainnet/nois/chain.js +0 -12
- package/esm/mainnet/onomy/chain.js +2 -4
- package/esm/noncosmos/solana/assets.js +24 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/blockxtestnet/assets.js +26 -0
- package/esm/testnet/blockxtestnet/chain.js +20 -0
- package/esm/testnet/blockxtestnet/index.js +4 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/mainnet/althea/assets.d.ts +3 -0
- package/mainnet/althea/assets.js +26 -0
- package/mainnet/althea/index.d.ts +1 -0
- package/mainnet/althea/index.js +3 -1
- package/mainnet/andromeda/chain.js +4 -1
- package/mainnet/assets.js +2 -0
- package/mainnet/injective/assets.js +21 -0
- package/mainnet/migaloo/chain.js +0 -12
- package/mainnet/nois/chain.js +0 -12
- package/mainnet/onomy/chain.js +2 -4
- package/noncosmos/solana/assets.js +24 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/blockxtestnet/assets.d.ts +3 -0
- package/testnet/blockxtestnet/assets.js +28 -0
- package/testnet/blockxtestnet/chain.d.ts +3 -0
- package/testnet/blockxtestnet/chain.js +22 -0
- package/testnet/blockxtestnet/index.d.ts +2 -0
- package/testnet/blockxtestnet/index.js +10 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -2
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
chain_name: 'althea',
|
|
3
|
+
$schema: '../assetlist.schema.json',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Althea native token',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'aalthea',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'althea',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'aalthea',
|
|
14
|
+
name: 'Althea Token',
|
|
15
|
+
display: 'althea',
|
|
16
|
+
symbol: 'ALTHEA',
|
|
17
|
+
images: [{
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png'
|
|
19
|
+
}, {
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg'
|
|
21
|
+
}]
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
export default info;
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -4,6 +4,7 @@ import * as _agoric from './agoric';
|
|
|
4
4
|
import * as _aioz from './aioz';
|
|
5
5
|
import * as _akash from './akash';
|
|
6
6
|
import * as _akiro from './akiro';
|
|
7
|
+
import * as _althea from './althea';
|
|
7
8
|
import * as _andromeda from './andromeda';
|
|
8
9
|
import * as _archway from './archway';
|
|
9
10
|
import * as _arkh from './arkh';
|
|
@@ -171,6 +172,7 @@ const assets = [
|
|
|
171
172
|
_aioz.assets,
|
|
172
173
|
_akash.assets,
|
|
173
174
|
_akiro.assets,
|
|
175
|
+
_althea.assets,
|
|
174
176
|
_andromeda.assets,
|
|
175
177
|
_archway.assets,
|
|
176
178
|
_arkh.assets,
|
|
@@ -523,6 +523,27 @@ const info = {
|
|
|
523
523
|
logo_URIs: {
|
|
524
524
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png'
|
|
525
525
|
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
description: 'Talis revenue sharing token',
|
|
529
|
+
denom_units: [{
|
|
530
|
+
denom: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis',
|
|
531
|
+
exponent: 0
|
|
532
|
+
}, {
|
|
533
|
+
denom: 'xTalis',
|
|
534
|
+
exponent: 6
|
|
535
|
+
}],
|
|
536
|
+
base: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis',
|
|
537
|
+
name: 'xTalis Token',
|
|
538
|
+
display: 'xTalis',
|
|
539
|
+
symbol: 'XTALIS',
|
|
540
|
+
images: [{
|
|
541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png'
|
|
542
|
+
}],
|
|
543
|
+
socials: {
|
|
544
|
+
website: 'https://talis.art/',
|
|
545
|
+
twitter: 'https://twitter.com/ProtocolTalis'
|
|
546
|
+
}
|
|
526
547
|
}
|
|
527
548
|
]
|
|
528
549
|
};
|
|
@@ -56,10 +56,6 @@ const info = {
|
|
|
56
56
|
address: 'https://rpc.whitewhale.nodestake.top',
|
|
57
57
|
provider: 'NodeStake'
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
address: 'https://migaloo.rpc.kjnodes.com',
|
|
61
|
-
provider: 'kjnodes'
|
|
62
|
-
},
|
|
63
59
|
{
|
|
64
60
|
address: 'https://migaloo-rpc.cosmosrescue.com',
|
|
65
61
|
provider: 'cosmosrescue'
|
|
@@ -90,10 +86,6 @@ const info = {
|
|
|
90
86
|
address: 'https://api.whitewhale.nodestake.top',
|
|
91
87
|
provider: 'NodeStake'
|
|
92
88
|
},
|
|
93
|
-
{
|
|
94
|
-
address: 'https://migaloo.api.kjnodes.com',
|
|
95
|
-
provider: 'kjnodes'
|
|
96
|
-
},
|
|
97
89
|
{
|
|
98
90
|
address: 'https://migaloo-api.cosmosrescue.com',
|
|
99
91
|
provider: 'cosmosrescue'
|
|
@@ -124,10 +116,6 @@ const info = {
|
|
|
124
116
|
address: 'https://grpc.whitewhale.nodestake.top',
|
|
125
117
|
provider: 'NodeStake'
|
|
126
118
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'migaloo.grpc.kjnodes.com:14990',
|
|
129
|
-
provider: 'kjnodes'
|
|
130
|
-
},
|
|
131
119
|
{
|
|
132
120
|
address: 'migaloo-grpc.cosmosrescue.com:9090',
|
|
133
121
|
provider: 'cosmosrescue'
|
|
@@ -99,10 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://nois-rpc.kingnodes.com',
|
|
100
100
|
provider: 'kingnodes 👑'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://nois.rpc.kjnodes.com',
|
|
104
|
-
provider: 'kjnodes'
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
address: 'https://rpc.nois.silentvalidator.com',
|
|
108
104
|
provider: 'silent'
|
|
@@ -173,10 +169,6 @@ const info = {
|
|
|
173
169
|
address: 'https://nois-grpc.kingnodes.com',
|
|
174
170
|
provider: 'kingnodes 👑'
|
|
175
171
|
},
|
|
176
|
-
{
|
|
177
|
-
address: 'nois.grpc.kjnodes.com:15190',
|
|
178
|
-
provider: 'kjnodes'
|
|
179
|
-
},
|
|
180
172
|
{
|
|
181
173
|
address: 'grpc.nois.silentvalidator.com:443',
|
|
182
174
|
provider: 'silent'
|
|
@@ -231,10 +223,6 @@ const info = {
|
|
|
231
223
|
address: 'https://nois-rest.kingnodes.com',
|
|
232
224
|
provider: 'kingnodes 👑'
|
|
233
225
|
},
|
|
234
|
-
{
|
|
235
|
-
address: 'https://nois.api.kjnodes.com',
|
|
236
|
-
provider: 'kjnodes'
|
|
237
|
-
},
|
|
238
226
|
{
|
|
239
227
|
address: 'https://api.nois.silentvalidator.com',
|
|
240
228
|
provider: 'silent'
|
|
@@ -27,9 +27,6 @@ const info = {
|
|
|
27
27
|
codebase: {
|
|
28
28
|
cosmos_sdk_version: 'onomyprotocol/onomy-sdk v0.45.16-onomy-dev'
|
|
29
29
|
},
|
|
30
|
-
logo_URIs: {
|
|
31
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png'
|
|
32
|
-
},
|
|
33
30
|
apis: {
|
|
34
31
|
rpc: [{
|
|
35
32
|
address: 'https://rpc-mainnet.onomy.io',
|
|
@@ -67,7 +64,8 @@ const info = {
|
|
|
67
64
|
'rwa'
|
|
68
65
|
],
|
|
69
66
|
images: [{
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png'
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
71
69
|
}]
|
|
72
70
|
};
|
|
73
71
|
export default info;
|
|
@@ -485,6 +485,30 @@ const info = {
|
|
|
485
485
|
website: 'https://Tether.to/',
|
|
486
486
|
twitter: 'https://twitter.com/tether_to'
|
|
487
487
|
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
address: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
491
|
+
base: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
492
|
+
description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team.',
|
|
493
|
+
extended_description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team. Funds in the dev wallet are reserved for airdrops and liquidity for Solana and Cosmos pools. There is no team allocation.',
|
|
494
|
+
name: 'WHINEcoin',
|
|
495
|
+
display: 'whine',
|
|
496
|
+
symbol: 'WHINE',
|
|
497
|
+
type_asset: 'erc20',
|
|
498
|
+
denom_units: [{
|
|
499
|
+
denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
500
|
+
exponent: 0
|
|
501
|
+
}, {
|
|
502
|
+
denom: 'whine',
|
|
503
|
+
exponent: 6
|
|
504
|
+
}],
|
|
505
|
+
images: [{
|
|
506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
507
|
+
}],
|
|
508
|
+
socials: {
|
|
509
|
+
website: 'https://whinecoin.com/',
|
|
510
|
+
twitter: 'https://twitter.com/whinecoin'
|
|
511
|
+
}
|
|
488
512
|
}
|
|
489
513
|
]
|
|
490
514
|
};
|
package/esm/testnet/assets.js
CHANGED
|
@@ -7,6 +7,7 @@ import * as _axelartestnet from './axelartestnet';
|
|
|
7
7
|
import * as _babylontestnet from './babylontestnet';
|
|
8
8
|
import * as _babylontestnet1 from './babylontestnet1';
|
|
9
9
|
import * as _bitcannadevnet from './bitcannadevnet';
|
|
10
|
+
import * as _blockxtestnet from './blockxtestnet';
|
|
10
11
|
import * as _cascadiatestnet from './cascadiatestnet';
|
|
11
12
|
import * as _celestiatestnet from './celestiatestnet';
|
|
12
13
|
import * as _celestiatestnet3 from './celestiatestnet3';
|
|
@@ -108,6 +109,7 @@ const assets = [
|
|
|
108
109
|
_babylontestnet.assets,
|
|
109
110
|
_babylontestnet1.assets,
|
|
110
111
|
_bitcannadevnet.assets,
|
|
112
|
+
_blockxtestnet.assets,
|
|
111
113
|
_cascadiatestnet.assets,
|
|
112
114
|
_celestiatestnet.assets,
|
|
113
115
|
_celestiatestnet3.assets,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'blockxtestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'BlockX Native Token',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'abcx',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'bcx',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'abcx',
|
|
14
|
+
name: 'BCX',
|
|
15
|
+
display: 'bcx',
|
|
16
|
+
symbol: 'BCX',
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
images: [{
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png'
|
|
20
|
+
}],
|
|
21
|
+
socials: {
|
|
22
|
+
website: 'https://www.blockxnet.com/'
|
|
23
|
+
}
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'blockxtestnet',
|
|
4
|
+
chain_id: 'blockx_190-1',
|
|
5
|
+
pretty_name: 'BlockX-Atlantis-Testnet',
|
|
6
|
+
website: 'https://www.blockxnet.com/',
|
|
7
|
+
status: 'live',
|
|
8
|
+
network_type: 'testnet',
|
|
9
|
+
bech32_prefix: 'blockx',
|
|
10
|
+
daemon_name: 'blockxd',
|
|
11
|
+
node_home: '$HOME/.blockxd',
|
|
12
|
+
key_algos: ['ethsecp256k1'],
|
|
13
|
+
staking: {
|
|
14
|
+
staking_tokens: [{
|
|
15
|
+
denom: 'abcx'
|
|
16
|
+
}]
|
|
17
|
+
},
|
|
18
|
+
slip44: 118
|
|
19
|
+
};
|
|
20
|
+
export default info;
|
package/esm/testnet/chains.js
CHANGED
|
@@ -7,6 +7,7 @@ import * as _axelartestnet from './axelartestnet';
|
|
|
7
7
|
import * as _babylontestnet from './babylontestnet';
|
|
8
8
|
import * as _babylontestnet1 from './babylontestnet1';
|
|
9
9
|
import * as _bitcannadevnet from './bitcannadevnet';
|
|
10
|
+
import * as _blockxtestnet from './blockxtestnet';
|
|
10
11
|
import * as _cascadiatestnet from './cascadiatestnet';
|
|
11
12
|
import * as _celestiatestnet from './celestiatestnet';
|
|
12
13
|
import * as _celestiatestnet3 from './celestiatestnet3';
|
|
@@ -108,6 +109,7 @@ const chains = [
|
|
|
108
109
|
_babylontestnet.chain,
|
|
109
110
|
_babylontestnet1.chain,
|
|
110
111
|
_bitcannadevnet.chain,
|
|
112
|
+
_blockxtestnet.chain,
|
|
111
113
|
_cascadiatestnet.chain,
|
|
112
114
|
_celestiatestnet.chain,
|
|
113
115
|
_celestiatestnet3.chain,
|
package/esm/testnet/named.js
CHANGED
|
@@ -7,6 +7,7 @@ export * as axelartestnet from './axelartestnet';
|
|
|
7
7
|
export * as babylontestnet from './babylontestnet';
|
|
8
8
|
export * as babylontestnet1 from './babylontestnet1';
|
|
9
9
|
export * as bitcannadevnet from './bitcannadevnet';
|
|
10
|
+
export * as blockxtestnet from './blockxtestnet';
|
|
10
11
|
export * as cascadiatestnet from './cascadiatestnet';
|
|
11
12
|
export * as celestiatestnet from './celestiatestnet';
|
|
12
13
|
export * as celestiatestnet3 from './celestiatestnet3';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
chain_name: 'althea',
|
|
5
|
+
$schema: '../assetlist.schema.json',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Althea native token',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'aalthea',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'althea',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'aalthea',
|
|
16
|
+
name: 'Althea Token',
|
|
17
|
+
display: 'althea',
|
|
18
|
+
symbol: 'ALTHEA',
|
|
19
|
+
images: [{
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png'
|
|
21
|
+
}, {
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg'
|
|
23
|
+
}]
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
exports.default = info;
|
package/mainnet/althea/index.js
CHANGED
|
@@ -3,6 +3,8 @@ 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 = void 0;
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
7
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
8
10
|
exports.chain = chain_1.default;
|
package/mainnet/assets.js
CHANGED
|
@@ -29,6 +29,7 @@ const _agoric = __importStar(require("./agoric"));
|
|
|
29
29
|
const _aioz = __importStar(require("./aioz"));
|
|
30
30
|
const _akash = __importStar(require("./akash"));
|
|
31
31
|
const _akiro = __importStar(require("./akiro"));
|
|
32
|
+
const _althea = __importStar(require("./althea"));
|
|
32
33
|
const _andromeda = __importStar(require("./andromeda"));
|
|
33
34
|
const _archway = __importStar(require("./archway"));
|
|
34
35
|
const _arkh = __importStar(require("./arkh"));
|
|
@@ -196,6 +197,7 @@ const assets = [
|
|
|
196
197
|
_aioz.assets,
|
|
197
198
|
_akash.assets,
|
|
198
199
|
_akiro.assets,
|
|
200
|
+
_althea.assets,
|
|
199
201
|
_andromeda.assets,
|
|
200
202
|
_archway.assets,
|
|
201
203
|
_arkh.assets,
|
|
@@ -525,6 +525,27 @@ const info = {
|
|
|
525
525
|
logo_URIs: {
|
|
526
526
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png'
|
|
527
527
|
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
description: 'Talis revenue sharing token',
|
|
531
|
+
denom_units: [{
|
|
532
|
+
denom: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis',
|
|
533
|
+
exponent: 0
|
|
534
|
+
}, {
|
|
535
|
+
denom: 'xTalis',
|
|
536
|
+
exponent: 6
|
|
537
|
+
}],
|
|
538
|
+
base: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis',
|
|
539
|
+
name: 'xTalis Token',
|
|
540
|
+
display: 'xTalis',
|
|
541
|
+
symbol: 'XTALIS',
|
|
542
|
+
images: [{
|
|
543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png'
|
|
544
|
+
}],
|
|
545
|
+
socials: {
|
|
546
|
+
website: 'https://talis.art/',
|
|
547
|
+
twitter: 'https://twitter.com/ProtocolTalis'
|
|
548
|
+
}
|
|
528
549
|
}
|
|
529
550
|
]
|
|
530
551
|
};
|
package/mainnet/migaloo/chain.js
CHANGED
|
@@ -58,10 +58,6 @@ const info = {
|
|
|
58
58
|
address: 'https://rpc.whitewhale.nodestake.top',
|
|
59
59
|
provider: 'NodeStake'
|
|
60
60
|
},
|
|
61
|
-
{
|
|
62
|
-
address: 'https://migaloo.rpc.kjnodes.com',
|
|
63
|
-
provider: 'kjnodes'
|
|
64
|
-
},
|
|
65
61
|
{
|
|
66
62
|
address: 'https://migaloo-rpc.cosmosrescue.com',
|
|
67
63
|
provider: 'cosmosrescue'
|
|
@@ -92,10 +88,6 @@ const info = {
|
|
|
92
88
|
address: 'https://api.whitewhale.nodestake.top',
|
|
93
89
|
provider: 'NodeStake'
|
|
94
90
|
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://migaloo.api.kjnodes.com',
|
|
97
|
-
provider: 'kjnodes'
|
|
98
|
-
},
|
|
99
91
|
{
|
|
100
92
|
address: 'https://migaloo-api.cosmosrescue.com',
|
|
101
93
|
provider: 'cosmosrescue'
|
|
@@ -126,10 +118,6 @@ const info = {
|
|
|
126
118
|
address: 'https://grpc.whitewhale.nodestake.top',
|
|
127
119
|
provider: 'NodeStake'
|
|
128
120
|
},
|
|
129
|
-
{
|
|
130
|
-
address: 'migaloo.grpc.kjnodes.com:14990',
|
|
131
|
-
provider: 'kjnodes'
|
|
132
|
-
},
|
|
133
121
|
{
|
|
134
122
|
address: 'migaloo-grpc.cosmosrescue.com:9090',
|
|
135
123
|
provider: 'cosmosrescue'
|
package/mainnet/nois/chain.js
CHANGED
|
@@ -101,10 +101,6 @@ const info = {
|
|
|
101
101
|
address: 'https://nois-rpc.kingnodes.com',
|
|
102
102
|
provider: 'kingnodes 👑'
|
|
103
103
|
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://nois.rpc.kjnodes.com',
|
|
106
|
-
provider: 'kjnodes'
|
|
107
|
-
},
|
|
108
104
|
{
|
|
109
105
|
address: 'https://rpc.nois.silentvalidator.com',
|
|
110
106
|
provider: 'silent'
|
|
@@ -175,10 +171,6 @@ const info = {
|
|
|
175
171
|
address: 'https://nois-grpc.kingnodes.com',
|
|
176
172
|
provider: 'kingnodes 👑'
|
|
177
173
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'nois.grpc.kjnodes.com:15190',
|
|
180
|
-
provider: 'kjnodes'
|
|
181
|
-
},
|
|
182
174
|
{
|
|
183
175
|
address: 'grpc.nois.silentvalidator.com:443',
|
|
184
176
|
provider: 'silent'
|
|
@@ -233,10 +225,6 @@ const info = {
|
|
|
233
225
|
address: 'https://nois-rest.kingnodes.com',
|
|
234
226
|
provider: 'kingnodes 👑'
|
|
235
227
|
},
|
|
236
|
-
{
|
|
237
|
-
address: 'https://nois.api.kjnodes.com',
|
|
238
|
-
provider: 'kjnodes'
|
|
239
|
-
},
|
|
240
228
|
{
|
|
241
229
|
address: 'https://api.nois.silentvalidator.com',
|
|
242
230
|
provider: 'silent'
|
package/mainnet/onomy/chain.js
CHANGED
|
@@ -29,9 +29,6 @@ const info = {
|
|
|
29
29
|
codebase: {
|
|
30
30
|
cosmos_sdk_version: 'onomyprotocol/onomy-sdk v0.45.16-onomy-dev'
|
|
31
31
|
},
|
|
32
|
-
logo_URIs: {
|
|
33
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png'
|
|
34
|
-
},
|
|
35
32
|
apis: {
|
|
36
33
|
rpc: [{
|
|
37
34
|
address: 'https://rpc-mainnet.onomy.io',
|
|
@@ -69,7 +66,8 @@ const info = {
|
|
|
69
66
|
'rwa'
|
|
70
67
|
],
|
|
71
68
|
images: [{
|
|
72
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png'
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
73
71
|
}]
|
|
74
72
|
};
|
|
75
73
|
exports.default = info;
|
|
@@ -487,6 +487,30 @@ const info = {
|
|
|
487
487
|
website: 'https://Tether.to/',
|
|
488
488
|
twitter: 'https://twitter.com/tether_to'
|
|
489
489
|
}
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
address: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
493
|
+
base: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
494
|
+
description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team.',
|
|
495
|
+
extended_description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team. Funds in the dev wallet are reserved for airdrops and liquidity for Solana and Cosmos pools. There is no team allocation.',
|
|
496
|
+
name: 'WHINEcoin',
|
|
497
|
+
display: 'whine',
|
|
498
|
+
symbol: 'WHINE',
|
|
499
|
+
type_asset: 'erc20',
|
|
500
|
+
denom_units: [{
|
|
501
|
+
denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
|
|
502
|
+
exponent: 0
|
|
503
|
+
}, {
|
|
504
|
+
denom: 'whine',
|
|
505
|
+
exponent: 6
|
|
506
|
+
}],
|
|
507
|
+
images: [{
|
|
508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
509
|
+
}],
|
|
510
|
+
socials: {
|
|
511
|
+
website: 'https://whinecoin.com/',
|
|
512
|
+
twitter: 'https://twitter.com/whinecoin'
|
|
513
|
+
}
|
|
490
514
|
}
|
|
491
515
|
]
|
|
492
516
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.1",
|
|
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.45.
|
|
32
|
+
"@chain-registry/utils": "^1.45.1",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.44.
|
|
36
|
+
"@chain-registry/types": "^0.44.1"
|
|
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": "b4c1811ea9bd7fbc80ffed562d2d4bb77eec87bd"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -32,6 +32,7 @@ const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
|
32
32
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
33
33
|
const _babylontestnet1 = __importStar(require("./babylontestnet1"));
|
|
34
34
|
const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
35
|
+
const _blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
35
36
|
const _cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
36
37
|
const _celestiatestnet = __importStar(require("./celestiatestnet"));
|
|
37
38
|
const _celestiatestnet3 = __importStar(require("./celestiatestnet3"));
|
|
@@ -133,6 +134,7 @@ const assets = [
|
|
|
133
134
|
_babylontestnet.assets,
|
|
134
135
|
_babylontestnet1.assets,
|
|
135
136
|
_bitcannadevnet.assets,
|
|
137
|
+
_blockxtestnet.assets,
|
|
136
138
|
_cascadiatestnet.assets,
|
|
137
139
|
_celestiatestnet.assets,
|
|
138
140
|
_celestiatestnet3.assets,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'blockxtestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'BlockX Native Token',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'abcx',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'bcx',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'abcx',
|
|
16
|
+
name: 'BCX',
|
|
17
|
+
display: 'bcx',
|
|
18
|
+
symbol: 'BCX',
|
|
19
|
+
type_asset: 'sdk.coin',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://www.blockxnet.com/'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'blockxtestnet',
|
|
6
|
+
chain_id: 'blockx_190-1',
|
|
7
|
+
pretty_name: 'BlockX-Atlantis-Testnet',
|
|
8
|
+
website: 'https://www.blockxnet.com/',
|
|
9
|
+
status: 'live',
|
|
10
|
+
network_type: 'testnet',
|
|
11
|
+
bech32_prefix: 'blockx',
|
|
12
|
+
daemon_name: 'blockxd',
|
|
13
|
+
node_home: '$HOME/.blockxd',
|
|
14
|
+
key_algos: ['ethsecp256k1'],
|
|
15
|
+
staking: {
|
|
16
|
+
staking_tokens: [{
|
|
17
|
+
denom: 'abcx'
|
|
18
|
+
}]
|
|
19
|
+
},
|
|
20
|
+
slip44: 118
|
|
21
|
+
};
|
|
22
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/testnet/chains.js
CHANGED
|
@@ -32,6 +32,7 @@ const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
|
32
32
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
33
33
|
const _babylontestnet1 = __importStar(require("./babylontestnet1"));
|
|
34
34
|
const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
35
|
+
const _blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
35
36
|
const _cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
36
37
|
const _celestiatestnet = __importStar(require("./celestiatestnet"));
|
|
37
38
|
const _celestiatestnet3 = __importStar(require("./celestiatestnet3"));
|
|
@@ -133,6 +134,7 @@ const chains = [
|
|
|
133
134
|
_babylontestnet.chain,
|
|
134
135
|
_babylontestnet1.chain,
|
|
135
136
|
_bitcannadevnet.chain,
|
|
137
|
+
_blockxtestnet.chain,
|
|
136
138
|
_cascadiatestnet.chain,
|
|
137
139
|
_celestiatestnet.chain,
|
|
138
140
|
_celestiatestnet3.chain,
|
package/testnet/named.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * as axelartestnet from './axelartestnet';
|
|
|
7
7
|
export * as babylontestnet from './babylontestnet';
|
|
8
8
|
export * as babylontestnet1 from './babylontestnet1';
|
|
9
9
|
export * as bitcannadevnet from './bitcannadevnet';
|
|
10
|
+
export * as blockxtestnet from './blockxtestnet';
|
|
10
11
|
export * as cascadiatestnet from './cascadiatestnet';
|
|
11
12
|
export * as celestiatestnet from './celestiatestnet';
|
|
12
13
|
export * as celestiatestnet3 from './celestiatestnet3';
|
package/testnet/named.js
CHANGED
|
@@ -23,8 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
26
|
+
exports.likecointestnet = exports.lavatestnet1 = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet2 = exports.doravotatestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.celestiatestnet = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet1 = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
|
+
exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = exports.ulastestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.temporaltestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.sixtestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet2 = exports.secretnetworktestnet = exports.sagatestnet = exports.rsprovidertestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet4 = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.marstestnet = exports.mantrachaintestnet = exports.lumenxtestnet = void 0;
|
|
28
|
+
exports.zetachaintestnet = void 0;
|
|
28
29
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
29
30
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
30
31
|
exports.arkeonetworktestnet = __importStar(require("./arkeonetworktestnet"));
|
|
@@ -34,6 +35,7 @@ exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
|
34
35
|
exports.babylontestnet = __importStar(require("./babylontestnet"));
|
|
35
36
|
exports.babylontestnet1 = __importStar(require("./babylontestnet1"));
|
|
36
37
|
exports.bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
38
|
+
exports.blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
37
39
|
exports.cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
38
40
|
exports.celestiatestnet = __importStar(require("./celestiatestnet"));
|
|
39
41
|
exports.celestiatestnet3 = __importStar(require("./celestiatestnet3"));
|