chain-registry 1.69.613 → 1.69.615
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/akash/chain.js +0 -12
- package/esm/mainnet/assets.js +0 -8
- package/esm/mainnet/axelar/chain.js +0 -84
- package/esm/mainnet/chains.js +0 -8
- package/esm/mainnet/cheqd/chain.js +8 -0
- package/esm/mainnet/cosmoshub/assets.js +29 -0
- package/esm/mainnet/elys/assets.js +12 -8
- package/esm/mainnet/elys/chain.js +3 -3
- package/esm/mainnet/ibc.js +0 -8
- package/esm/mainnet/named.js +0 -4
- package/esm/mainnet/neutron/chain.js +0 -28
- package/esm/mainnet/nolus/assets.js +10 -8
- package/esm/mainnet/osmosis/assets.js +53 -9
- package/esm/mainnet/xion/assets.js +11 -9
- package/esm/mainnet/xion/chain.js +7 -4
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/skyzennet/assets.js +23 -0
- package/esm/testnet/skyzennet/chain.js +60 -0
- package/esm/{mainnet/stargaze → testnet/skyzennet}/index.js +0 -2
- package/mainnet/akash/chain.js +0 -12
- package/mainnet/assets.js +0 -8
- package/mainnet/axelar/chain.js +0 -84
- package/mainnet/chains.js +0 -8
- package/mainnet/cheqd/chain.js +8 -0
- package/mainnet/cosmoshub/assets.js +29 -0
- package/mainnet/elys/assets.js +12 -8
- package/mainnet/elys/chain.js +3 -3
- package/mainnet/ibc.js +0 -8
- package/mainnet/named.d.ts +0 -4
- package/mainnet/named.js +3 -7
- package/mainnet/neutron/chain.js +0 -28
- package/mainnet/nolus/assets.js +10 -8
- package/mainnet/osmosis/assets.js +53 -9
- package/mainnet/xion/assets.js +11 -9
- package/mainnet/xion/chain.js +7 -4
- package/package.json +3 -3
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/skyzennet/assets.js +25 -0
- package/testnet/skyzennet/chain.js +62 -0
- package/{mainnet/nillion → testnet/skyzennet}/index.d.ts +0 -1
- package/{mainnet/nillion → testnet/skyzennet}/index.js +1 -3
- package/esm/mainnet/nillion/assets.js +0 -30
- package/esm/mainnet/nillion/chain.js +0 -154
- package/esm/mainnet/nillion/ibc.js +0 -32
- package/esm/mainnet/nillion/index.js +0 -6
- package/esm/mainnet/stargaze/assets.js +0 -890
- package/esm/mainnet/stargaze/chain.js +0 -331
- package/esm/mainnet/stargaze/ibc.js +0 -900
- package/esm/mainnet/starname/assets.js +0 -32
- package/esm/mainnet/starname/chain.js +0 -74
- package/esm/mainnet/starname/ibc.js +0 -223
- package/esm/mainnet/starname/index.js +0 -6
- package/esm/mainnet/tgrade/assets.js +0 -46
- package/esm/mainnet/tgrade/chain.js +0 -94
- package/esm/mainnet/tgrade/ibc.js +0 -62
- package/esm/mainnet/tgrade/index.js +0 -6
- package/mainnet/nillion/assets.js +0 -32
- package/mainnet/nillion/chain.js +0 -156
- package/mainnet/nillion/ibc.d.ts +0 -3
- package/mainnet/nillion/ibc.js +0 -34
- package/mainnet/stargaze/assets.d.ts +0 -3
- package/mainnet/stargaze/assets.js +0 -892
- package/mainnet/stargaze/chain.d.ts +0 -3
- package/mainnet/stargaze/chain.js +0 -333
- package/mainnet/stargaze/ibc.d.ts +0 -3
- package/mainnet/stargaze/ibc.js +0 -902
- package/mainnet/stargaze/index.d.ts +0 -3
- package/mainnet/stargaze/index.js +0 -12
- package/mainnet/starname/assets.d.ts +0 -3
- package/mainnet/starname/assets.js +0 -34
- package/mainnet/starname/chain.d.ts +0 -3
- package/mainnet/starname/chain.js +0 -76
- package/mainnet/starname/ibc.d.ts +0 -3
- package/mainnet/starname/ibc.js +0 -225
- package/mainnet/starname/index.d.ts +0 -3
- package/mainnet/starname/index.js +0 -12
- package/mainnet/tgrade/assets.d.ts +0 -3
- package/mainnet/tgrade/assets.js +0 -48
- package/mainnet/tgrade/chain.d.ts +0 -3
- package/mainnet/tgrade/chain.js +0 -96
- package/mainnet/tgrade/ibc.d.ts +0 -3
- package/mainnet/tgrade/ibc.js +0 -64
- package/mainnet/tgrade/index.d.ts +0 -3
- package/mainnet/tgrade/index.js +0 -12
- /package/{mainnet/nillion → testnet/skyzennet}/assets.d.ts +0 -0
- /package/{mainnet/nillion → testnet/skyzennet}/chain.d.ts +0 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'skyzennet',
|
|
6
|
+
chain_type: 'cosmos',
|
|
7
|
+
status: 'live',
|
|
8
|
+
description: 'Skyzen Network is a Proof-of-Stake (PoS) blockchain.',
|
|
9
|
+
network_type: 'testnet',
|
|
10
|
+
pretty_name: 'Skyzen Network Testnet',
|
|
11
|
+
chain_id: 'skyzen-1',
|
|
12
|
+
bech32_prefix: 'skyz',
|
|
13
|
+
daemon_name: 'skyzennetworkd',
|
|
14
|
+
node_home: '$HOME/.skyzennetwork',
|
|
15
|
+
key_algos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'uskyz',
|
|
20
|
+
fixed_min_gas_price: 0.0001,
|
|
21
|
+
low_gas_price: 0.0001,
|
|
22
|
+
average_gas_price: 0.0002,
|
|
23
|
+
high_gas_price: 0.0005
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'uskyz'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
genesis: {
|
|
33
|
+
genesis_url: 'https://github.com/skyzennetwork/testnets/raw/main/genesis/genesis.json'
|
|
34
|
+
},
|
|
35
|
+
git_repo: 'https://github.com/skyzennetwork/testnets',
|
|
36
|
+
recommended_version: 'v1.0.0',
|
|
37
|
+
compatible_versions: ['v1.0.0'],
|
|
38
|
+
binaries: {
|
|
39
|
+
"linux/amd64": 'https://github.com/skyzennetwork/testnets/releases/download/v1/skyzennetworkd'
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
apis: {
|
|
43
|
+
rpc: [{
|
|
44
|
+
address: 'https://rpc.testnet.skyzennet.xyz/',
|
|
45
|
+
provider: 'skyzennet'
|
|
46
|
+
}],
|
|
47
|
+
rest: [{
|
|
48
|
+
address: 'https://api.testnet.skyzennet.xyz/',
|
|
49
|
+
provider: 'skyzennet'
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
explorers: [{
|
|
53
|
+
kind: 'ping.pub',
|
|
54
|
+
url: 'https://explorer.skyzennet.xyz',
|
|
55
|
+
tx_page: 'https://explorer.skyzennet.xyz/skyzen/tx/${txHash}',
|
|
56
|
+
account_page: 'https://explorer.skyzennet.xyz/skyzen/account/${accountAddress}'
|
|
57
|
+
}],
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/skyzennet/images/skyzen-main.png'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
exports.default = info;
|
|
@@ -3,10 +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.
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
9
|
exports.assets = assets_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibc = ibc_1.default;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../assetlist.schema.json',
|
|
3
|
-
chain_name: 'nillion',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'NIL - the native token of Nillion',
|
|
6
|
-
extended_description: 'Nillion is the first Blind Computer – a private computation and storage network. The network uses PETs (Privacy-Enhancing Technologies) to enable computation and storage on data while maintaining privacy, making possible use cases like private personalized AI, encrypted databases, data marketplace, and privacy-preserving applications.\n\n$NIL is the native utility token of the network that is used for:\n-Network fees for blind computation and payments across the Coordination Layer and Petnet\n-Staking to secure the network\n-Governance participation the onchain governance module\n\n$NIL enables access to Nillion modules and services such as:\n-DB: an encrypted database with data split up across multiple nodes. Calculations can still be performed on data while in encrypted form\n-AI: AI-focused privacy technologies that include:\n--AI Virtual Machine (AIVM) – a secure AI inference platform co-developed with Meta for private inference\n--Nada-AI – a library for nilVM, offering an interface for running small AI models\n--nilTEE – uses Trusted Execution Environments (TEEs) to run faster private inference where speed is important\n-nilVM: VM with libraries that simplify program development for AI devs by letting them use Python and Javascript to write web3 programs.',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'unil',
|
|
9
|
-
exponent: 0
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'nil',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
base: 'unil',
|
|
15
|
-
name: 'Nillion',
|
|
16
|
-
display: 'nil',
|
|
17
|
-
symbol: 'NIL',
|
|
18
|
-
images: [{
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
21
|
-
}],
|
|
22
|
-
type_asset: 'sdk.coin',
|
|
23
|
-
socials: {
|
|
24
|
-
website: 'https://nillion.com',
|
|
25
|
-
x: 'https://x.com/nillionnetwork'
|
|
26
|
-
},
|
|
27
|
-
coingecko_id: 'nillion'
|
|
28
|
-
}]
|
|
29
|
-
};
|
|
30
|
-
export default info;
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../chain.schema.json',
|
|
3
|
-
chain_name: 'nillion',
|
|
4
|
-
status: 'live',
|
|
5
|
-
network_type: 'mainnet',
|
|
6
|
-
pretty_name: 'Nillion',
|
|
7
|
-
chain_type: 'cosmos',
|
|
8
|
-
chain_id: 'nillion-1',
|
|
9
|
-
bech32_prefix: 'nillion',
|
|
10
|
-
daemon_name: 'nilchaind',
|
|
11
|
-
node_home: '$HOME/.nillionapp',
|
|
12
|
-
key_algos: ['ed25519'],
|
|
13
|
-
slip44: 118,
|
|
14
|
-
fees: {
|
|
15
|
-
fee_tokens: [{
|
|
16
|
-
denom: 'unil',
|
|
17
|
-
low_gas_price: 0.025,
|
|
18
|
-
average_gas_price: 0.025,
|
|
19
|
-
high_gas_price: 0.1
|
|
20
|
-
}]
|
|
21
|
-
},
|
|
22
|
-
staking: {
|
|
23
|
-
staking_tokens: [{
|
|
24
|
-
denom: 'unil'
|
|
25
|
-
}]
|
|
26
|
-
},
|
|
27
|
-
codebase: {
|
|
28
|
-
git_repo: 'https://github.com/NillionNetwork/nilchain',
|
|
29
|
-
recommended_version: 'v0.2.5',
|
|
30
|
-
compatible_versions: ['v0.2.5'],
|
|
31
|
-
consensus: {
|
|
32
|
-
type: 'cometbft',
|
|
33
|
-
version: 'v0.38.12'
|
|
34
|
-
},
|
|
35
|
-
genesis: {
|
|
36
|
-
genesis_url: 'https://raw.githubusercontent.com/NillionNetwork/networks/main/nillion-1/genesis.json.xz'
|
|
37
|
-
},
|
|
38
|
-
sdk: {
|
|
39
|
-
type: 'cosmos',
|
|
40
|
-
version: 'v0.50.11'
|
|
41
|
-
},
|
|
42
|
-
ibc: {
|
|
43
|
-
type: 'go',
|
|
44
|
-
version: '8.2.1'
|
|
45
|
-
},
|
|
46
|
-
cosmwasm: {
|
|
47
|
-
enabled: false
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
apis: {
|
|
51
|
-
rpc: [
|
|
52
|
-
{
|
|
53
|
-
address: 'https://nillion-rpc.lavenderfive.com',
|
|
54
|
-
provider: 'lavenderfive'
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
address: 'https://rpc.nillion.nodestake.org',
|
|
58
|
-
provider: 'NodeStake'
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
address: 'https://nillion-mainnet-rpc.autostake.com:443',
|
|
62
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://nillion-mainnet-rpc.shazoes.xyz',
|
|
66
|
-
provider: 'Shazoes'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://rpc.nillion.validatus.com',
|
|
70
|
-
provider: 'Validatus'
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
rest: [
|
|
74
|
-
{
|
|
75
|
-
address: 'https://nillion-api.lavenderfive.com',
|
|
76
|
-
provider: 'lavenderfive'
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://api.nillion.nodestake.org',
|
|
80
|
-
provider: 'NodeStake'
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://nillion-mainnet-lcd.autostake.com:443',
|
|
84
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://nillion-mainnet-api.shazoes.xyz',
|
|
88
|
-
provider: 'Shazoes'
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://api.nillion.validatus.com',
|
|
92
|
-
provider: 'Validatus'
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
grpc: [
|
|
96
|
-
{
|
|
97
|
-
address: 'https://nillion-grpc.lavenderfive.com',
|
|
98
|
-
provider: 'lavenderfive'
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
address: 'https://grpc.nillion.nodestake.org',
|
|
102
|
-
provider: 'NodeStake'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'nillion-mainnet-grpc.autostake.com:443',
|
|
106
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
address: 'nillion-mainnet-grpc.shazoes.xyz:30890',
|
|
110
|
-
provider: 'Shazoes'
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
address: 'grpc.nillion.validatus.com:443',
|
|
114
|
-
provider: 'Validatus'
|
|
115
|
-
}
|
|
116
|
-
]
|
|
117
|
-
},
|
|
118
|
-
explorers: [
|
|
119
|
-
{
|
|
120
|
-
kind: 'Nillionhub [Noders]',
|
|
121
|
-
url: 'https://nillionhub.org/explorer/dashboard',
|
|
122
|
-
tx_page: 'https://nillionhub.org/explorer/transactions/${txHash}',
|
|
123
|
-
account_page: 'https://nillionhub.org/explorer/accounts/${accountAddress}'
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
url: 'https://nillion.explorers.guru',
|
|
127
|
-
tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
|
|
128
|
-
account_page: 'https://nillion.explorers.guru/account/${accountAddress}'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
url: 'https://www.mintscan.io/nillion',
|
|
132
|
-
tx_page: 'https://www.mintscan.io/nillion/tx/${txHash}',
|
|
133
|
-
account_page: 'https://www.mintscan.io/nillion/address/${accountAddress}'
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
kind: 'NodeStake',
|
|
137
|
-
url: 'https://explorer.nodestake.org/nillion/',
|
|
138
|
-
tx_page: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
|
|
139
|
-
account_page: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
kind: 'Validatorinfo',
|
|
143
|
-
url: 'https://validatorinfo.com/networks/nillion/overview',
|
|
144
|
-
validator_page: 'https://validatorinfo.com/networks/nillion/validators',
|
|
145
|
-
proposal_page: 'https://validatorinfo.com/networks/nillion/governance'
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
images: [{
|
|
149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
|
|
150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png'
|
|
151
|
-
}],
|
|
152
|
-
description: 'Nillion is the first Blind Computer – a private computation and storage network. The network uses PETs (Privacy-Enhancing Technologies) to enable computation and storage on data while maintaining privacy, making possible use cases like private personalized AI, encrypted databases, data marketplace, and privacy-preserving applications.\n\n$NIL is the native utility token of the network that is used for:\n-Network fees for blind computation and payments across the Coordination Layer and Petnet\n-Staking to secure the network\n-Governance participation the onchain governance module\n\n$NIL enables access to Nillion modules and services such as:\n-DB: an encrypted database with data split up across multiple nodes. Calculations can still be performed on data while in encrypted form\n-AI: AI-focused privacy technologies that include:\n--AI Virtual Machine (AIVM) – a secure AI inference platform co-developed with Meta for private inference\n--Nada-AI – a library for nilVM, offering an interface for running small AI models\n--nilTEE – uses Trusted Execution Environments (TEEs) to run faster private inference where speed is important\n-nilVM: VM with libraries that simplify program development for AI devs by letting them use Python and Javascript to write web3 programs.'
|
|
153
|
-
};
|
|
154
|
-
export default info;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
const info = [{
|
|
2
|
-
$schema: '../ibc_data.schema.json',
|
|
3
|
-
chain_1: {
|
|
4
|
-
chain_name: 'nillion',
|
|
5
|
-
chain_id: 'nillion-1',
|
|
6
|
-
client_id: '07-tendermint-2',
|
|
7
|
-
connection_id: 'connection-2'
|
|
8
|
-
},
|
|
9
|
-
chain_2: {
|
|
10
|
-
chain_name: 'osmosis',
|
|
11
|
-
chain_id: 'osmosis-1',
|
|
12
|
-
client_id: '07-tendermint-3431',
|
|
13
|
-
connection_id: 'connection-10588'
|
|
14
|
-
},
|
|
15
|
-
channels: [{
|
|
16
|
-
chain_1: {
|
|
17
|
-
channel_id: 'channel-2',
|
|
18
|
-
port_id: 'transfer'
|
|
19
|
-
},
|
|
20
|
-
chain_2: {
|
|
21
|
-
channel_id: 'channel-98416',
|
|
22
|
-
port_id: 'transfer'
|
|
23
|
-
},
|
|
24
|
-
ordering: 'unordered',
|
|
25
|
-
version: 'ics20-1',
|
|
26
|
-
tags: {
|
|
27
|
-
preferred: true,
|
|
28
|
-
status: 'ACTIVE'
|
|
29
|
-
}
|
|
30
|
-
}]
|
|
31
|
-
}];
|
|
32
|
-
export default info;
|