@hyperlane-xyz/sdk 5.0.0 → 5.1.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/dist/aws/validator.js +1 -1
- package/dist/aws/validator.js.map +1 -1
- package/dist/consts/multisigIsm.d.ts.map +1 -1
- package/dist/consts/multisigIsm.js +129 -14
- package/dist/consts/multisigIsm.js.map +1 -1
- package/dist/consts/multisigIsm.test.d.ts +2 -0
- package/dist/consts/multisigIsm.test.d.ts.map +1 -0
- package/dist/consts/multisigIsm.test.js +13 -0
- package/dist/consts/multisigIsm.test.js.map +1 -0
- package/dist/consts/testChains.js +6 -6
- package/dist/consts/testChains.js.map +1 -1
- package/dist/contracts/contracts.d.ts.map +1 -1
- package/dist/contracts/contracts.js +24 -1
- package/dist/contracts/contracts.js.map +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js +1 -1
- package/dist/core/CoreDeployer.hardhat-test.js.map +1 -1
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +1 -0
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/HyperlaneCoreChecker.d.ts +2 -1
- package/dist/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/core/HyperlaneCoreChecker.js +39 -13
- package/dist/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/core/HyperlaneRelayer.d.ts +42 -2
- package/dist/core/HyperlaneRelayer.d.ts.map +1 -1
- package/dist/core/HyperlaneRelayer.js +6 -3
- package/dist/core/HyperlaneRelayer.js.map +1 -1
- package/dist/core/schemas.d.ts +318 -3
- package/dist/core/schemas.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts +2 -1
- package/dist/deploy/HyperlaneAppChecker.d.ts.map +1 -1
- package/dist/deploy/HyperlaneAppChecker.js +39 -17
- package/dist/deploy/HyperlaneAppChecker.js.map +1 -1
- package/dist/deploy/types.d.ts +1 -0
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/gas/HyperlaneIgpChecker.js +1 -1
- package/dist/gas/HyperlaneIgpChecker.js.map +1 -1
- package/dist/hook/EvmHookModule.d.ts +5 -2
- package/dist/hook/EvmHookModule.d.ts.map +1 -1
- package/dist/hook/EvmHookModule.hardhat-test.js +14 -2
- package/dist/hook/EvmHookModule.hardhat-test.js.map +1 -1
- package/dist/hook/EvmHookModule.js +55 -1
- package/dist/hook/EvmHookModule.js.map +1 -1
- package/dist/hook/EvmHookReader.d.ts +3 -1
- package/dist/hook/EvmHookReader.d.ts.map +1 -1
- package/dist/hook/EvmHookReader.js +16 -1
- package/dist/hook/EvmHookReader.js.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.d.ts.map +1 -1
- package/dist/hook/HyperlaneHookDeployer.js +15 -0
- package/dist/hook/HyperlaneHookDeployer.js.map +1 -1
- package/dist/hook/contracts.d.ts +2 -1
- package/dist/hook/contracts.d.ts.map +1 -1
- package/dist/hook/contracts.js +2 -1
- package/dist/hook/contracts.js.map +1 -1
- package/dist/hook/schemas.d.ts +32 -1
- package/dist/hook/schemas.d.ts.map +1 -1
- package/dist/hook/schemas.js +12 -0
- package/dist/hook/schemas.js.map +1 -1
- package/dist/hook/types.d.ts +7 -3
- package/dist/hook/types.d.ts.map +1 -1
- package/dist/hook/types.js +3 -0
- package/dist/hook/types.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/ism/EvmIsmModule.d.ts.map +1 -1
- package/dist/ism/EvmIsmModule.js +8 -1
- package/dist/ism/EvmIsmModule.js.map +1 -1
- package/dist/ism/EvmIsmReader.d.ts +3 -1
- package/dist/ism/EvmIsmReader.d.ts.map +1 -1
- package/dist/ism/EvmIsmReader.js +14 -1
- package/dist/ism/EvmIsmReader.js.map +1 -1
- package/dist/ism/metadata/aggregation.test.js +1 -0
- package/dist/ism/metadata/aggregation.test.js.map +1 -1
- package/dist/ism/metadata/arbL2ToL1.d.ts +25 -0
- package/dist/ism/metadata/arbL2ToL1.d.ts.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts +2 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.d.ts.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js +154 -0
- package/dist/ism/metadata/arbL2ToL1.hardhat-test.js.map +1 -0
- package/dist/ism/metadata/arbL2ToL1.js +134 -0
- package/dist/ism/metadata/arbL2ToL1.js.map +1 -0
- package/dist/ism/metadata/builder.d.ts +3 -1
- package/dist/ism/metadata/builder.d.ts.map +1 -1
- package/dist/ism/metadata/builder.js +17 -1
- package/dist/ism/metadata/builder.js.map +1 -1
- package/dist/ism/metadata/multisig.test.js +3 -1
- package/dist/ism/metadata/multisig.test.js.map +1 -1
- package/dist/ism/schemas.d.ts +20 -1
- package/dist/ism/schemas.d.ts.map +1 -1
- package/dist/ism/schemas.js +5 -0
- package/dist/ism/schemas.js.map +1 -1
- package/dist/ism/types.d.ts +8 -4
- package/dist/ism/types.d.ts.map +1 -1
- package/dist/ism/types.js +4 -0
- package/dist/ism/types.js.map +1 -1
- package/dist/middleware/account/InterchainAccount.d.ts +2 -0
- package/dist/middleware/account/InterchainAccount.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccount.js +11 -0
- package/dist/middleware/account/InterchainAccount.js.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.d.ts.map +1 -1
- package/dist/middleware/account/InterchainAccountDeployer.js +2 -1
- package/dist/middleware/account/InterchainAccountDeployer.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts +1 -1
- package/dist/providers/SmartProvider/SmartProvider.d.ts.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js +45 -0
- package/dist/providers/SmartProvider/SmartProvider.foundry-test.js.map +1 -1
- package/dist/providers/SmartProvider/SmartProvider.js +23 -5
- package/dist/providers/SmartProvider/SmartProvider.js.map +1 -1
- package/dist/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/router/HyperlaneRouterChecker.js +23 -18
- package/dist/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/router/ProxiedRouterChecker.d.ts +3 -0
- package/dist/router/ProxiedRouterChecker.d.ts.map +1 -1
- package/dist/router/ProxiedRouterChecker.js +11 -4
- package/dist/router/ProxiedRouterChecker.js.map +1 -1
- package/dist/router/schemas.d.ts +126 -6
- package/dist/router/schemas.d.ts.map +1 -1
- package/dist/token/EvmERC20WarpModule.hardhat-test.js +2 -2
- package/dist/token/EvmERC20WarpModule.hardhat-test.js.map +1 -1
- package/dist/token/EvmERC20WarpRouteReader.js +2 -2
- package/dist/token/EvmERC20WarpRouteReader.js.map +1 -1
- package/dist/token/Token.d.ts.map +1 -1
- package/dist/token/Token.js +5 -0
- package/dist/token/Token.js.map +1 -1
- package/dist/token/Token.test.js +9 -0
- package/dist/token/Token.test.js.map +1 -1
- package/dist/token/TokenStandard.d.ts +1 -0
- package/dist/token/TokenStandard.d.ts.map +1 -1
- package/dist/token/TokenStandard.js +4 -1
- package/dist/token/TokenStandard.js.map +1 -1
- package/dist/token/app.d.ts +6 -3
- package/dist/token/app.d.ts.map +1 -1
- package/dist/token/app.js +4 -3
- package/dist/token/app.js.map +1 -1
- package/dist/token/checker.d.ts +3 -2
- package/dist/token/checker.d.ts.map +1 -1
- package/dist/token/checker.js +13 -4
- package/dist/token/checker.js.map +1 -1
- package/dist/token/contracts.d.ts +2 -2
- package/dist/token/contracts.d.ts.map +1 -1
- package/dist/token/contracts.js +2 -2
- package/dist/token/contracts.js.map +1 -1
- package/dist/token/schemas.d.ts +100 -4
- package/dist/token/schemas.d.ts.map +1 -1
- package/dist/utils/cosmos.d.ts +616 -1932
- package/dist/utils/cosmos.d.ts.map +1 -1
- package/dist/utils/cosmos.js +363 -79
- package/dist/utils/cosmos.js.map +1 -1
- package/dist/warp/WarpCore.test.js +1 -0
- package/dist/warp/WarpCore.test.js.map +1 -1
- package/package.json +4 -3
package/dist/utils/cosmos.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const CosmosChainSchema: z.ZodObject<{
|
|
2
|
+
export declare const CosmosChainSchema: z.ZodIntersection<z.ZodObject<{
|
|
3
3
|
$schema: z.ZodOptional<z.ZodString>;
|
|
4
4
|
chain_name: z.ZodString;
|
|
5
|
-
chain_type: z.
|
|
6
|
-
chain_id: z.ZodString
|
|
5
|
+
chain_type: z.ZodEnum<["cosmos", "eip155", "bip122", "polkadot", "solana", "algorand", "arweave", "ergo", "fil", "hedera", "monero", "reef", "stacks", "starknet", "stellar", "tezos", "vechain", "waves", "xrpl", "unknown"]>;
|
|
6
|
+
chain_id: z.ZodOptional<z.ZodString>;
|
|
7
7
|
pre_fork_chain_name: z.ZodOptional<z.ZodString>;
|
|
8
8
|
pretty_name: z.ZodOptional<z.ZodString>;
|
|
9
9
|
website: z.ZodOptional<z.ZodString>;
|
|
10
10
|
update_link: z.ZodOptional<z.ZodString>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<["live", "upcoming", "killed"]>>;
|
|
12
12
|
network_type: z.ZodOptional<z.ZodEnum<["mainnet", "testnet", "devnet"]>>;
|
|
13
|
-
bech32_prefix: z.ZodString
|
|
13
|
+
bech32_prefix: z.ZodOptional<z.ZodString>;
|
|
14
14
|
bech32_config: z.ZodOptional<z.ZodObject<{
|
|
15
15
|
bech32PrefixAccAddr: z.ZodOptional<z.ZodString>;
|
|
16
16
|
bech32PrefixAccPub: z.ZodOptional<z.ZodString>;
|
|
@@ -139,8 +139,24 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
139
139
|
codebase: z.ZodOptional<z.ZodObject<{
|
|
140
140
|
git_repo: z.ZodOptional<z.ZodString>;
|
|
141
141
|
recommended_version: z.ZodOptional<z.ZodString>;
|
|
142
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
143
142
|
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
143
|
+
go_version: z.ZodOptional<z.ZodString>;
|
|
144
|
+
language: z.ZodOptional<z.ZodObject<{
|
|
145
|
+
type: z.ZodEnum<["go", "rust", "solidity", "other"]>;
|
|
146
|
+
version: z.ZodOptional<z.ZodString>;
|
|
147
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
148
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
149
|
+
}, "strict", z.ZodTypeAny, {
|
|
150
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
151
|
+
version?: string | undefined;
|
|
152
|
+
repo?: string | undefined;
|
|
153
|
+
tag?: string | undefined;
|
|
154
|
+
}, {
|
|
155
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
156
|
+
version?: string | undefined;
|
|
157
|
+
repo?: string | undefined;
|
|
158
|
+
tag?: string | undefined;
|
|
159
|
+
}>>;
|
|
144
160
|
binaries: z.ZodOptional<z.ZodObject<{
|
|
145
161
|
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
146
162
|
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
@@ -164,21 +180,81 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
164
180
|
'windows/arm64'?: string | undefined;
|
|
165
181
|
}>>;
|
|
166
182
|
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
183
|
+
sdk: z.ZodOptional<z.ZodObject<{
|
|
184
|
+
type: z.ZodEnum<["cosmos", "penumbra", "other"]>;
|
|
185
|
+
version: z.ZodOptional<z.ZodString>;
|
|
186
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
187
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
188
|
+
}, "strict", z.ZodTypeAny, {
|
|
189
|
+
type: "other" | "cosmos" | "penumbra";
|
|
190
|
+
version?: string | undefined;
|
|
191
|
+
repo?: string | undefined;
|
|
192
|
+
tag?: string | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
type: "other" | "cosmos" | "penumbra";
|
|
195
|
+
version?: string | undefined;
|
|
196
|
+
repo?: string | undefined;
|
|
197
|
+
tag?: string | undefined;
|
|
198
|
+
}>>;
|
|
167
199
|
consensus: z.ZodOptional<z.ZodObject<{
|
|
168
200
|
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
169
201
|
version: z.ZodOptional<z.ZodString>;
|
|
202
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
203
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
170
204
|
}, "strict", z.ZodTypeAny, {
|
|
171
205
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
172
206
|
version?: string | undefined;
|
|
207
|
+
repo?: string | undefined;
|
|
208
|
+
tag?: string | undefined;
|
|
173
209
|
}, {
|
|
174
210
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
175
211
|
version?: string | undefined;
|
|
212
|
+
repo?: string | undefined;
|
|
213
|
+
tag?: string | undefined;
|
|
176
214
|
}>>;
|
|
177
215
|
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
178
216
|
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
179
217
|
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
218
|
+
cosmwasm: z.ZodOptional<z.ZodObject<{
|
|
219
|
+
version: z.ZodOptional<z.ZodString>;
|
|
220
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
221
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
222
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
223
|
+
path: z.ZodOptional<z.ZodString>;
|
|
224
|
+
}, "strict", z.ZodTypeAny, {
|
|
225
|
+
version?: string | undefined;
|
|
226
|
+
repo?: string | undefined;
|
|
227
|
+
tag?: string | undefined;
|
|
228
|
+
enabled?: boolean | undefined;
|
|
229
|
+
path?: string | undefined;
|
|
230
|
+
}, {
|
|
231
|
+
version?: string | undefined;
|
|
232
|
+
repo?: string | undefined;
|
|
233
|
+
tag?: string | undefined;
|
|
234
|
+
enabled?: boolean | undefined;
|
|
235
|
+
path?: string | undefined;
|
|
236
|
+
}>>;
|
|
180
237
|
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
181
238
|
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
239
|
+
ibc: z.ZodOptional<z.ZodObject<{
|
|
240
|
+
type: z.ZodEnum<["go", "rust", "other"]>;
|
|
241
|
+
version: z.ZodOptional<z.ZodString>;
|
|
242
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
243
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
244
|
+
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
245
|
+
}, "strict", z.ZodTypeAny, {
|
|
246
|
+
type: "other" | "go" | "rust";
|
|
247
|
+
version?: string | undefined;
|
|
248
|
+
repo?: string | undefined;
|
|
249
|
+
tag?: string | undefined;
|
|
250
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
251
|
+
}, {
|
|
252
|
+
type: "other" | "go" | "rust";
|
|
253
|
+
version?: string | undefined;
|
|
254
|
+
repo?: string | undefined;
|
|
255
|
+
tag?: string | undefined;
|
|
256
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
257
|
+
}>>;
|
|
182
258
|
genesis: z.ZodOptional<z.ZodObject<{
|
|
183
259
|
name: z.ZodOptional<z.ZodString>;
|
|
184
260
|
genesis_url: z.ZodString;
|
|
@@ -200,24 +276,100 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
200
276
|
previous_version_name: z.ZodOptional<z.ZodString>;
|
|
201
277
|
next_version_name: z.ZodOptional<z.ZodString>;
|
|
202
278
|
recommended_version: z.ZodOptional<z.ZodString>;
|
|
203
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
204
279
|
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
280
|
+
go_version: z.ZodOptional<z.ZodString>;
|
|
281
|
+
language: z.ZodOptional<z.ZodObject<{
|
|
282
|
+
type: z.ZodEnum<["go", "rust", "solidity", "other"]>;
|
|
283
|
+
version: z.ZodOptional<z.ZodString>;
|
|
284
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
285
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
286
|
+
}, "strict", z.ZodTypeAny, {
|
|
287
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
288
|
+
version?: string | undefined;
|
|
289
|
+
repo?: string | undefined;
|
|
290
|
+
tag?: string | undefined;
|
|
291
|
+
}, {
|
|
292
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
293
|
+
version?: string | undefined;
|
|
294
|
+
repo?: string | undefined;
|
|
295
|
+
tag?: string | undefined;
|
|
296
|
+
}>>;
|
|
205
297
|
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
298
|
+
sdk: z.ZodOptional<z.ZodObject<{
|
|
299
|
+
type: z.ZodEnum<["cosmos", "penumbra", "other"]>;
|
|
300
|
+
version: z.ZodOptional<z.ZodString>;
|
|
301
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
302
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
303
|
+
}, "strict", z.ZodTypeAny, {
|
|
304
|
+
type: "other" | "cosmos" | "penumbra";
|
|
305
|
+
version?: string | undefined;
|
|
306
|
+
repo?: string | undefined;
|
|
307
|
+
tag?: string | undefined;
|
|
308
|
+
}, {
|
|
309
|
+
type: "other" | "cosmos" | "penumbra";
|
|
310
|
+
version?: string | undefined;
|
|
311
|
+
repo?: string | undefined;
|
|
312
|
+
tag?: string | undefined;
|
|
313
|
+
}>>;
|
|
206
314
|
consensus: z.ZodOptional<z.ZodObject<{
|
|
207
315
|
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
208
316
|
version: z.ZodOptional<z.ZodString>;
|
|
317
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
318
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
209
319
|
}, "strict", z.ZodTypeAny, {
|
|
210
320
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
211
321
|
version?: string | undefined;
|
|
322
|
+
repo?: string | undefined;
|
|
323
|
+
tag?: string | undefined;
|
|
212
324
|
}, {
|
|
213
325
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
214
326
|
version?: string | undefined;
|
|
327
|
+
repo?: string | undefined;
|
|
328
|
+
tag?: string | undefined;
|
|
215
329
|
}>>;
|
|
216
330
|
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
217
331
|
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
218
332
|
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
333
|
+
cosmwasm: z.ZodOptional<z.ZodObject<{
|
|
334
|
+
version: z.ZodOptional<z.ZodString>;
|
|
335
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
336
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
337
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
338
|
+
path: z.ZodOptional<z.ZodString>;
|
|
339
|
+
}, "strict", z.ZodTypeAny, {
|
|
340
|
+
version?: string | undefined;
|
|
341
|
+
repo?: string | undefined;
|
|
342
|
+
tag?: string | undefined;
|
|
343
|
+
enabled?: boolean | undefined;
|
|
344
|
+
path?: string | undefined;
|
|
345
|
+
}, {
|
|
346
|
+
version?: string | undefined;
|
|
347
|
+
repo?: string | undefined;
|
|
348
|
+
tag?: string | undefined;
|
|
349
|
+
enabled?: boolean | undefined;
|
|
350
|
+
path?: string | undefined;
|
|
351
|
+
}>>;
|
|
219
352
|
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
220
353
|
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
354
|
+
ibc: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
type: z.ZodEnum<["go", "rust", "other"]>;
|
|
356
|
+
version: z.ZodOptional<z.ZodString>;
|
|
357
|
+
repo: z.ZodOptional<z.ZodString>;
|
|
358
|
+
tag: z.ZodOptional<z.ZodString>;
|
|
359
|
+
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
360
|
+
}, "strict", z.ZodTypeAny, {
|
|
361
|
+
type: "other" | "go" | "rust";
|
|
362
|
+
version?: string | undefined;
|
|
363
|
+
repo?: string | undefined;
|
|
364
|
+
tag?: string | undefined;
|
|
365
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
366
|
+
}, {
|
|
367
|
+
type: "other" | "go" | "rust";
|
|
368
|
+
version?: string | undefined;
|
|
369
|
+
repo?: string | undefined;
|
|
370
|
+
tag?: string | undefined;
|
|
371
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
372
|
+
}>>;
|
|
221
373
|
binaries: z.ZodOptional<z.ZodObject<{
|
|
222
374
|
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
223
375
|
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
@@ -248,18 +400,46 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
248
400
|
previous_version_name?: string | undefined;
|
|
249
401
|
next_version_name?: string | undefined;
|
|
250
402
|
recommended_version?: string | undefined;
|
|
251
|
-
go_version?: string | undefined;
|
|
252
403
|
compatible_versions?: string[] | undefined;
|
|
404
|
+
go_version?: string | undefined;
|
|
405
|
+
language?: {
|
|
406
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
407
|
+
version?: string | undefined;
|
|
408
|
+
repo?: string | undefined;
|
|
409
|
+
tag?: string | undefined;
|
|
410
|
+
} | undefined;
|
|
253
411
|
cosmos_sdk_version?: string | undefined;
|
|
412
|
+
sdk?: {
|
|
413
|
+
type: "other" | "cosmos" | "penumbra";
|
|
414
|
+
version?: string | undefined;
|
|
415
|
+
repo?: string | undefined;
|
|
416
|
+
tag?: string | undefined;
|
|
417
|
+
} | undefined;
|
|
254
418
|
consensus?: {
|
|
255
419
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
256
420
|
version?: string | undefined;
|
|
421
|
+
repo?: string | undefined;
|
|
422
|
+
tag?: string | undefined;
|
|
257
423
|
} | undefined;
|
|
258
424
|
cosmwasm_version?: string | undefined;
|
|
259
425
|
cosmwasm_enabled?: boolean | undefined;
|
|
260
426
|
cosmwasm_path?: string | undefined;
|
|
427
|
+
cosmwasm?: {
|
|
428
|
+
version?: string | undefined;
|
|
429
|
+
repo?: string | undefined;
|
|
430
|
+
tag?: string | undefined;
|
|
431
|
+
enabled?: boolean | undefined;
|
|
432
|
+
path?: string | undefined;
|
|
433
|
+
} | undefined;
|
|
261
434
|
ibc_go_version?: string | undefined;
|
|
262
435
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
436
|
+
ibc?: {
|
|
437
|
+
type: "other" | "go" | "rust";
|
|
438
|
+
version?: string | undefined;
|
|
439
|
+
repo?: string | undefined;
|
|
440
|
+
tag?: string | undefined;
|
|
441
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
442
|
+
} | undefined;
|
|
263
443
|
binaries?: {
|
|
264
444
|
'linux/amd64'?: string | undefined;
|
|
265
445
|
'linux/arm64'?: string | undefined;
|
|
@@ -276,18 +456,46 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
276
456
|
previous_version_name?: string | undefined;
|
|
277
457
|
next_version_name?: string | undefined;
|
|
278
458
|
recommended_version?: string | undefined;
|
|
279
|
-
go_version?: string | undefined;
|
|
280
459
|
compatible_versions?: string[] | undefined;
|
|
460
|
+
go_version?: string | undefined;
|
|
461
|
+
language?: {
|
|
462
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
463
|
+
version?: string | undefined;
|
|
464
|
+
repo?: string | undefined;
|
|
465
|
+
tag?: string | undefined;
|
|
466
|
+
} | undefined;
|
|
281
467
|
cosmos_sdk_version?: string | undefined;
|
|
468
|
+
sdk?: {
|
|
469
|
+
type: "other" | "cosmos" | "penumbra";
|
|
470
|
+
version?: string | undefined;
|
|
471
|
+
repo?: string | undefined;
|
|
472
|
+
tag?: string | undefined;
|
|
473
|
+
} | undefined;
|
|
282
474
|
consensus?: {
|
|
283
475
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
284
476
|
version?: string | undefined;
|
|
477
|
+
repo?: string | undefined;
|
|
478
|
+
tag?: string | undefined;
|
|
285
479
|
} | undefined;
|
|
286
480
|
cosmwasm_version?: string | undefined;
|
|
287
481
|
cosmwasm_enabled?: boolean | undefined;
|
|
288
482
|
cosmwasm_path?: string | undefined;
|
|
483
|
+
cosmwasm?: {
|
|
484
|
+
version?: string | undefined;
|
|
485
|
+
repo?: string | undefined;
|
|
486
|
+
tag?: string | undefined;
|
|
487
|
+
enabled?: boolean | undefined;
|
|
488
|
+
path?: string | undefined;
|
|
489
|
+
} | undefined;
|
|
289
490
|
ibc_go_version?: string | undefined;
|
|
290
491
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
492
|
+
ibc?: {
|
|
493
|
+
type: "other" | "go" | "rust";
|
|
494
|
+
version?: string | undefined;
|
|
495
|
+
repo?: string | undefined;
|
|
496
|
+
tag?: string | undefined;
|
|
497
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
498
|
+
} | undefined;
|
|
291
499
|
binaries?: {
|
|
292
500
|
'linux/amd64'?: string | undefined;
|
|
293
501
|
'linux/arm64'?: string | undefined;
|
|
@@ -300,8 +508,14 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
300
508
|
}, "strict", z.ZodTypeAny, {
|
|
301
509
|
git_repo?: string | undefined;
|
|
302
510
|
recommended_version?: string | undefined;
|
|
303
|
-
go_version?: string | undefined;
|
|
304
511
|
compatible_versions?: string[] | undefined;
|
|
512
|
+
go_version?: string | undefined;
|
|
513
|
+
language?: {
|
|
514
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
515
|
+
version?: string | undefined;
|
|
516
|
+
repo?: string | undefined;
|
|
517
|
+
tag?: string | undefined;
|
|
518
|
+
} | undefined;
|
|
305
519
|
binaries?: {
|
|
306
520
|
'linux/amd64'?: string | undefined;
|
|
307
521
|
'linux/arm64'?: string | undefined;
|
|
@@ -311,15 +525,37 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
311
525
|
'windows/arm64'?: string | undefined;
|
|
312
526
|
} | undefined;
|
|
313
527
|
cosmos_sdk_version?: string | undefined;
|
|
528
|
+
sdk?: {
|
|
529
|
+
type: "other" | "cosmos" | "penumbra";
|
|
530
|
+
version?: string | undefined;
|
|
531
|
+
repo?: string | undefined;
|
|
532
|
+
tag?: string | undefined;
|
|
533
|
+
} | undefined;
|
|
314
534
|
consensus?: {
|
|
315
535
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
316
536
|
version?: string | undefined;
|
|
537
|
+
repo?: string | undefined;
|
|
538
|
+
tag?: string | undefined;
|
|
317
539
|
} | undefined;
|
|
318
540
|
cosmwasm_version?: string | undefined;
|
|
319
541
|
cosmwasm_enabled?: boolean | undefined;
|
|
320
542
|
cosmwasm_path?: string | undefined;
|
|
543
|
+
cosmwasm?: {
|
|
544
|
+
version?: string | undefined;
|
|
545
|
+
repo?: string | undefined;
|
|
546
|
+
tag?: string | undefined;
|
|
547
|
+
enabled?: boolean | undefined;
|
|
548
|
+
path?: string | undefined;
|
|
549
|
+
} | undefined;
|
|
321
550
|
ibc_go_version?: string | undefined;
|
|
322
551
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
552
|
+
ibc?: {
|
|
553
|
+
type: "other" | "go" | "rust";
|
|
554
|
+
version?: string | undefined;
|
|
555
|
+
repo?: string | undefined;
|
|
556
|
+
tag?: string | undefined;
|
|
557
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
558
|
+
} | undefined;
|
|
323
559
|
genesis?: {
|
|
324
560
|
genesis_url: string;
|
|
325
561
|
name?: string | undefined;
|
|
@@ -333,18 +569,46 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
333
569
|
previous_version_name?: string | undefined;
|
|
334
570
|
next_version_name?: string | undefined;
|
|
335
571
|
recommended_version?: string | undefined;
|
|
336
|
-
go_version?: string | undefined;
|
|
337
572
|
compatible_versions?: string[] | undefined;
|
|
573
|
+
go_version?: string | undefined;
|
|
574
|
+
language?: {
|
|
575
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
576
|
+
version?: string | undefined;
|
|
577
|
+
repo?: string | undefined;
|
|
578
|
+
tag?: string | undefined;
|
|
579
|
+
} | undefined;
|
|
338
580
|
cosmos_sdk_version?: string | undefined;
|
|
581
|
+
sdk?: {
|
|
582
|
+
type: "other" | "cosmos" | "penumbra";
|
|
583
|
+
version?: string | undefined;
|
|
584
|
+
repo?: string | undefined;
|
|
585
|
+
tag?: string | undefined;
|
|
586
|
+
} | undefined;
|
|
339
587
|
consensus?: {
|
|
340
588
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
341
589
|
version?: string | undefined;
|
|
590
|
+
repo?: string | undefined;
|
|
591
|
+
tag?: string | undefined;
|
|
342
592
|
} | undefined;
|
|
343
593
|
cosmwasm_version?: string | undefined;
|
|
344
594
|
cosmwasm_enabled?: boolean | undefined;
|
|
345
595
|
cosmwasm_path?: string | undefined;
|
|
596
|
+
cosmwasm?: {
|
|
597
|
+
version?: string | undefined;
|
|
598
|
+
repo?: string | undefined;
|
|
599
|
+
tag?: string | undefined;
|
|
600
|
+
enabled?: boolean | undefined;
|
|
601
|
+
path?: string | undefined;
|
|
602
|
+
} | undefined;
|
|
346
603
|
ibc_go_version?: string | undefined;
|
|
347
604
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
605
|
+
ibc?: {
|
|
606
|
+
type: "other" | "go" | "rust";
|
|
607
|
+
version?: string | undefined;
|
|
608
|
+
repo?: string | undefined;
|
|
609
|
+
tag?: string | undefined;
|
|
610
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
611
|
+
} | undefined;
|
|
348
612
|
binaries?: {
|
|
349
613
|
'linux/amd64'?: string | undefined;
|
|
350
614
|
'linux/arm64'?: string | undefined;
|
|
@@ -357,8 +621,14 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
357
621
|
}, {
|
|
358
622
|
git_repo?: string | undefined;
|
|
359
623
|
recommended_version?: string | undefined;
|
|
360
|
-
go_version?: string | undefined;
|
|
361
624
|
compatible_versions?: string[] | undefined;
|
|
625
|
+
go_version?: string | undefined;
|
|
626
|
+
language?: {
|
|
627
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
628
|
+
version?: string | undefined;
|
|
629
|
+
repo?: string | undefined;
|
|
630
|
+
tag?: string | undefined;
|
|
631
|
+
} | undefined;
|
|
362
632
|
binaries?: {
|
|
363
633
|
'linux/amd64'?: string | undefined;
|
|
364
634
|
'linux/arm64'?: string | undefined;
|
|
@@ -368,15 +638,37 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
368
638
|
'windows/arm64'?: string | undefined;
|
|
369
639
|
} | undefined;
|
|
370
640
|
cosmos_sdk_version?: string | undefined;
|
|
641
|
+
sdk?: {
|
|
642
|
+
type: "other" | "cosmos" | "penumbra";
|
|
643
|
+
version?: string | undefined;
|
|
644
|
+
repo?: string | undefined;
|
|
645
|
+
tag?: string | undefined;
|
|
646
|
+
} | undefined;
|
|
371
647
|
consensus?: {
|
|
372
648
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
373
649
|
version?: string | undefined;
|
|
650
|
+
repo?: string | undefined;
|
|
651
|
+
tag?: string | undefined;
|
|
374
652
|
} | undefined;
|
|
375
653
|
cosmwasm_version?: string | undefined;
|
|
376
654
|
cosmwasm_enabled?: boolean | undefined;
|
|
377
655
|
cosmwasm_path?: string | undefined;
|
|
656
|
+
cosmwasm?: {
|
|
657
|
+
version?: string | undefined;
|
|
658
|
+
repo?: string | undefined;
|
|
659
|
+
tag?: string | undefined;
|
|
660
|
+
enabled?: boolean | undefined;
|
|
661
|
+
path?: string | undefined;
|
|
662
|
+
} | undefined;
|
|
378
663
|
ibc_go_version?: string | undefined;
|
|
379
664
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
665
|
+
ibc?: {
|
|
666
|
+
type: "other" | "go" | "rust";
|
|
667
|
+
version?: string | undefined;
|
|
668
|
+
repo?: string | undefined;
|
|
669
|
+
tag?: string | undefined;
|
|
670
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
671
|
+
} | undefined;
|
|
380
672
|
genesis?: {
|
|
381
673
|
genesis_url: string;
|
|
382
674
|
name?: string | undefined;
|
|
@@ -390,18 +682,46 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
390
682
|
previous_version_name?: string | undefined;
|
|
391
683
|
next_version_name?: string | undefined;
|
|
392
684
|
recommended_version?: string | undefined;
|
|
393
|
-
go_version?: string | undefined;
|
|
394
685
|
compatible_versions?: string[] | undefined;
|
|
686
|
+
go_version?: string | undefined;
|
|
687
|
+
language?: {
|
|
688
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
689
|
+
version?: string | undefined;
|
|
690
|
+
repo?: string | undefined;
|
|
691
|
+
tag?: string | undefined;
|
|
692
|
+
} | undefined;
|
|
395
693
|
cosmos_sdk_version?: string | undefined;
|
|
694
|
+
sdk?: {
|
|
695
|
+
type: "other" | "cosmos" | "penumbra";
|
|
696
|
+
version?: string | undefined;
|
|
697
|
+
repo?: string | undefined;
|
|
698
|
+
tag?: string | undefined;
|
|
699
|
+
} | undefined;
|
|
396
700
|
consensus?: {
|
|
397
701
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
398
702
|
version?: string | undefined;
|
|
703
|
+
repo?: string | undefined;
|
|
704
|
+
tag?: string | undefined;
|
|
399
705
|
} | undefined;
|
|
400
706
|
cosmwasm_version?: string | undefined;
|
|
401
707
|
cosmwasm_enabled?: boolean | undefined;
|
|
402
708
|
cosmwasm_path?: string | undefined;
|
|
709
|
+
cosmwasm?: {
|
|
710
|
+
version?: string | undefined;
|
|
711
|
+
repo?: string | undefined;
|
|
712
|
+
tag?: string | undefined;
|
|
713
|
+
enabled?: boolean | undefined;
|
|
714
|
+
path?: string | undefined;
|
|
715
|
+
} | undefined;
|
|
403
716
|
ibc_go_version?: string | undefined;
|
|
404
717
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
718
|
+
ibc?: {
|
|
719
|
+
type: "other" | "go" | "rust";
|
|
720
|
+
version?: string | undefined;
|
|
721
|
+
repo?: string | undefined;
|
|
722
|
+
tag?: string | undefined;
|
|
723
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
724
|
+
} | undefined;
|
|
405
725
|
binaries?: {
|
|
406
726
|
'linux/amd64'?: string | undefined;
|
|
407
727
|
'linux/arm64'?: string | undefined;
|
|
@@ -430,19 +750,20 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
430
750
|
background_color_hex: z.ZodOptional<z.ZodString>;
|
|
431
751
|
circle: z.ZodOptional<z.ZodBoolean>;
|
|
432
752
|
dark_mode: z.ZodOptional<z.ZodBoolean>;
|
|
753
|
+
monochrome: z.ZodOptional<z.ZodBoolean>;
|
|
433
754
|
}, "strict", z.ZodTypeAny, {
|
|
434
755
|
primary_color_hex?: string | undefined;
|
|
435
756
|
background_color_hex?: string | undefined;
|
|
436
757
|
circle?: boolean | undefined;
|
|
437
758
|
dark_mode?: boolean | undefined;
|
|
759
|
+
monochrome?: boolean | undefined;
|
|
438
760
|
}, {
|
|
439
761
|
primary_color_hex?: string | undefined;
|
|
440
762
|
background_color_hex?: string | undefined;
|
|
441
763
|
circle?: boolean | undefined;
|
|
442
764
|
dark_mode?: boolean | undefined;
|
|
765
|
+
monochrome?: boolean | undefined;
|
|
443
766
|
}>>;
|
|
444
|
-
layout: z.ZodOptional<z.ZodEnum<["logo", "logomark", "logotype"]>>;
|
|
445
|
-
text_position: z.ZodOptional<z.ZodEnum<["top", "bottom", "left", "right", "integrated"]>>;
|
|
446
767
|
}, "strict", z.ZodTypeAny, {
|
|
447
768
|
image_sync?: {
|
|
448
769
|
chain_name: string;
|
|
@@ -455,9 +776,8 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
455
776
|
background_color_hex?: string | undefined;
|
|
456
777
|
circle?: boolean | undefined;
|
|
457
778
|
dark_mode?: boolean | undefined;
|
|
779
|
+
monochrome?: boolean | undefined;
|
|
458
780
|
} | undefined;
|
|
459
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
460
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
461
781
|
}, {
|
|
462
782
|
image_sync?: {
|
|
463
783
|
chain_name: string;
|
|
@@ -470,9 +790,8 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
470
790
|
background_color_hex?: string | undefined;
|
|
471
791
|
circle?: boolean | undefined;
|
|
472
792
|
dark_mode?: boolean | undefined;
|
|
793
|
+
monochrome?: boolean | undefined;
|
|
473
794
|
} | undefined;
|
|
474
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
475
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
476
795
|
}>, z.ZodUnion<[z.ZodAny, z.ZodAny]>>, "many">>;
|
|
477
796
|
logo_URIs: z.ZodOptional<z.ZodObject<{
|
|
478
797
|
png: z.ZodOptional<z.ZodString>;
|
|
@@ -682,109 +1001,54 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
682
1001
|
url: z.ZodOptional<z.ZodString>;
|
|
683
1002
|
tx_page: z.ZodOptional<z.ZodString>;
|
|
684
1003
|
account_page: z.ZodOptional<z.ZodString>;
|
|
1004
|
+
validator_page: z.ZodOptional<z.ZodString>;
|
|
1005
|
+
proposal_page: z.ZodOptional<z.ZodString>;
|
|
1006
|
+
block_page: z.ZodOptional<z.ZodString>;
|
|
685
1007
|
}, "strict", z.ZodTypeAny, {
|
|
686
1008
|
kind?: string | undefined;
|
|
687
1009
|
url?: string | undefined;
|
|
688
1010
|
tx_page?: string | undefined;
|
|
689
1011
|
account_page?: string | undefined;
|
|
1012
|
+
validator_page?: string | undefined;
|
|
1013
|
+
proposal_page?: string | undefined;
|
|
1014
|
+
block_page?: string | undefined;
|
|
690
1015
|
}, {
|
|
691
1016
|
kind?: string | undefined;
|
|
692
1017
|
url?: string | undefined;
|
|
693
1018
|
tx_page?: string | undefined;
|
|
694
1019
|
account_page?: string | undefined;
|
|
1020
|
+
validator_page?: string | undefined;
|
|
1021
|
+
proposal_page?: string | undefined;
|
|
1022
|
+
block_page?: string | undefined;
|
|
695
1023
|
}>, "many">>;
|
|
696
1024
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
697
1025
|
extra_codecs: z.ZodOptional<z.ZodArray<z.ZodEnum<["ethermint", "injective"]>, "many">>;
|
|
698
|
-
}, "
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
chain_id
|
|
703
|
-
pre_fork_chain_name
|
|
704
|
-
pretty_name
|
|
705
|
-
website
|
|
706
|
-
update_link
|
|
707
|
-
status
|
|
708
|
-
network_type
|
|
709
|
-
bech32_prefix
|
|
710
|
-
bech32_config
|
|
711
|
-
bech32PrefixAccAddr: z.ZodOptional<z.ZodString>;
|
|
712
|
-
bech32PrefixAccPub: z.ZodOptional<z.ZodString>;
|
|
713
|
-
bech32PrefixValAddr: z.ZodOptional<z.ZodString>;
|
|
714
|
-
bech32PrefixValPub: z.ZodOptional<z.ZodString>;
|
|
715
|
-
bech32PrefixConsAddr: z.ZodOptional<z.ZodString>;
|
|
716
|
-
bech32PrefixConsPub: z.ZodOptional<z.ZodString>;
|
|
717
|
-
}, "strict", z.ZodTypeAny, {
|
|
718
|
-
bech32PrefixAccAddr?: string | undefined;
|
|
719
|
-
bech32PrefixAccPub?: string | undefined;
|
|
720
|
-
bech32PrefixValAddr?: string | undefined;
|
|
721
|
-
bech32PrefixValPub?: string | undefined;
|
|
722
|
-
bech32PrefixConsAddr?: string | undefined;
|
|
723
|
-
bech32PrefixConsPub?: string | undefined;
|
|
724
|
-
}, {
|
|
1026
|
+
}, "strict", z.ZodTypeAny, {
|
|
1027
|
+
chain_name: string;
|
|
1028
|
+
chain_type: "unknown" | "solana" | "cosmos" | "eip155" | "bip122" | "polkadot" | "algorand" | "arweave" | "ergo" | "fil" | "hedera" | "monero" | "reef" | "stacks" | "starknet" | "stellar" | "tezos" | "vechain" | "waves" | "xrpl";
|
|
1029
|
+
$schema?: string | undefined;
|
|
1030
|
+
chain_id?: string | undefined;
|
|
1031
|
+
pre_fork_chain_name?: string | undefined;
|
|
1032
|
+
pretty_name?: string | undefined;
|
|
1033
|
+
website?: string | undefined;
|
|
1034
|
+
update_link?: string | undefined;
|
|
1035
|
+
status?: "live" | "upcoming" | "killed" | undefined;
|
|
1036
|
+
network_type?: "testnet" | "mainnet" | "devnet" | undefined;
|
|
1037
|
+
bech32_prefix?: string | undefined;
|
|
1038
|
+
bech32_config?: {
|
|
725
1039
|
bech32PrefixAccAddr?: string | undefined;
|
|
726
1040
|
bech32PrefixAccPub?: string | undefined;
|
|
727
1041
|
bech32PrefixValAddr?: string | undefined;
|
|
728
1042
|
bech32PrefixValPub?: string | undefined;
|
|
729
1043
|
bech32PrefixConsAddr?: string | undefined;
|
|
730
1044
|
bech32PrefixConsPub?: string | undefined;
|
|
731
|
-
}
|
|
732
|
-
daemon_name
|
|
733
|
-
node_home
|
|
734
|
-
key_algos
|
|
735
|
-
slip44
|
|
736
|
-
alternative_slip44s
|
|
737
|
-
fees
|
|
738
|
-
fee_tokens: z.ZodArray<z.ZodObject<{
|
|
739
|
-
denom: z.ZodString;
|
|
740
|
-
fixed_min_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
741
|
-
low_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
742
|
-
average_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
743
|
-
high_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
744
|
-
gas_costs: z.ZodOptional<z.ZodObject<{
|
|
745
|
-
cosmos_send: z.ZodOptional<z.ZodNumber>;
|
|
746
|
-
ibc_transfer: z.ZodOptional<z.ZodNumber>;
|
|
747
|
-
}, "strict", z.ZodTypeAny, {
|
|
748
|
-
cosmos_send?: number | undefined;
|
|
749
|
-
ibc_transfer?: number | undefined;
|
|
750
|
-
}, {
|
|
751
|
-
cosmos_send?: number | undefined;
|
|
752
|
-
ibc_transfer?: number | undefined;
|
|
753
|
-
}>>;
|
|
754
|
-
}, "strict", z.ZodTypeAny, {
|
|
755
|
-
denom: string;
|
|
756
|
-
fixed_min_gas_price?: number | undefined;
|
|
757
|
-
low_gas_price?: number | undefined;
|
|
758
|
-
average_gas_price?: number | undefined;
|
|
759
|
-
high_gas_price?: number | undefined;
|
|
760
|
-
gas_costs?: {
|
|
761
|
-
cosmos_send?: number | undefined;
|
|
762
|
-
ibc_transfer?: number | undefined;
|
|
763
|
-
} | undefined;
|
|
764
|
-
}, {
|
|
765
|
-
denom: string;
|
|
766
|
-
fixed_min_gas_price?: number | undefined;
|
|
767
|
-
low_gas_price?: number | undefined;
|
|
768
|
-
average_gas_price?: number | undefined;
|
|
769
|
-
high_gas_price?: number | undefined;
|
|
770
|
-
gas_costs?: {
|
|
771
|
-
cosmos_send?: number | undefined;
|
|
772
|
-
ibc_transfer?: number | undefined;
|
|
773
|
-
} | undefined;
|
|
774
|
-
}>, "many">;
|
|
775
|
-
}, "strict", z.ZodTypeAny, {
|
|
776
|
-
fee_tokens: {
|
|
777
|
-
denom: string;
|
|
778
|
-
fixed_min_gas_price?: number | undefined;
|
|
779
|
-
low_gas_price?: number | undefined;
|
|
780
|
-
average_gas_price?: number | undefined;
|
|
781
|
-
high_gas_price?: number | undefined;
|
|
782
|
-
gas_costs?: {
|
|
783
|
-
cosmos_send?: number | undefined;
|
|
784
|
-
ibc_transfer?: number | undefined;
|
|
785
|
-
} | undefined;
|
|
786
|
-
}[];
|
|
787
|
-
}, {
|
|
1045
|
+
} | undefined;
|
|
1046
|
+
daemon_name?: string | undefined;
|
|
1047
|
+
node_home?: string | undefined;
|
|
1048
|
+
key_algos?: ("secp256k1" | "ethsecp256k1" | "ed25519" | "sr25519" | "bn254")[] | undefined;
|
|
1049
|
+
slip44?: number | undefined;
|
|
1050
|
+
alternative_slip44s?: number[] | undefined;
|
|
1051
|
+
fees?: {
|
|
788
1052
|
fee_tokens: {
|
|
789
1053
|
denom: string;
|
|
790
1054
|
fixed_min_gas_price?: number | undefined;
|
|
@@ -796,26 +1060,8 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
796
1060
|
ibc_transfer?: number | undefined;
|
|
797
1061
|
} | undefined;
|
|
798
1062
|
}[];
|
|
799
|
-
}
|
|
800
|
-
staking
|
|
801
|
-
staking_tokens: z.ZodArray<z.ZodObject<{
|
|
802
|
-
denom: z.ZodString;
|
|
803
|
-
}, "strict", z.ZodTypeAny, {
|
|
804
|
-
denom: string;
|
|
805
|
-
}, {
|
|
806
|
-
denom: string;
|
|
807
|
-
}>, "many">;
|
|
808
|
-
lock_duration: z.ZodOptional<z.ZodObject<{
|
|
809
|
-
blocks: z.ZodOptional<z.ZodNumber>;
|
|
810
|
-
time: z.ZodOptional<z.ZodString>;
|
|
811
|
-
}, "strict", z.ZodTypeAny, {
|
|
812
|
-
blocks?: number | undefined;
|
|
813
|
-
time?: string | undefined;
|
|
814
|
-
}, {
|
|
815
|
-
blocks?: number | undefined;
|
|
816
|
-
time?: string | undefined;
|
|
817
|
-
}>>;
|
|
818
|
-
}, "strict", z.ZodTypeAny, {
|
|
1063
|
+
} | undefined;
|
|
1064
|
+
staking?: {
|
|
819
1065
|
staking_tokens: {
|
|
820
1066
|
denom: string;
|
|
821
1067
|
}[];
|
|
@@ -823,1574 +1069,18 @@ export declare const CosmosChainSchema: z.ZodObject<{
|
|
|
823
1069
|
blocks?: number | undefined;
|
|
824
1070
|
time?: string | undefined;
|
|
825
1071
|
} | undefined;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
1072
|
+
} | undefined;
|
|
1073
|
+
codebase?: {
|
|
1074
|
+
git_repo?: string | undefined;
|
|
1075
|
+
recommended_version?: string | undefined;
|
|
1076
|
+
compatible_versions?: string[] | undefined;
|
|
1077
|
+
go_version?: string | undefined;
|
|
1078
|
+
language?: {
|
|
1079
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
1080
|
+
version?: string | undefined;
|
|
1081
|
+
repo?: string | undefined;
|
|
1082
|
+
tag?: string | undefined;
|
|
833
1083
|
} | undefined;
|
|
834
|
-
}>>;
|
|
835
|
-
codebase: z.ZodOptional<z.ZodObject<{
|
|
836
|
-
git_repo: z.ZodOptional<z.ZodString>;
|
|
837
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
838
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
839
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
840
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
841
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
842
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
843
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
844
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
845
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
846
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
847
|
-
}, "strict", z.ZodTypeAny, {
|
|
848
|
-
'linux/amd64'?: string | undefined;
|
|
849
|
-
'linux/arm64'?: string | undefined;
|
|
850
|
-
'darwin/amd64'?: string | undefined;
|
|
851
|
-
'darwin/arm64'?: string | undefined;
|
|
852
|
-
'windows/amd64'?: string | undefined;
|
|
853
|
-
'windows/arm64'?: string | undefined;
|
|
854
|
-
}, {
|
|
855
|
-
'linux/amd64'?: string | undefined;
|
|
856
|
-
'linux/arm64'?: string | undefined;
|
|
857
|
-
'darwin/amd64'?: string | undefined;
|
|
858
|
-
'darwin/arm64'?: string | undefined;
|
|
859
|
-
'windows/amd64'?: string | undefined;
|
|
860
|
-
'windows/arm64'?: string | undefined;
|
|
861
|
-
}>>;
|
|
862
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
863
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
864
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
865
|
-
version: z.ZodOptional<z.ZodString>;
|
|
866
|
-
}, "strict", z.ZodTypeAny, {
|
|
867
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
868
|
-
version?: string | undefined;
|
|
869
|
-
}, {
|
|
870
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
871
|
-
version?: string | undefined;
|
|
872
|
-
}>>;
|
|
873
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
874
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
875
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
876
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
877
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
878
|
-
genesis: z.ZodOptional<z.ZodObject<{
|
|
879
|
-
name: z.ZodOptional<z.ZodString>;
|
|
880
|
-
genesis_url: z.ZodString;
|
|
881
|
-
ics_ccv_url: z.ZodOptional<z.ZodString>;
|
|
882
|
-
}, "strict", z.ZodTypeAny, {
|
|
883
|
-
genesis_url: string;
|
|
884
|
-
name?: string | undefined;
|
|
885
|
-
ics_ccv_url?: string | undefined;
|
|
886
|
-
}, {
|
|
887
|
-
genesis_url: string;
|
|
888
|
-
name?: string | undefined;
|
|
889
|
-
ics_ccv_url?: string | undefined;
|
|
890
|
-
}>>;
|
|
891
|
-
versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
892
|
-
name: z.ZodString;
|
|
893
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
894
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
895
|
-
proposal: z.ZodOptional<z.ZodNumber>;
|
|
896
|
-
previous_version_name: z.ZodOptional<z.ZodString>;
|
|
897
|
-
next_version_name: z.ZodOptional<z.ZodString>;
|
|
898
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
899
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
900
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
901
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
902
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
903
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
904
|
-
version: z.ZodOptional<z.ZodString>;
|
|
905
|
-
}, "strict", z.ZodTypeAny, {
|
|
906
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
907
|
-
version?: string | undefined;
|
|
908
|
-
}, {
|
|
909
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
910
|
-
version?: string | undefined;
|
|
911
|
-
}>>;
|
|
912
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
913
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
914
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
915
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
916
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
917
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
918
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
919
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
920
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
921
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
922
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
923
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
924
|
-
}, "strict", z.ZodTypeAny, {
|
|
925
|
-
'linux/amd64'?: string | undefined;
|
|
926
|
-
'linux/arm64'?: string | undefined;
|
|
927
|
-
'darwin/amd64'?: string | undefined;
|
|
928
|
-
'darwin/arm64'?: string | undefined;
|
|
929
|
-
'windows/amd64'?: string | undefined;
|
|
930
|
-
'windows/arm64'?: string | undefined;
|
|
931
|
-
}, {
|
|
932
|
-
'linux/amd64'?: string | undefined;
|
|
933
|
-
'linux/arm64'?: string | undefined;
|
|
934
|
-
'darwin/amd64'?: string | undefined;
|
|
935
|
-
'darwin/arm64'?: string | undefined;
|
|
936
|
-
'windows/amd64'?: string | undefined;
|
|
937
|
-
'windows/arm64'?: string | undefined;
|
|
938
|
-
}>>;
|
|
939
|
-
}, "strict", z.ZodTypeAny, {
|
|
940
|
-
name: string;
|
|
941
|
-
tag?: string | undefined;
|
|
942
|
-
height?: number | undefined;
|
|
943
|
-
proposal?: number | undefined;
|
|
944
|
-
previous_version_name?: string | undefined;
|
|
945
|
-
next_version_name?: string | undefined;
|
|
946
|
-
recommended_version?: string | undefined;
|
|
947
|
-
go_version?: string | undefined;
|
|
948
|
-
compatible_versions?: string[] | undefined;
|
|
949
|
-
cosmos_sdk_version?: string | undefined;
|
|
950
|
-
consensus?: {
|
|
951
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
952
|
-
version?: string | undefined;
|
|
953
|
-
} | undefined;
|
|
954
|
-
cosmwasm_version?: string | undefined;
|
|
955
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
956
|
-
cosmwasm_path?: string | undefined;
|
|
957
|
-
ibc_go_version?: string | undefined;
|
|
958
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
959
|
-
binaries?: {
|
|
960
|
-
'linux/amd64'?: string | undefined;
|
|
961
|
-
'linux/arm64'?: string | undefined;
|
|
962
|
-
'darwin/amd64'?: string | undefined;
|
|
963
|
-
'darwin/arm64'?: string | undefined;
|
|
964
|
-
'windows/amd64'?: string | undefined;
|
|
965
|
-
'windows/arm64'?: string | undefined;
|
|
966
|
-
} | undefined;
|
|
967
|
-
}, {
|
|
968
|
-
name: string;
|
|
969
|
-
tag?: string | undefined;
|
|
970
|
-
height?: number | undefined;
|
|
971
|
-
proposal?: number | undefined;
|
|
972
|
-
previous_version_name?: string | undefined;
|
|
973
|
-
next_version_name?: string | undefined;
|
|
974
|
-
recommended_version?: string | undefined;
|
|
975
|
-
go_version?: string | undefined;
|
|
976
|
-
compatible_versions?: string[] | undefined;
|
|
977
|
-
cosmos_sdk_version?: string | undefined;
|
|
978
|
-
consensus?: {
|
|
979
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
980
|
-
version?: string | undefined;
|
|
981
|
-
} | undefined;
|
|
982
|
-
cosmwasm_version?: string | undefined;
|
|
983
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
984
|
-
cosmwasm_path?: string | undefined;
|
|
985
|
-
ibc_go_version?: string | undefined;
|
|
986
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
987
|
-
binaries?: {
|
|
988
|
-
'linux/amd64'?: string | undefined;
|
|
989
|
-
'linux/arm64'?: string | undefined;
|
|
990
|
-
'darwin/amd64'?: string | undefined;
|
|
991
|
-
'darwin/arm64'?: string | undefined;
|
|
992
|
-
'windows/amd64'?: string | undefined;
|
|
993
|
-
'windows/arm64'?: string | undefined;
|
|
994
|
-
} | undefined;
|
|
995
|
-
}>, "many">>;
|
|
996
|
-
}, "strict", z.ZodTypeAny, {
|
|
997
|
-
git_repo?: string | undefined;
|
|
998
|
-
recommended_version?: string | undefined;
|
|
999
|
-
go_version?: string | undefined;
|
|
1000
|
-
compatible_versions?: string[] | undefined;
|
|
1001
|
-
binaries?: {
|
|
1002
|
-
'linux/amd64'?: string | undefined;
|
|
1003
|
-
'linux/arm64'?: string | undefined;
|
|
1004
|
-
'darwin/amd64'?: string | undefined;
|
|
1005
|
-
'darwin/arm64'?: string | undefined;
|
|
1006
|
-
'windows/amd64'?: string | undefined;
|
|
1007
|
-
'windows/arm64'?: string | undefined;
|
|
1008
|
-
} | undefined;
|
|
1009
|
-
cosmos_sdk_version?: string | undefined;
|
|
1010
|
-
consensus?: {
|
|
1011
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1012
|
-
version?: string | undefined;
|
|
1013
|
-
} | undefined;
|
|
1014
|
-
cosmwasm_version?: string | undefined;
|
|
1015
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1016
|
-
cosmwasm_path?: string | undefined;
|
|
1017
|
-
ibc_go_version?: string | undefined;
|
|
1018
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1019
|
-
genesis?: {
|
|
1020
|
-
genesis_url: string;
|
|
1021
|
-
name?: string | undefined;
|
|
1022
|
-
ics_ccv_url?: string | undefined;
|
|
1023
|
-
} | undefined;
|
|
1024
|
-
versions?: {
|
|
1025
|
-
name: string;
|
|
1026
|
-
tag?: string | undefined;
|
|
1027
|
-
height?: number | undefined;
|
|
1028
|
-
proposal?: number | undefined;
|
|
1029
|
-
previous_version_name?: string | undefined;
|
|
1030
|
-
next_version_name?: string | undefined;
|
|
1031
|
-
recommended_version?: string | undefined;
|
|
1032
|
-
go_version?: string | undefined;
|
|
1033
|
-
compatible_versions?: string[] | undefined;
|
|
1034
|
-
cosmos_sdk_version?: string | undefined;
|
|
1035
|
-
consensus?: {
|
|
1036
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1037
|
-
version?: string | undefined;
|
|
1038
|
-
} | undefined;
|
|
1039
|
-
cosmwasm_version?: string | undefined;
|
|
1040
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1041
|
-
cosmwasm_path?: string | undefined;
|
|
1042
|
-
ibc_go_version?: string | undefined;
|
|
1043
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1044
|
-
binaries?: {
|
|
1045
|
-
'linux/amd64'?: string | undefined;
|
|
1046
|
-
'linux/arm64'?: string | undefined;
|
|
1047
|
-
'darwin/amd64'?: string | undefined;
|
|
1048
|
-
'darwin/arm64'?: string | undefined;
|
|
1049
|
-
'windows/amd64'?: string | undefined;
|
|
1050
|
-
'windows/arm64'?: string | undefined;
|
|
1051
|
-
} | undefined;
|
|
1052
|
-
}[] | undefined;
|
|
1053
|
-
}, {
|
|
1054
|
-
git_repo?: string | undefined;
|
|
1055
|
-
recommended_version?: string | undefined;
|
|
1056
|
-
go_version?: string | undefined;
|
|
1057
|
-
compatible_versions?: string[] | undefined;
|
|
1058
|
-
binaries?: {
|
|
1059
|
-
'linux/amd64'?: string | undefined;
|
|
1060
|
-
'linux/arm64'?: string | undefined;
|
|
1061
|
-
'darwin/amd64'?: string | undefined;
|
|
1062
|
-
'darwin/arm64'?: string | undefined;
|
|
1063
|
-
'windows/amd64'?: string | undefined;
|
|
1064
|
-
'windows/arm64'?: string | undefined;
|
|
1065
|
-
} | undefined;
|
|
1066
|
-
cosmos_sdk_version?: string | undefined;
|
|
1067
|
-
consensus?: {
|
|
1068
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1069
|
-
version?: string | undefined;
|
|
1070
|
-
} | undefined;
|
|
1071
|
-
cosmwasm_version?: string | undefined;
|
|
1072
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1073
|
-
cosmwasm_path?: string | undefined;
|
|
1074
|
-
ibc_go_version?: string | undefined;
|
|
1075
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1076
|
-
genesis?: {
|
|
1077
|
-
genesis_url: string;
|
|
1078
|
-
name?: string | undefined;
|
|
1079
|
-
ics_ccv_url?: string | undefined;
|
|
1080
|
-
} | undefined;
|
|
1081
|
-
versions?: {
|
|
1082
|
-
name: string;
|
|
1083
|
-
tag?: string | undefined;
|
|
1084
|
-
height?: number | undefined;
|
|
1085
|
-
proposal?: number | undefined;
|
|
1086
|
-
previous_version_name?: string | undefined;
|
|
1087
|
-
next_version_name?: string | undefined;
|
|
1088
|
-
recommended_version?: string | undefined;
|
|
1089
|
-
go_version?: string | undefined;
|
|
1090
|
-
compatible_versions?: string[] | undefined;
|
|
1091
|
-
cosmos_sdk_version?: string | undefined;
|
|
1092
|
-
consensus?: {
|
|
1093
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1094
|
-
version?: string | undefined;
|
|
1095
|
-
} | undefined;
|
|
1096
|
-
cosmwasm_version?: string | undefined;
|
|
1097
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1098
|
-
cosmwasm_path?: string | undefined;
|
|
1099
|
-
ibc_go_version?: string | undefined;
|
|
1100
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1101
|
-
binaries?: {
|
|
1102
|
-
'linux/amd64'?: string | undefined;
|
|
1103
|
-
'linux/arm64'?: string | undefined;
|
|
1104
|
-
'darwin/amd64'?: string | undefined;
|
|
1105
|
-
'darwin/arm64'?: string | undefined;
|
|
1106
|
-
'windows/amd64'?: string | undefined;
|
|
1107
|
-
'windows/arm64'?: string | undefined;
|
|
1108
|
-
} | undefined;
|
|
1109
|
-
}[] | undefined;
|
|
1110
|
-
}>>;
|
|
1111
|
-
images: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1112
|
-
image_sync: z.ZodOptional<z.ZodObject<{
|
|
1113
|
-
chain_name: z.ZodString;
|
|
1114
|
-
base_denom: z.ZodOptional<z.ZodString>;
|
|
1115
|
-
}, "strict", z.ZodTypeAny, {
|
|
1116
|
-
chain_name: string;
|
|
1117
|
-
base_denom?: string | undefined;
|
|
1118
|
-
}, {
|
|
1119
|
-
chain_name: string;
|
|
1120
|
-
base_denom?: string | undefined;
|
|
1121
|
-
}>>;
|
|
1122
|
-
png: z.ZodOptional<z.ZodString>;
|
|
1123
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
1124
|
-
theme: z.ZodOptional<z.ZodObject<{
|
|
1125
|
-
primary_color_hex: z.ZodOptional<z.ZodString>;
|
|
1126
|
-
background_color_hex: z.ZodOptional<z.ZodString>;
|
|
1127
|
-
circle: z.ZodOptional<z.ZodBoolean>;
|
|
1128
|
-
dark_mode: z.ZodOptional<z.ZodBoolean>;
|
|
1129
|
-
}, "strict", z.ZodTypeAny, {
|
|
1130
|
-
primary_color_hex?: string | undefined;
|
|
1131
|
-
background_color_hex?: string | undefined;
|
|
1132
|
-
circle?: boolean | undefined;
|
|
1133
|
-
dark_mode?: boolean | undefined;
|
|
1134
|
-
}, {
|
|
1135
|
-
primary_color_hex?: string | undefined;
|
|
1136
|
-
background_color_hex?: string | undefined;
|
|
1137
|
-
circle?: boolean | undefined;
|
|
1138
|
-
dark_mode?: boolean | undefined;
|
|
1139
|
-
}>>;
|
|
1140
|
-
layout: z.ZodOptional<z.ZodEnum<["logo", "logomark", "logotype"]>>;
|
|
1141
|
-
text_position: z.ZodOptional<z.ZodEnum<["top", "bottom", "left", "right", "integrated"]>>;
|
|
1142
|
-
}, "strict", z.ZodTypeAny, {
|
|
1143
|
-
image_sync?: {
|
|
1144
|
-
chain_name: string;
|
|
1145
|
-
base_denom?: string | undefined;
|
|
1146
|
-
} | undefined;
|
|
1147
|
-
png?: string | undefined;
|
|
1148
|
-
svg?: string | undefined;
|
|
1149
|
-
theme?: {
|
|
1150
|
-
primary_color_hex?: string | undefined;
|
|
1151
|
-
background_color_hex?: string | undefined;
|
|
1152
|
-
circle?: boolean | undefined;
|
|
1153
|
-
dark_mode?: boolean | undefined;
|
|
1154
|
-
} | undefined;
|
|
1155
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
1156
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
1157
|
-
}, {
|
|
1158
|
-
image_sync?: {
|
|
1159
|
-
chain_name: string;
|
|
1160
|
-
base_denom?: string | undefined;
|
|
1161
|
-
} | undefined;
|
|
1162
|
-
png?: string | undefined;
|
|
1163
|
-
svg?: string | undefined;
|
|
1164
|
-
theme?: {
|
|
1165
|
-
primary_color_hex?: string | undefined;
|
|
1166
|
-
background_color_hex?: string | undefined;
|
|
1167
|
-
circle?: boolean | undefined;
|
|
1168
|
-
dark_mode?: boolean | undefined;
|
|
1169
|
-
} | undefined;
|
|
1170
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
1171
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
1172
|
-
}>, z.ZodUnion<[z.ZodAny, z.ZodAny]>>, "many">>;
|
|
1173
|
-
logo_URIs: z.ZodOptional<z.ZodObject<{
|
|
1174
|
-
png: z.ZodOptional<z.ZodString>;
|
|
1175
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
1176
|
-
}, "strict", z.ZodTypeAny, {
|
|
1177
|
-
png?: string | undefined;
|
|
1178
|
-
svg?: string | undefined;
|
|
1179
|
-
}, {
|
|
1180
|
-
png?: string | undefined;
|
|
1181
|
-
svg?: string | undefined;
|
|
1182
|
-
}>>;
|
|
1183
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1184
|
-
peers: z.ZodOptional<z.ZodObject<{
|
|
1185
|
-
seeds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1186
|
-
id: z.ZodString;
|
|
1187
|
-
address: z.ZodString;
|
|
1188
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1189
|
-
}, "strict", z.ZodTypeAny, {
|
|
1190
|
-
id: string;
|
|
1191
|
-
address: string;
|
|
1192
|
-
provider?: string | undefined;
|
|
1193
|
-
}, {
|
|
1194
|
-
id: string;
|
|
1195
|
-
address: string;
|
|
1196
|
-
provider?: string | undefined;
|
|
1197
|
-
}>, "many">>;
|
|
1198
|
-
persistent_peers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1199
|
-
id: z.ZodString;
|
|
1200
|
-
address: z.ZodString;
|
|
1201
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1202
|
-
}, "strict", z.ZodTypeAny, {
|
|
1203
|
-
id: string;
|
|
1204
|
-
address: string;
|
|
1205
|
-
provider?: string | undefined;
|
|
1206
|
-
}, {
|
|
1207
|
-
id: string;
|
|
1208
|
-
address: string;
|
|
1209
|
-
provider?: string | undefined;
|
|
1210
|
-
}>, "many">>;
|
|
1211
|
-
}, "strict", z.ZodTypeAny, {
|
|
1212
|
-
seeds?: {
|
|
1213
|
-
id: string;
|
|
1214
|
-
address: string;
|
|
1215
|
-
provider?: string | undefined;
|
|
1216
|
-
}[] | undefined;
|
|
1217
|
-
persistent_peers?: {
|
|
1218
|
-
id: string;
|
|
1219
|
-
address: string;
|
|
1220
|
-
provider?: string | undefined;
|
|
1221
|
-
}[] | undefined;
|
|
1222
|
-
}, {
|
|
1223
|
-
seeds?: {
|
|
1224
|
-
id: string;
|
|
1225
|
-
address: string;
|
|
1226
|
-
provider?: string | undefined;
|
|
1227
|
-
}[] | undefined;
|
|
1228
|
-
persistent_peers?: {
|
|
1229
|
-
id: string;
|
|
1230
|
-
address: string;
|
|
1231
|
-
provider?: string | undefined;
|
|
1232
|
-
}[] | undefined;
|
|
1233
|
-
}>>;
|
|
1234
|
-
apis: z.ZodOptional<z.ZodObject<{
|
|
1235
|
-
rpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1236
|
-
address: z.ZodString;
|
|
1237
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1238
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1239
|
-
}, "strict", z.ZodTypeAny, {
|
|
1240
|
-
address: string;
|
|
1241
|
-
archive: boolean;
|
|
1242
|
-
provider?: string | undefined;
|
|
1243
|
-
}, {
|
|
1244
|
-
address: string;
|
|
1245
|
-
provider?: string | undefined;
|
|
1246
|
-
archive?: boolean | undefined;
|
|
1247
|
-
}>, "many">>;
|
|
1248
|
-
rest: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1249
|
-
address: z.ZodString;
|
|
1250
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1251
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1252
|
-
}, "strict", z.ZodTypeAny, {
|
|
1253
|
-
address: string;
|
|
1254
|
-
archive: boolean;
|
|
1255
|
-
provider?: string | undefined;
|
|
1256
|
-
}, {
|
|
1257
|
-
address: string;
|
|
1258
|
-
provider?: string | undefined;
|
|
1259
|
-
archive?: boolean | undefined;
|
|
1260
|
-
}>, "many">>;
|
|
1261
|
-
grpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1262
|
-
address: z.ZodString;
|
|
1263
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1264
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1265
|
-
}, "strict", z.ZodTypeAny, {
|
|
1266
|
-
address: string;
|
|
1267
|
-
archive: boolean;
|
|
1268
|
-
provider?: string | undefined;
|
|
1269
|
-
}, {
|
|
1270
|
-
address: string;
|
|
1271
|
-
provider?: string | undefined;
|
|
1272
|
-
archive?: boolean | undefined;
|
|
1273
|
-
}>, "many">>;
|
|
1274
|
-
wss: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1275
|
-
address: z.ZodString;
|
|
1276
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1277
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1278
|
-
}, "strict", z.ZodTypeAny, {
|
|
1279
|
-
address: string;
|
|
1280
|
-
archive: boolean;
|
|
1281
|
-
provider?: string | undefined;
|
|
1282
|
-
}, {
|
|
1283
|
-
address: string;
|
|
1284
|
-
provider?: string | undefined;
|
|
1285
|
-
archive?: boolean | undefined;
|
|
1286
|
-
}>, "many">>;
|
|
1287
|
-
'grpc-web': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1288
|
-
address: z.ZodString;
|
|
1289
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1290
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1291
|
-
}, "strict", z.ZodTypeAny, {
|
|
1292
|
-
address: string;
|
|
1293
|
-
archive: boolean;
|
|
1294
|
-
provider?: string | undefined;
|
|
1295
|
-
}, {
|
|
1296
|
-
address: string;
|
|
1297
|
-
provider?: string | undefined;
|
|
1298
|
-
archive?: boolean | undefined;
|
|
1299
|
-
}>, "many">>;
|
|
1300
|
-
'evm-http-jsonrpc': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1301
|
-
address: z.ZodString;
|
|
1302
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1303
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1304
|
-
}, "strict", z.ZodTypeAny, {
|
|
1305
|
-
address: string;
|
|
1306
|
-
archive: boolean;
|
|
1307
|
-
provider?: string | undefined;
|
|
1308
|
-
}, {
|
|
1309
|
-
address: string;
|
|
1310
|
-
provider?: string | undefined;
|
|
1311
|
-
archive?: boolean | undefined;
|
|
1312
|
-
}>, "many">>;
|
|
1313
|
-
}, "strict", z.ZodTypeAny, {
|
|
1314
|
-
rpc?: {
|
|
1315
|
-
address: string;
|
|
1316
|
-
archive: boolean;
|
|
1317
|
-
provider?: string | undefined;
|
|
1318
|
-
}[] | undefined;
|
|
1319
|
-
rest?: {
|
|
1320
|
-
address: string;
|
|
1321
|
-
archive: boolean;
|
|
1322
|
-
provider?: string | undefined;
|
|
1323
|
-
}[] | undefined;
|
|
1324
|
-
grpc?: {
|
|
1325
|
-
address: string;
|
|
1326
|
-
archive: boolean;
|
|
1327
|
-
provider?: string | undefined;
|
|
1328
|
-
}[] | undefined;
|
|
1329
|
-
wss?: {
|
|
1330
|
-
address: string;
|
|
1331
|
-
archive: boolean;
|
|
1332
|
-
provider?: string | undefined;
|
|
1333
|
-
}[] | undefined;
|
|
1334
|
-
'grpc-web'?: {
|
|
1335
|
-
address: string;
|
|
1336
|
-
archive: boolean;
|
|
1337
|
-
provider?: string | undefined;
|
|
1338
|
-
}[] | undefined;
|
|
1339
|
-
'evm-http-jsonrpc'?: {
|
|
1340
|
-
address: string;
|
|
1341
|
-
archive: boolean;
|
|
1342
|
-
provider?: string | undefined;
|
|
1343
|
-
}[] | undefined;
|
|
1344
|
-
}, {
|
|
1345
|
-
rpc?: {
|
|
1346
|
-
address: string;
|
|
1347
|
-
provider?: string | undefined;
|
|
1348
|
-
archive?: boolean | undefined;
|
|
1349
|
-
}[] | undefined;
|
|
1350
|
-
rest?: {
|
|
1351
|
-
address: string;
|
|
1352
|
-
provider?: string | undefined;
|
|
1353
|
-
archive?: boolean | undefined;
|
|
1354
|
-
}[] | undefined;
|
|
1355
|
-
grpc?: {
|
|
1356
|
-
address: string;
|
|
1357
|
-
provider?: string | undefined;
|
|
1358
|
-
archive?: boolean | undefined;
|
|
1359
|
-
}[] | undefined;
|
|
1360
|
-
wss?: {
|
|
1361
|
-
address: string;
|
|
1362
|
-
provider?: string | undefined;
|
|
1363
|
-
archive?: boolean | undefined;
|
|
1364
|
-
}[] | undefined;
|
|
1365
|
-
'grpc-web'?: {
|
|
1366
|
-
address: string;
|
|
1367
|
-
provider?: string | undefined;
|
|
1368
|
-
archive?: boolean | undefined;
|
|
1369
|
-
}[] | undefined;
|
|
1370
|
-
'evm-http-jsonrpc'?: {
|
|
1371
|
-
address: string;
|
|
1372
|
-
provider?: string | undefined;
|
|
1373
|
-
archive?: boolean | undefined;
|
|
1374
|
-
}[] | undefined;
|
|
1375
|
-
}>>;
|
|
1376
|
-
explorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1377
|
-
kind: z.ZodOptional<z.ZodString>;
|
|
1378
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1379
|
-
tx_page: z.ZodOptional<z.ZodString>;
|
|
1380
|
-
account_page: z.ZodOptional<z.ZodString>;
|
|
1381
|
-
}, "strict", z.ZodTypeAny, {
|
|
1382
|
-
kind?: string | undefined;
|
|
1383
|
-
url?: string | undefined;
|
|
1384
|
-
tx_page?: string | undefined;
|
|
1385
|
-
account_page?: string | undefined;
|
|
1386
|
-
}, {
|
|
1387
|
-
kind?: string | undefined;
|
|
1388
|
-
url?: string | undefined;
|
|
1389
|
-
tx_page?: string | undefined;
|
|
1390
|
-
account_page?: string | undefined;
|
|
1391
|
-
}>, "many">>;
|
|
1392
|
-
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1393
|
-
extra_codecs: z.ZodOptional<z.ZodArray<z.ZodEnum<["ethermint", "injective"]>, "many">>;
|
|
1394
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1395
|
-
$schema: z.ZodOptional<z.ZodString>;
|
|
1396
|
-
chain_name: z.ZodString;
|
|
1397
|
-
chain_type: z.ZodString;
|
|
1398
|
-
chain_id: z.ZodString;
|
|
1399
|
-
pre_fork_chain_name: z.ZodOptional<z.ZodString>;
|
|
1400
|
-
pretty_name: z.ZodOptional<z.ZodString>;
|
|
1401
|
-
website: z.ZodOptional<z.ZodString>;
|
|
1402
|
-
update_link: z.ZodOptional<z.ZodString>;
|
|
1403
|
-
status: z.ZodOptional<z.ZodEnum<["live", "upcoming", "killed"]>>;
|
|
1404
|
-
network_type: z.ZodOptional<z.ZodEnum<["mainnet", "testnet", "devnet"]>>;
|
|
1405
|
-
bech32_prefix: z.ZodString;
|
|
1406
|
-
bech32_config: z.ZodOptional<z.ZodObject<{
|
|
1407
|
-
bech32PrefixAccAddr: z.ZodOptional<z.ZodString>;
|
|
1408
|
-
bech32PrefixAccPub: z.ZodOptional<z.ZodString>;
|
|
1409
|
-
bech32PrefixValAddr: z.ZodOptional<z.ZodString>;
|
|
1410
|
-
bech32PrefixValPub: z.ZodOptional<z.ZodString>;
|
|
1411
|
-
bech32PrefixConsAddr: z.ZodOptional<z.ZodString>;
|
|
1412
|
-
bech32PrefixConsPub: z.ZodOptional<z.ZodString>;
|
|
1413
|
-
}, "strict", z.ZodTypeAny, {
|
|
1414
|
-
bech32PrefixAccAddr?: string | undefined;
|
|
1415
|
-
bech32PrefixAccPub?: string | undefined;
|
|
1416
|
-
bech32PrefixValAddr?: string | undefined;
|
|
1417
|
-
bech32PrefixValPub?: string | undefined;
|
|
1418
|
-
bech32PrefixConsAddr?: string | undefined;
|
|
1419
|
-
bech32PrefixConsPub?: string | undefined;
|
|
1420
|
-
}, {
|
|
1421
|
-
bech32PrefixAccAddr?: string | undefined;
|
|
1422
|
-
bech32PrefixAccPub?: string | undefined;
|
|
1423
|
-
bech32PrefixValAddr?: string | undefined;
|
|
1424
|
-
bech32PrefixValPub?: string | undefined;
|
|
1425
|
-
bech32PrefixConsAddr?: string | undefined;
|
|
1426
|
-
bech32PrefixConsPub?: string | undefined;
|
|
1427
|
-
}>>;
|
|
1428
|
-
daemon_name: z.ZodOptional<z.ZodString>;
|
|
1429
|
-
node_home: z.ZodOptional<z.ZodString>;
|
|
1430
|
-
key_algos: z.ZodOptional<z.ZodArray<z.ZodEnum<["secp256k1", "ethsecp256k1", "ed25519", "sr25519", "bn254"]>, "many">>;
|
|
1431
|
-
slip44: z.ZodOptional<z.ZodNumber>;
|
|
1432
|
-
alternative_slip44s: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
1433
|
-
fees: z.ZodOptional<z.ZodObject<{
|
|
1434
|
-
fee_tokens: z.ZodArray<z.ZodObject<{
|
|
1435
|
-
denom: z.ZodString;
|
|
1436
|
-
fixed_min_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
1437
|
-
low_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
1438
|
-
average_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
1439
|
-
high_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
1440
|
-
gas_costs: z.ZodOptional<z.ZodObject<{
|
|
1441
|
-
cosmos_send: z.ZodOptional<z.ZodNumber>;
|
|
1442
|
-
ibc_transfer: z.ZodOptional<z.ZodNumber>;
|
|
1443
|
-
}, "strict", z.ZodTypeAny, {
|
|
1444
|
-
cosmos_send?: number | undefined;
|
|
1445
|
-
ibc_transfer?: number | undefined;
|
|
1446
|
-
}, {
|
|
1447
|
-
cosmos_send?: number | undefined;
|
|
1448
|
-
ibc_transfer?: number | undefined;
|
|
1449
|
-
}>>;
|
|
1450
|
-
}, "strict", z.ZodTypeAny, {
|
|
1451
|
-
denom: string;
|
|
1452
|
-
fixed_min_gas_price?: number | undefined;
|
|
1453
|
-
low_gas_price?: number | undefined;
|
|
1454
|
-
average_gas_price?: number | undefined;
|
|
1455
|
-
high_gas_price?: number | undefined;
|
|
1456
|
-
gas_costs?: {
|
|
1457
|
-
cosmos_send?: number | undefined;
|
|
1458
|
-
ibc_transfer?: number | undefined;
|
|
1459
|
-
} | undefined;
|
|
1460
|
-
}, {
|
|
1461
|
-
denom: string;
|
|
1462
|
-
fixed_min_gas_price?: number | undefined;
|
|
1463
|
-
low_gas_price?: number | undefined;
|
|
1464
|
-
average_gas_price?: number | undefined;
|
|
1465
|
-
high_gas_price?: number | undefined;
|
|
1466
|
-
gas_costs?: {
|
|
1467
|
-
cosmos_send?: number | undefined;
|
|
1468
|
-
ibc_transfer?: number | undefined;
|
|
1469
|
-
} | undefined;
|
|
1470
|
-
}>, "many">;
|
|
1471
|
-
}, "strict", z.ZodTypeAny, {
|
|
1472
|
-
fee_tokens: {
|
|
1473
|
-
denom: string;
|
|
1474
|
-
fixed_min_gas_price?: number | undefined;
|
|
1475
|
-
low_gas_price?: number | undefined;
|
|
1476
|
-
average_gas_price?: number | undefined;
|
|
1477
|
-
high_gas_price?: number | undefined;
|
|
1478
|
-
gas_costs?: {
|
|
1479
|
-
cosmos_send?: number | undefined;
|
|
1480
|
-
ibc_transfer?: number | undefined;
|
|
1481
|
-
} | undefined;
|
|
1482
|
-
}[];
|
|
1483
|
-
}, {
|
|
1484
|
-
fee_tokens: {
|
|
1485
|
-
denom: string;
|
|
1486
|
-
fixed_min_gas_price?: number | undefined;
|
|
1487
|
-
low_gas_price?: number | undefined;
|
|
1488
|
-
average_gas_price?: number | undefined;
|
|
1489
|
-
high_gas_price?: number | undefined;
|
|
1490
|
-
gas_costs?: {
|
|
1491
|
-
cosmos_send?: number | undefined;
|
|
1492
|
-
ibc_transfer?: number | undefined;
|
|
1493
|
-
} | undefined;
|
|
1494
|
-
}[];
|
|
1495
|
-
}>>;
|
|
1496
|
-
staking: z.ZodOptional<z.ZodObject<{
|
|
1497
|
-
staking_tokens: z.ZodArray<z.ZodObject<{
|
|
1498
|
-
denom: z.ZodString;
|
|
1499
|
-
}, "strict", z.ZodTypeAny, {
|
|
1500
|
-
denom: string;
|
|
1501
|
-
}, {
|
|
1502
|
-
denom: string;
|
|
1503
|
-
}>, "many">;
|
|
1504
|
-
lock_duration: z.ZodOptional<z.ZodObject<{
|
|
1505
|
-
blocks: z.ZodOptional<z.ZodNumber>;
|
|
1506
|
-
time: z.ZodOptional<z.ZodString>;
|
|
1507
|
-
}, "strict", z.ZodTypeAny, {
|
|
1508
|
-
blocks?: number | undefined;
|
|
1509
|
-
time?: string | undefined;
|
|
1510
|
-
}, {
|
|
1511
|
-
blocks?: number | undefined;
|
|
1512
|
-
time?: string | undefined;
|
|
1513
|
-
}>>;
|
|
1514
|
-
}, "strict", z.ZodTypeAny, {
|
|
1515
|
-
staking_tokens: {
|
|
1516
|
-
denom: string;
|
|
1517
|
-
}[];
|
|
1518
|
-
lock_duration?: {
|
|
1519
|
-
blocks?: number | undefined;
|
|
1520
|
-
time?: string | undefined;
|
|
1521
|
-
} | undefined;
|
|
1522
|
-
}, {
|
|
1523
|
-
staking_tokens: {
|
|
1524
|
-
denom: string;
|
|
1525
|
-
}[];
|
|
1526
|
-
lock_duration?: {
|
|
1527
|
-
blocks?: number | undefined;
|
|
1528
|
-
time?: string | undefined;
|
|
1529
|
-
} | undefined;
|
|
1530
|
-
}>>;
|
|
1531
|
-
codebase: z.ZodOptional<z.ZodObject<{
|
|
1532
|
-
git_repo: z.ZodOptional<z.ZodString>;
|
|
1533
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
1534
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
1535
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1536
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
1537
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
1538
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
1539
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
1540
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
1541
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
1542
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
1543
|
-
}, "strict", z.ZodTypeAny, {
|
|
1544
|
-
'linux/amd64'?: string | undefined;
|
|
1545
|
-
'linux/arm64'?: string | undefined;
|
|
1546
|
-
'darwin/amd64'?: string | undefined;
|
|
1547
|
-
'darwin/arm64'?: string | undefined;
|
|
1548
|
-
'windows/amd64'?: string | undefined;
|
|
1549
|
-
'windows/arm64'?: string | undefined;
|
|
1550
|
-
}, {
|
|
1551
|
-
'linux/amd64'?: string | undefined;
|
|
1552
|
-
'linux/arm64'?: string | undefined;
|
|
1553
|
-
'darwin/amd64'?: string | undefined;
|
|
1554
|
-
'darwin/arm64'?: string | undefined;
|
|
1555
|
-
'windows/amd64'?: string | undefined;
|
|
1556
|
-
'windows/arm64'?: string | undefined;
|
|
1557
|
-
}>>;
|
|
1558
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
1559
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
1560
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
1561
|
-
version: z.ZodOptional<z.ZodString>;
|
|
1562
|
-
}, "strict", z.ZodTypeAny, {
|
|
1563
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1564
|
-
version?: string | undefined;
|
|
1565
|
-
}, {
|
|
1566
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1567
|
-
version?: string | undefined;
|
|
1568
|
-
}>>;
|
|
1569
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
1570
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1571
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
1572
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
1573
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
1574
|
-
genesis: z.ZodOptional<z.ZodObject<{
|
|
1575
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1576
|
-
genesis_url: z.ZodString;
|
|
1577
|
-
ics_ccv_url: z.ZodOptional<z.ZodString>;
|
|
1578
|
-
}, "strict", z.ZodTypeAny, {
|
|
1579
|
-
genesis_url: string;
|
|
1580
|
-
name?: string | undefined;
|
|
1581
|
-
ics_ccv_url?: string | undefined;
|
|
1582
|
-
}, {
|
|
1583
|
-
genesis_url: string;
|
|
1584
|
-
name?: string | undefined;
|
|
1585
|
-
ics_ccv_url?: string | undefined;
|
|
1586
|
-
}>>;
|
|
1587
|
-
versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1588
|
-
name: z.ZodString;
|
|
1589
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1590
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
1591
|
-
proposal: z.ZodOptional<z.ZodNumber>;
|
|
1592
|
-
previous_version_name: z.ZodOptional<z.ZodString>;
|
|
1593
|
-
next_version_name: z.ZodOptional<z.ZodString>;
|
|
1594
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
1595
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
1596
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1597
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
1598
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
1599
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
1600
|
-
version: z.ZodOptional<z.ZodString>;
|
|
1601
|
-
}, "strict", z.ZodTypeAny, {
|
|
1602
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1603
|
-
version?: string | undefined;
|
|
1604
|
-
}, {
|
|
1605
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1606
|
-
version?: string | undefined;
|
|
1607
|
-
}>>;
|
|
1608
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
1609
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1610
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
1611
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
1612
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
1613
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
1614
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
1615
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
1616
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
1617
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
1618
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
1619
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
1620
|
-
}, "strict", z.ZodTypeAny, {
|
|
1621
|
-
'linux/amd64'?: string | undefined;
|
|
1622
|
-
'linux/arm64'?: string | undefined;
|
|
1623
|
-
'darwin/amd64'?: string | undefined;
|
|
1624
|
-
'darwin/arm64'?: string | undefined;
|
|
1625
|
-
'windows/amd64'?: string | undefined;
|
|
1626
|
-
'windows/arm64'?: string | undefined;
|
|
1627
|
-
}, {
|
|
1628
|
-
'linux/amd64'?: string | undefined;
|
|
1629
|
-
'linux/arm64'?: string | undefined;
|
|
1630
|
-
'darwin/amd64'?: string | undefined;
|
|
1631
|
-
'darwin/arm64'?: string | undefined;
|
|
1632
|
-
'windows/amd64'?: string | undefined;
|
|
1633
|
-
'windows/arm64'?: string | undefined;
|
|
1634
|
-
}>>;
|
|
1635
|
-
}, "strict", z.ZodTypeAny, {
|
|
1636
|
-
name: string;
|
|
1637
|
-
tag?: string | undefined;
|
|
1638
|
-
height?: number | undefined;
|
|
1639
|
-
proposal?: number | undefined;
|
|
1640
|
-
previous_version_name?: string | undefined;
|
|
1641
|
-
next_version_name?: string | undefined;
|
|
1642
|
-
recommended_version?: string | undefined;
|
|
1643
|
-
go_version?: string | undefined;
|
|
1644
|
-
compatible_versions?: string[] | undefined;
|
|
1645
|
-
cosmos_sdk_version?: string | undefined;
|
|
1646
|
-
consensus?: {
|
|
1647
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1648
|
-
version?: string | undefined;
|
|
1649
|
-
} | undefined;
|
|
1650
|
-
cosmwasm_version?: string | undefined;
|
|
1651
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1652
|
-
cosmwasm_path?: string | undefined;
|
|
1653
|
-
ibc_go_version?: string | undefined;
|
|
1654
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1655
|
-
binaries?: {
|
|
1656
|
-
'linux/amd64'?: string | undefined;
|
|
1657
|
-
'linux/arm64'?: string | undefined;
|
|
1658
|
-
'darwin/amd64'?: string | undefined;
|
|
1659
|
-
'darwin/arm64'?: string | undefined;
|
|
1660
|
-
'windows/amd64'?: string | undefined;
|
|
1661
|
-
'windows/arm64'?: string | undefined;
|
|
1662
|
-
} | undefined;
|
|
1663
|
-
}, {
|
|
1664
|
-
name: string;
|
|
1665
|
-
tag?: string | undefined;
|
|
1666
|
-
height?: number | undefined;
|
|
1667
|
-
proposal?: number | undefined;
|
|
1668
|
-
previous_version_name?: string | undefined;
|
|
1669
|
-
next_version_name?: string | undefined;
|
|
1670
|
-
recommended_version?: string | undefined;
|
|
1671
|
-
go_version?: string | undefined;
|
|
1672
|
-
compatible_versions?: string[] | undefined;
|
|
1673
|
-
cosmos_sdk_version?: string | undefined;
|
|
1674
|
-
consensus?: {
|
|
1675
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1676
|
-
version?: string | undefined;
|
|
1677
|
-
} | undefined;
|
|
1678
|
-
cosmwasm_version?: string | undefined;
|
|
1679
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1680
|
-
cosmwasm_path?: string | undefined;
|
|
1681
|
-
ibc_go_version?: string | undefined;
|
|
1682
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1683
|
-
binaries?: {
|
|
1684
|
-
'linux/amd64'?: string | undefined;
|
|
1685
|
-
'linux/arm64'?: string | undefined;
|
|
1686
|
-
'darwin/amd64'?: string | undefined;
|
|
1687
|
-
'darwin/arm64'?: string | undefined;
|
|
1688
|
-
'windows/amd64'?: string | undefined;
|
|
1689
|
-
'windows/arm64'?: string | undefined;
|
|
1690
|
-
} | undefined;
|
|
1691
|
-
}>, "many">>;
|
|
1692
|
-
}, "strict", z.ZodTypeAny, {
|
|
1693
|
-
git_repo?: string | undefined;
|
|
1694
|
-
recommended_version?: string | undefined;
|
|
1695
|
-
go_version?: string | undefined;
|
|
1696
|
-
compatible_versions?: string[] | undefined;
|
|
1697
|
-
binaries?: {
|
|
1698
|
-
'linux/amd64'?: string | undefined;
|
|
1699
|
-
'linux/arm64'?: string | undefined;
|
|
1700
|
-
'darwin/amd64'?: string | undefined;
|
|
1701
|
-
'darwin/arm64'?: string | undefined;
|
|
1702
|
-
'windows/amd64'?: string | undefined;
|
|
1703
|
-
'windows/arm64'?: string | undefined;
|
|
1704
|
-
} | undefined;
|
|
1705
|
-
cosmos_sdk_version?: string | undefined;
|
|
1706
|
-
consensus?: {
|
|
1707
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1708
|
-
version?: string | undefined;
|
|
1709
|
-
} | undefined;
|
|
1710
|
-
cosmwasm_version?: string | undefined;
|
|
1711
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1712
|
-
cosmwasm_path?: string | undefined;
|
|
1713
|
-
ibc_go_version?: string | undefined;
|
|
1714
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1715
|
-
genesis?: {
|
|
1716
|
-
genesis_url: string;
|
|
1717
|
-
name?: string | undefined;
|
|
1718
|
-
ics_ccv_url?: string | undefined;
|
|
1719
|
-
} | undefined;
|
|
1720
|
-
versions?: {
|
|
1721
|
-
name: string;
|
|
1722
|
-
tag?: string | undefined;
|
|
1723
|
-
height?: number | undefined;
|
|
1724
|
-
proposal?: number | undefined;
|
|
1725
|
-
previous_version_name?: string | undefined;
|
|
1726
|
-
next_version_name?: string | undefined;
|
|
1727
|
-
recommended_version?: string | undefined;
|
|
1728
|
-
go_version?: string | undefined;
|
|
1729
|
-
compatible_versions?: string[] | undefined;
|
|
1730
|
-
cosmos_sdk_version?: string | undefined;
|
|
1731
|
-
consensus?: {
|
|
1732
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1733
|
-
version?: string | undefined;
|
|
1734
|
-
} | undefined;
|
|
1735
|
-
cosmwasm_version?: string | undefined;
|
|
1736
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1737
|
-
cosmwasm_path?: string | undefined;
|
|
1738
|
-
ibc_go_version?: string | undefined;
|
|
1739
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1740
|
-
binaries?: {
|
|
1741
|
-
'linux/amd64'?: string | undefined;
|
|
1742
|
-
'linux/arm64'?: string | undefined;
|
|
1743
|
-
'darwin/amd64'?: string | undefined;
|
|
1744
|
-
'darwin/arm64'?: string | undefined;
|
|
1745
|
-
'windows/amd64'?: string | undefined;
|
|
1746
|
-
'windows/arm64'?: string | undefined;
|
|
1747
|
-
} | undefined;
|
|
1748
|
-
}[] | undefined;
|
|
1749
|
-
}, {
|
|
1750
|
-
git_repo?: string | undefined;
|
|
1751
|
-
recommended_version?: string | undefined;
|
|
1752
|
-
go_version?: string | undefined;
|
|
1753
|
-
compatible_versions?: string[] | undefined;
|
|
1754
|
-
binaries?: {
|
|
1755
|
-
'linux/amd64'?: string | undefined;
|
|
1756
|
-
'linux/arm64'?: string | undefined;
|
|
1757
|
-
'darwin/amd64'?: string | undefined;
|
|
1758
|
-
'darwin/arm64'?: string | undefined;
|
|
1759
|
-
'windows/amd64'?: string | undefined;
|
|
1760
|
-
'windows/arm64'?: string | undefined;
|
|
1761
|
-
} | undefined;
|
|
1762
|
-
cosmos_sdk_version?: string | undefined;
|
|
1763
|
-
consensus?: {
|
|
1764
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1765
|
-
version?: string | undefined;
|
|
1766
|
-
} | undefined;
|
|
1767
|
-
cosmwasm_version?: string | undefined;
|
|
1768
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1769
|
-
cosmwasm_path?: string | undefined;
|
|
1770
|
-
ibc_go_version?: string | undefined;
|
|
1771
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1772
|
-
genesis?: {
|
|
1773
|
-
genesis_url: string;
|
|
1774
|
-
name?: string | undefined;
|
|
1775
|
-
ics_ccv_url?: string | undefined;
|
|
1776
|
-
} | undefined;
|
|
1777
|
-
versions?: {
|
|
1778
|
-
name: string;
|
|
1779
|
-
tag?: string | undefined;
|
|
1780
|
-
height?: number | undefined;
|
|
1781
|
-
proposal?: number | undefined;
|
|
1782
|
-
previous_version_name?: string | undefined;
|
|
1783
|
-
next_version_name?: string | undefined;
|
|
1784
|
-
recommended_version?: string | undefined;
|
|
1785
|
-
go_version?: string | undefined;
|
|
1786
|
-
compatible_versions?: string[] | undefined;
|
|
1787
|
-
cosmos_sdk_version?: string | undefined;
|
|
1788
|
-
consensus?: {
|
|
1789
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
1790
|
-
version?: string | undefined;
|
|
1791
|
-
} | undefined;
|
|
1792
|
-
cosmwasm_version?: string | undefined;
|
|
1793
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
1794
|
-
cosmwasm_path?: string | undefined;
|
|
1795
|
-
ibc_go_version?: string | undefined;
|
|
1796
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1797
|
-
binaries?: {
|
|
1798
|
-
'linux/amd64'?: string | undefined;
|
|
1799
|
-
'linux/arm64'?: string | undefined;
|
|
1800
|
-
'darwin/amd64'?: string | undefined;
|
|
1801
|
-
'darwin/arm64'?: string | undefined;
|
|
1802
|
-
'windows/amd64'?: string | undefined;
|
|
1803
|
-
'windows/arm64'?: string | undefined;
|
|
1804
|
-
} | undefined;
|
|
1805
|
-
}[] | undefined;
|
|
1806
|
-
}>>;
|
|
1807
|
-
images: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1808
|
-
image_sync: z.ZodOptional<z.ZodObject<{
|
|
1809
|
-
chain_name: z.ZodString;
|
|
1810
|
-
base_denom: z.ZodOptional<z.ZodString>;
|
|
1811
|
-
}, "strict", z.ZodTypeAny, {
|
|
1812
|
-
chain_name: string;
|
|
1813
|
-
base_denom?: string | undefined;
|
|
1814
|
-
}, {
|
|
1815
|
-
chain_name: string;
|
|
1816
|
-
base_denom?: string | undefined;
|
|
1817
|
-
}>>;
|
|
1818
|
-
png: z.ZodOptional<z.ZodString>;
|
|
1819
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
1820
|
-
theme: z.ZodOptional<z.ZodObject<{
|
|
1821
|
-
primary_color_hex: z.ZodOptional<z.ZodString>;
|
|
1822
|
-
background_color_hex: z.ZodOptional<z.ZodString>;
|
|
1823
|
-
circle: z.ZodOptional<z.ZodBoolean>;
|
|
1824
|
-
dark_mode: z.ZodOptional<z.ZodBoolean>;
|
|
1825
|
-
}, "strict", z.ZodTypeAny, {
|
|
1826
|
-
primary_color_hex?: string | undefined;
|
|
1827
|
-
background_color_hex?: string | undefined;
|
|
1828
|
-
circle?: boolean | undefined;
|
|
1829
|
-
dark_mode?: boolean | undefined;
|
|
1830
|
-
}, {
|
|
1831
|
-
primary_color_hex?: string | undefined;
|
|
1832
|
-
background_color_hex?: string | undefined;
|
|
1833
|
-
circle?: boolean | undefined;
|
|
1834
|
-
dark_mode?: boolean | undefined;
|
|
1835
|
-
}>>;
|
|
1836
|
-
layout: z.ZodOptional<z.ZodEnum<["logo", "logomark", "logotype"]>>;
|
|
1837
|
-
text_position: z.ZodOptional<z.ZodEnum<["top", "bottom", "left", "right", "integrated"]>>;
|
|
1838
|
-
}, "strict", z.ZodTypeAny, {
|
|
1839
|
-
image_sync?: {
|
|
1840
|
-
chain_name: string;
|
|
1841
|
-
base_denom?: string | undefined;
|
|
1842
|
-
} | undefined;
|
|
1843
|
-
png?: string | undefined;
|
|
1844
|
-
svg?: string | undefined;
|
|
1845
|
-
theme?: {
|
|
1846
|
-
primary_color_hex?: string | undefined;
|
|
1847
|
-
background_color_hex?: string | undefined;
|
|
1848
|
-
circle?: boolean | undefined;
|
|
1849
|
-
dark_mode?: boolean | undefined;
|
|
1850
|
-
} | undefined;
|
|
1851
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
1852
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
1853
|
-
}, {
|
|
1854
|
-
image_sync?: {
|
|
1855
|
-
chain_name: string;
|
|
1856
|
-
base_denom?: string | undefined;
|
|
1857
|
-
} | undefined;
|
|
1858
|
-
png?: string | undefined;
|
|
1859
|
-
svg?: string | undefined;
|
|
1860
|
-
theme?: {
|
|
1861
|
-
primary_color_hex?: string | undefined;
|
|
1862
|
-
background_color_hex?: string | undefined;
|
|
1863
|
-
circle?: boolean | undefined;
|
|
1864
|
-
dark_mode?: boolean | undefined;
|
|
1865
|
-
} | undefined;
|
|
1866
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
1867
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
1868
|
-
}>, z.ZodUnion<[z.ZodAny, z.ZodAny]>>, "many">>;
|
|
1869
|
-
logo_URIs: z.ZodOptional<z.ZodObject<{
|
|
1870
|
-
png: z.ZodOptional<z.ZodString>;
|
|
1871
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
1872
|
-
}, "strict", z.ZodTypeAny, {
|
|
1873
|
-
png?: string | undefined;
|
|
1874
|
-
svg?: string | undefined;
|
|
1875
|
-
}, {
|
|
1876
|
-
png?: string | undefined;
|
|
1877
|
-
svg?: string | undefined;
|
|
1878
|
-
}>>;
|
|
1879
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1880
|
-
peers: z.ZodOptional<z.ZodObject<{
|
|
1881
|
-
seeds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1882
|
-
id: z.ZodString;
|
|
1883
|
-
address: z.ZodString;
|
|
1884
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1885
|
-
}, "strict", z.ZodTypeAny, {
|
|
1886
|
-
id: string;
|
|
1887
|
-
address: string;
|
|
1888
|
-
provider?: string | undefined;
|
|
1889
|
-
}, {
|
|
1890
|
-
id: string;
|
|
1891
|
-
address: string;
|
|
1892
|
-
provider?: string | undefined;
|
|
1893
|
-
}>, "many">>;
|
|
1894
|
-
persistent_peers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1895
|
-
id: z.ZodString;
|
|
1896
|
-
address: z.ZodString;
|
|
1897
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1898
|
-
}, "strict", z.ZodTypeAny, {
|
|
1899
|
-
id: string;
|
|
1900
|
-
address: string;
|
|
1901
|
-
provider?: string | undefined;
|
|
1902
|
-
}, {
|
|
1903
|
-
id: string;
|
|
1904
|
-
address: string;
|
|
1905
|
-
provider?: string | undefined;
|
|
1906
|
-
}>, "many">>;
|
|
1907
|
-
}, "strict", z.ZodTypeAny, {
|
|
1908
|
-
seeds?: {
|
|
1909
|
-
id: string;
|
|
1910
|
-
address: string;
|
|
1911
|
-
provider?: string | undefined;
|
|
1912
|
-
}[] | undefined;
|
|
1913
|
-
persistent_peers?: {
|
|
1914
|
-
id: string;
|
|
1915
|
-
address: string;
|
|
1916
|
-
provider?: string | undefined;
|
|
1917
|
-
}[] | undefined;
|
|
1918
|
-
}, {
|
|
1919
|
-
seeds?: {
|
|
1920
|
-
id: string;
|
|
1921
|
-
address: string;
|
|
1922
|
-
provider?: string | undefined;
|
|
1923
|
-
}[] | undefined;
|
|
1924
|
-
persistent_peers?: {
|
|
1925
|
-
id: string;
|
|
1926
|
-
address: string;
|
|
1927
|
-
provider?: string | undefined;
|
|
1928
|
-
}[] | undefined;
|
|
1929
|
-
}>>;
|
|
1930
|
-
apis: z.ZodOptional<z.ZodObject<{
|
|
1931
|
-
rpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1932
|
-
address: z.ZodString;
|
|
1933
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1934
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1935
|
-
}, "strict", z.ZodTypeAny, {
|
|
1936
|
-
address: string;
|
|
1937
|
-
archive: boolean;
|
|
1938
|
-
provider?: string | undefined;
|
|
1939
|
-
}, {
|
|
1940
|
-
address: string;
|
|
1941
|
-
provider?: string | undefined;
|
|
1942
|
-
archive?: boolean | undefined;
|
|
1943
|
-
}>, "many">>;
|
|
1944
|
-
rest: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1945
|
-
address: z.ZodString;
|
|
1946
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1947
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1948
|
-
}, "strict", z.ZodTypeAny, {
|
|
1949
|
-
address: string;
|
|
1950
|
-
archive: boolean;
|
|
1951
|
-
provider?: string | undefined;
|
|
1952
|
-
}, {
|
|
1953
|
-
address: string;
|
|
1954
|
-
provider?: string | undefined;
|
|
1955
|
-
archive?: boolean | undefined;
|
|
1956
|
-
}>, "many">>;
|
|
1957
|
-
grpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1958
|
-
address: z.ZodString;
|
|
1959
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1960
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1961
|
-
}, "strict", z.ZodTypeAny, {
|
|
1962
|
-
address: string;
|
|
1963
|
-
archive: boolean;
|
|
1964
|
-
provider?: string | undefined;
|
|
1965
|
-
}, {
|
|
1966
|
-
address: string;
|
|
1967
|
-
provider?: string | undefined;
|
|
1968
|
-
archive?: boolean | undefined;
|
|
1969
|
-
}>, "many">>;
|
|
1970
|
-
wss: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1971
|
-
address: z.ZodString;
|
|
1972
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1973
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1974
|
-
}, "strict", z.ZodTypeAny, {
|
|
1975
|
-
address: string;
|
|
1976
|
-
archive: boolean;
|
|
1977
|
-
provider?: string | undefined;
|
|
1978
|
-
}, {
|
|
1979
|
-
address: string;
|
|
1980
|
-
provider?: string | undefined;
|
|
1981
|
-
archive?: boolean | undefined;
|
|
1982
|
-
}>, "many">>;
|
|
1983
|
-
'grpc-web': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1984
|
-
address: z.ZodString;
|
|
1985
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1986
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
1987
|
-
}, "strict", z.ZodTypeAny, {
|
|
1988
|
-
address: string;
|
|
1989
|
-
archive: boolean;
|
|
1990
|
-
provider?: string | undefined;
|
|
1991
|
-
}, {
|
|
1992
|
-
address: string;
|
|
1993
|
-
provider?: string | undefined;
|
|
1994
|
-
archive?: boolean | undefined;
|
|
1995
|
-
}>, "many">>;
|
|
1996
|
-
'evm-http-jsonrpc': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1997
|
-
address: z.ZodString;
|
|
1998
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
1999
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2000
|
-
}, "strict", z.ZodTypeAny, {
|
|
2001
|
-
address: string;
|
|
2002
|
-
archive: boolean;
|
|
2003
|
-
provider?: string | undefined;
|
|
2004
|
-
}, {
|
|
2005
|
-
address: string;
|
|
2006
|
-
provider?: string | undefined;
|
|
2007
|
-
archive?: boolean | undefined;
|
|
2008
|
-
}>, "many">>;
|
|
2009
|
-
}, "strict", z.ZodTypeAny, {
|
|
2010
|
-
rpc?: {
|
|
2011
|
-
address: string;
|
|
2012
|
-
archive: boolean;
|
|
2013
|
-
provider?: string | undefined;
|
|
2014
|
-
}[] | undefined;
|
|
2015
|
-
rest?: {
|
|
2016
|
-
address: string;
|
|
2017
|
-
archive: boolean;
|
|
2018
|
-
provider?: string | undefined;
|
|
2019
|
-
}[] | undefined;
|
|
2020
|
-
grpc?: {
|
|
2021
|
-
address: string;
|
|
2022
|
-
archive: boolean;
|
|
2023
|
-
provider?: string | undefined;
|
|
2024
|
-
}[] | undefined;
|
|
2025
|
-
wss?: {
|
|
2026
|
-
address: string;
|
|
2027
|
-
archive: boolean;
|
|
2028
|
-
provider?: string | undefined;
|
|
2029
|
-
}[] | undefined;
|
|
2030
|
-
'grpc-web'?: {
|
|
2031
|
-
address: string;
|
|
2032
|
-
archive: boolean;
|
|
2033
|
-
provider?: string | undefined;
|
|
2034
|
-
}[] | undefined;
|
|
2035
|
-
'evm-http-jsonrpc'?: {
|
|
2036
|
-
address: string;
|
|
2037
|
-
archive: boolean;
|
|
2038
|
-
provider?: string | undefined;
|
|
2039
|
-
}[] | undefined;
|
|
2040
|
-
}, {
|
|
2041
|
-
rpc?: {
|
|
2042
|
-
address: string;
|
|
2043
|
-
provider?: string | undefined;
|
|
2044
|
-
archive?: boolean | undefined;
|
|
2045
|
-
}[] | undefined;
|
|
2046
|
-
rest?: {
|
|
2047
|
-
address: string;
|
|
2048
|
-
provider?: string | undefined;
|
|
2049
|
-
archive?: boolean | undefined;
|
|
2050
|
-
}[] | undefined;
|
|
2051
|
-
grpc?: {
|
|
2052
|
-
address: string;
|
|
2053
|
-
provider?: string | undefined;
|
|
2054
|
-
archive?: boolean | undefined;
|
|
2055
|
-
}[] | undefined;
|
|
2056
|
-
wss?: {
|
|
2057
|
-
address: string;
|
|
2058
|
-
provider?: string | undefined;
|
|
2059
|
-
archive?: boolean | undefined;
|
|
2060
|
-
}[] | undefined;
|
|
2061
|
-
'grpc-web'?: {
|
|
2062
|
-
address: string;
|
|
2063
|
-
provider?: string | undefined;
|
|
2064
|
-
archive?: boolean | undefined;
|
|
2065
|
-
}[] | undefined;
|
|
2066
|
-
'evm-http-jsonrpc'?: {
|
|
2067
|
-
address: string;
|
|
2068
|
-
provider?: string | undefined;
|
|
2069
|
-
archive?: boolean | undefined;
|
|
2070
|
-
}[] | undefined;
|
|
2071
|
-
}>>;
|
|
2072
|
-
explorers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2073
|
-
kind: z.ZodOptional<z.ZodString>;
|
|
2074
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2075
|
-
tx_page: z.ZodOptional<z.ZodString>;
|
|
2076
|
-
account_page: z.ZodOptional<z.ZodString>;
|
|
2077
|
-
}, "strict", z.ZodTypeAny, {
|
|
2078
|
-
kind?: string | undefined;
|
|
2079
|
-
url?: string | undefined;
|
|
2080
|
-
tx_page?: string | undefined;
|
|
2081
|
-
account_page?: string | undefined;
|
|
2082
|
-
}, {
|
|
2083
|
-
kind?: string | undefined;
|
|
2084
|
-
url?: string | undefined;
|
|
2085
|
-
tx_page?: string | undefined;
|
|
2086
|
-
account_page?: string | undefined;
|
|
2087
|
-
}>, "many">>;
|
|
2088
|
-
keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2089
|
-
extra_codecs: z.ZodOptional<z.ZodArray<z.ZodEnum<["ethermint", "injective"]>, "many">>;
|
|
2090
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
2091
|
-
export declare function getCosmosRegistryChain(chain: string): Promise<z.objectOutputType<{
|
|
2092
|
-
$schema: z.ZodOptional<z.ZodString>;
|
|
2093
|
-
chain_name: z.ZodString;
|
|
2094
|
-
chain_type: z.ZodString;
|
|
2095
|
-
chain_id: z.ZodString;
|
|
2096
|
-
pre_fork_chain_name: z.ZodOptional<z.ZodString>;
|
|
2097
|
-
pretty_name: z.ZodOptional<z.ZodString>;
|
|
2098
|
-
website: z.ZodOptional<z.ZodString>;
|
|
2099
|
-
update_link: z.ZodOptional<z.ZodString>;
|
|
2100
|
-
status: z.ZodOptional<z.ZodEnum<["live", "upcoming", "killed"]>>;
|
|
2101
|
-
network_type: z.ZodOptional<z.ZodEnum<["mainnet", "testnet", "devnet"]>>;
|
|
2102
|
-
bech32_prefix: z.ZodString;
|
|
2103
|
-
bech32_config: z.ZodOptional<z.ZodObject<{
|
|
2104
|
-
bech32PrefixAccAddr: z.ZodOptional<z.ZodString>;
|
|
2105
|
-
bech32PrefixAccPub: z.ZodOptional<z.ZodString>;
|
|
2106
|
-
bech32PrefixValAddr: z.ZodOptional<z.ZodString>;
|
|
2107
|
-
bech32PrefixValPub: z.ZodOptional<z.ZodString>;
|
|
2108
|
-
bech32PrefixConsAddr: z.ZodOptional<z.ZodString>;
|
|
2109
|
-
bech32PrefixConsPub: z.ZodOptional<z.ZodString>;
|
|
2110
|
-
}, "strict", z.ZodTypeAny, {
|
|
2111
|
-
bech32PrefixAccAddr?: string | undefined;
|
|
2112
|
-
bech32PrefixAccPub?: string | undefined;
|
|
2113
|
-
bech32PrefixValAddr?: string | undefined;
|
|
2114
|
-
bech32PrefixValPub?: string | undefined;
|
|
2115
|
-
bech32PrefixConsAddr?: string | undefined;
|
|
2116
|
-
bech32PrefixConsPub?: string | undefined;
|
|
2117
|
-
}, {
|
|
2118
|
-
bech32PrefixAccAddr?: string | undefined;
|
|
2119
|
-
bech32PrefixAccPub?: string | undefined;
|
|
2120
|
-
bech32PrefixValAddr?: string | undefined;
|
|
2121
|
-
bech32PrefixValPub?: string | undefined;
|
|
2122
|
-
bech32PrefixConsAddr?: string | undefined;
|
|
2123
|
-
bech32PrefixConsPub?: string | undefined;
|
|
2124
|
-
}>>;
|
|
2125
|
-
daemon_name: z.ZodOptional<z.ZodString>;
|
|
2126
|
-
node_home: z.ZodOptional<z.ZodString>;
|
|
2127
|
-
key_algos: z.ZodOptional<z.ZodArray<z.ZodEnum<["secp256k1", "ethsecp256k1", "ed25519", "sr25519", "bn254"]>, "many">>;
|
|
2128
|
-
slip44: z.ZodOptional<z.ZodNumber>;
|
|
2129
|
-
alternative_slip44s: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
2130
|
-
fees: z.ZodOptional<z.ZodObject<{
|
|
2131
|
-
fee_tokens: z.ZodArray<z.ZodObject<{
|
|
2132
|
-
denom: z.ZodString;
|
|
2133
|
-
fixed_min_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
2134
|
-
low_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
2135
|
-
average_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
2136
|
-
high_gas_price: z.ZodOptional<z.ZodNumber>;
|
|
2137
|
-
gas_costs: z.ZodOptional<z.ZodObject<{
|
|
2138
|
-
cosmos_send: z.ZodOptional<z.ZodNumber>;
|
|
2139
|
-
ibc_transfer: z.ZodOptional<z.ZodNumber>;
|
|
2140
|
-
}, "strict", z.ZodTypeAny, {
|
|
2141
|
-
cosmos_send?: number | undefined;
|
|
2142
|
-
ibc_transfer?: number | undefined;
|
|
2143
|
-
}, {
|
|
2144
|
-
cosmos_send?: number | undefined;
|
|
2145
|
-
ibc_transfer?: number | undefined;
|
|
2146
|
-
}>>;
|
|
2147
|
-
}, "strict", z.ZodTypeAny, {
|
|
2148
|
-
denom: string;
|
|
2149
|
-
fixed_min_gas_price?: number | undefined;
|
|
2150
|
-
low_gas_price?: number | undefined;
|
|
2151
|
-
average_gas_price?: number | undefined;
|
|
2152
|
-
high_gas_price?: number | undefined;
|
|
2153
|
-
gas_costs?: {
|
|
2154
|
-
cosmos_send?: number | undefined;
|
|
2155
|
-
ibc_transfer?: number | undefined;
|
|
2156
|
-
} | undefined;
|
|
2157
|
-
}, {
|
|
2158
|
-
denom: string;
|
|
2159
|
-
fixed_min_gas_price?: number | undefined;
|
|
2160
|
-
low_gas_price?: number | undefined;
|
|
2161
|
-
average_gas_price?: number | undefined;
|
|
2162
|
-
high_gas_price?: number | undefined;
|
|
2163
|
-
gas_costs?: {
|
|
2164
|
-
cosmos_send?: number | undefined;
|
|
2165
|
-
ibc_transfer?: number | undefined;
|
|
2166
|
-
} | undefined;
|
|
2167
|
-
}>, "many">;
|
|
2168
|
-
}, "strict", z.ZodTypeAny, {
|
|
2169
|
-
fee_tokens: {
|
|
2170
|
-
denom: string;
|
|
2171
|
-
fixed_min_gas_price?: number | undefined;
|
|
2172
|
-
low_gas_price?: number | undefined;
|
|
2173
|
-
average_gas_price?: number | undefined;
|
|
2174
|
-
high_gas_price?: number | undefined;
|
|
2175
|
-
gas_costs?: {
|
|
2176
|
-
cosmos_send?: number | undefined;
|
|
2177
|
-
ibc_transfer?: number | undefined;
|
|
2178
|
-
} | undefined;
|
|
2179
|
-
}[];
|
|
2180
|
-
}, {
|
|
2181
|
-
fee_tokens: {
|
|
2182
|
-
denom: string;
|
|
2183
|
-
fixed_min_gas_price?: number | undefined;
|
|
2184
|
-
low_gas_price?: number | undefined;
|
|
2185
|
-
average_gas_price?: number | undefined;
|
|
2186
|
-
high_gas_price?: number | undefined;
|
|
2187
|
-
gas_costs?: {
|
|
2188
|
-
cosmos_send?: number | undefined;
|
|
2189
|
-
ibc_transfer?: number | undefined;
|
|
2190
|
-
} | undefined;
|
|
2191
|
-
}[];
|
|
2192
|
-
}>>;
|
|
2193
|
-
staking: z.ZodOptional<z.ZodObject<{
|
|
2194
|
-
staking_tokens: z.ZodArray<z.ZodObject<{
|
|
2195
|
-
denom: z.ZodString;
|
|
2196
|
-
}, "strict", z.ZodTypeAny, {
|
|
2197
|
-
denom: string;
|
|
2198
|
-
}, {
|
|
2199
|
-
denom: string;
|
|
2200
|
-
}>, "many">;
|
|
2201
|
-
lock_duration: z.ZodOptional<z.ZodObject<{
|
|
2202
|
-
blocks: z.ZodOptional<z.ZodNumber>;
|
|
2203
|
-
time: z.ZodOptional<z.ZodString>;
|
|
2204
|
-
}, "strict", z.ZodTypeAny, {
|
|
2205
|
-
blocks?: number | undefined;
|
|
2206
|
-
time?: string | undefined;
|
|
2207
|
-
}, {
|
|
2208
|
-
blocks?: number | undefined;
|
|
2209
|
-
time?: string | undefined;
|
|
2210
|
-
}>>;
|
|
2211
|
-
}, "strict", z.ZodTypeAny, {
|
|
2212
|
-
staking_tokens: {
|
|
2213
|
-
denom: string;
|
|
2214
|
-
}[];
|
|
2215
|
-
lock_duration?: {
|
|
2216
|
-
blocks?: number | undefined;
|
|
2217
|
-
time?: string | undefined;
|
|
2218
|
-
} | undefined;
|
|
2219
|
-
}, {
|
|
2220
|
-
staking_tokens: {
|
|
2221
|
-
denom: string;
|
|
2222
|
-
}[];
|
|
2223
|
-
lock_duration?: {
|
|
2224
|
-
blocks?: number | undefined;
|
|
2225
|
-
time?: string | undefined;
|
|
2226
|
-
} | undefined;
|
|
2227
|
-
}>>;
|
|
2228
|
-
codebase: z.ZodOptional<z.ZodObject<{
|
|
2229
|
-
git_repo: z.ZodOptional<z.ZodString>;
|
|
2230
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
2231
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
2232
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2233
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
2234
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
2235
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
2236
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
2237
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
2238
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
2239
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
2240
|
-
}, "strict", z.ZodTypeAny, {
|
|
2241
|
-
'linux/amd64'?: string | undefined;
|
|
2242
|
-
'linux/arm64'?: string | undefined;
|
|
2243
|
-
'darwin/amd64'?: string | undefined;
|
|
2244
|
-
'darwin/arm64'?: string | undefined;
|
|
2245
|
-
'windows/amd64'?: string | undefined;
|
|
2246
|
-
'windows/arm64'?: string | undefined;
|
|
2247
|
-
}, {
|
|
2248
|
-
'linux/amd64'?: string | undefined;
|
|
2249
|
-
'linux/arm64'?: string | undefined;
|
|
2250
|
-
'darwin/amd64'?: string | undefined;
|
|
2251
|
-
'darwin/arm64'?: string | undefined;
|
|
2252
|
-
'windows/amd64'?: string | undefined;
|
|
2253
|
-
'windows/arm64'?: string | undefined;
|
|
2254
|
-
}>>;
|
|
2255
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
2256
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
2257
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
2258
|
-
version: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
}, "strict", z.ZodTypeAny, {
|
|
2260
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2261
|
-
version?: string | undefined;
|
|
2262
|
-
}, {
|
|
2263
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2264
|
-
version?: string | undefined;
|
|
2265
|
-
}>>;
|
|
2266
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
2267
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2268
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
2269
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
2270
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
2271
|
-
genesis: z.ZodOptional<z.ZodObject<{
|
|
2272
|
-
name: z.ZodOptional<z.ZodString>;
|
|
2273
|
-
genesis_url: z.ZodString;
|
|
2274
|
-
ics_ccv_url: z.ZodOptional<z.ZodString>;
|
|
2275
|
-
}, "strict", z.ZodTypeAny, {
|
|
2276
|
-
genesis_url: string;
|
|
2277
|
-
name?: string | undefined;
|
|
2278
|
-
ics_ccv_url?: string | undefined;
|
|
2279
|
-
}, {
|
|
2280
|
-
genesis_url: string;
|
|
2281
|
-
name?: string | undefined;
|
|
2282
|
-
ics_ccv_url?: string | undefined;
|
|
2283
|
-
}>>;
|
|
2284
|
-
versions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2285
|
-
name: z.ZodString;
|
|
2286
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
2287
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
2288
|
-
proposal: z.ZodOptional<z.ZodNumber>;
|
|
2289
|
-
previous_version_name: z.ZodOptional<z.ZodString>;
|
|
2290
|
-
next_version_name: z.ZodOptional<z.ZodString>;
|
|
2291
|
-
recommended_version: z.ZodOptional<z.ZodString>;
|
|
2292
|
-
go_version: z.ZodOptional<z.ZodString>;
|
|
2293
|
-
compatible_versions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2294
|
-
cosmos_sdk_version: z.ZodOptional<z.ZodString>;
|
|
2295
|
-
consensus: z.ZodOptional<z.ZodObject<{
|
|
2296
|
-
type: z.ZodEnum<["tendermint", "cometbft", "sei-tendermint"]>;
|
|
2297
|
-
version: z.ZodOptional<z.ZodString>;
|
|
2298
|
-
}, "strict", z.ZodTypeAny, {
|
|
2299
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2300
|
-
version?: string | undefined;
|
|
2301
|
-
}, {
|
|
2302
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2303
|
-
version?: string | undefined;
|
|
2304
|
-
}>>;
|
|
2305
|
-
cosmwasm_version: z.ZodOptional<z.ZodString>;
|
|
2306
|
-
cosmwasm_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2307
|
-
cosmwasm_path: z.ZodOptional<z.ZodString>;
|
|
2308
|
-
ibc_go_version: z.ZodOptional<z.ZodString>;
|
|
2309
|
-
ics_enabled: z.ZodOptional<z.ZodArray<z.ZodEnum<["ics20-1", "ics27-1", "mauth"]>, "many">>;
|
|
2310
|
-
binaries: z.ZodOptional<z.ZodObject<{
|
|
2311
|
-
'linux/amd64': z.ZodOptional<z.ZodString>;
|
|
2312
|
-
'linux/arm64': z.ZodOptional<z.ZodString>;
|
|
2313
|
-
'darwin/amd64': z.ZodOptional<z.ZodString>;
|
|
2314
|
-
'darwin/arm64': z.ZodOptional<z.ZodString>;
|
|
2315
|
-
'windows/amd64': z.ZodOptional<z.ZodString>;
|
|
2316
|
-
'windows/arm64': z.ZodOptional<z.ZodString>;
|
|
2317
|
-
}, "strict", z.ZodTypeAny, {
|
|
2318
|
-
'linux/amd64'?: string | undefined;
|
|
2319
|
-
'linux/arm64'?: string | undefined;
|
|
2320
|
-
'darwin/amd64'?: string | undefined;
|
|
2321
|
-
'darwin/arm64'?: string | undefined;
|
|
2322
|
-
'windows/amd64'?: string | undefined;
|
|
2323
|
-
'windows/arm64'?: string | undefined;
|
|
2324
|
-
}, {
|
|
2325
|
-
'linux/amd64'?: string | undefined;
|
|
2326
|
-
'linux/arm64'?: string | undefined;
|
|
2327
|
-
'darwin/amd64'?: string | undefined;
|
|
2328
|
-
'darwin/arm64'?: string | undefined;
|
|
2329
|
-
'windows/amd64'?: string | undefined;
|
|
2330
|
-
'windows/arm64'?: string | undefined;
|
|
2331
|
-
}>>;
|
|
2332
|
-
}, "strict", z.ZodTypeAny, {
|
|
2333
|
-
name: string;
|
|
2334
|
-
tag?: string | undefined;
|
|
2335
|
-
height?: number | undefined;
|
|
2336
|
-
proposal?: number | undefined;
|
|
2337
|
-
previous_version_name?: string | undefined;
|
|
2338
|
-
next_version_name?: string | undefined;
|
|
2339
|
-
recommended_version?: string | undefined;
|
|
2340
|
-
go_version?: string | undefined;
|
|
2341
|
-
compatible_versions?: string[] | undefined;
|
|
2342
|
-
cosmos_sdk_version?: string | undefined;
|
|
2343
|
-
consensus?: {
|
|
2344
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2345
|
-
version?: string | undefined;
|
|
2346
|
-
} | undefined;
|
|
2347
|
-
cosmwasm_version?: string | undefined;
|
|
2348
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
2349
|
-
cosmwasm_path?: string | undefined;
|
|
2350
|
-
ibc_go_version?: string | undefined;
|
|
2351
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
2352
|
-
binaries?: {
|
|
2353
|
-
'linux/amd64'?: string | undefined;
|
|
2354
|
-
'linux/arm64'?: string | undefined;
|
|
2355
|
-
'darwin/amd64'?: string | undefined;
|
|
2356
|
-
'darwin/arm64'?: string | undefined;
|
|
2357
|
-
'windows/amd64'?: string | undefined;
|
|
2358
|
-
'windows/arm64'?: string | undefined;
|
|
2359
|
-
} | undefined;
|
|
2360
|
-
}, {
|
|
2361
|
-
name: string;
|
|
2362
|
-
tag?: string | undefined;
|
|
2363
|
-
height?: number | undefined;
|
|
2364
|
-
proposal?: number | undefined;
|
|
2365
|
-
previous_version_name?: string | undefined;
|
|
2366
|
-
next_version_name?: string | undefined;
|
|
2367
|
-
recommended_version?: string | undefined;
|
|
2368
|
-
go_version?: string | undefined;
|
|
2369
|
-
compatible_versions?: string[] | undefined;
|
|
2370
|
-
cosmos_sdk_version?: string | undefined;
|
|
2371
|
-
consensus?: {
|
|
2372
|
-
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2373
|
-
version?: string | undefined;
|
|
2374
|
-
} | undefined;
|
|
2375
|
-
cosmwasm_version?: string | undefined;
|
|
2376
|
-
cosmwasm_enabled?: boolean | undefined;
|
|
2377
|
-
cosmwasm_path?: string | undefined;
|
|
2378
|
-
ibc_go_version?: string | undefined;
|
|
2379
|
-
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
2380
|
-
binaries?: {
|
|
2381
|
-
'linux/amd64'?: string | undefined;
|
|
2382
|
-
'linux/arm64'?: string | undefined;
|
|
2383
|
-
'darwin/amd64'?: string | undefined;
|
|
2384
|
-
'darwin/arm64'?: string | undefined;
|
|
2385
|
-
'windows/amd64'?: string | undefined;
|
|
2386
|
-
'windows/arm64'?: string | undefined;
|
|
2387
|
-
} | undefined;
|
|
2388
|
-
}>, "many">>;
|
|
2389
|
-
}, "strict", z.ZodTypeAny, {
|
|
2390
|
-
git_repo?: string | undefined;
|
|
2391
|
-
recommended_version?: string | undefined;
|
|
2392
|
-
go_version?: string | undefined;
|
|
2393
|
-
compatible_versions?: string[] | undefined;
|
|
2394
1084
|
binaries?: {
|
|
2395
1085
|
'linux/amd64'?: string | undefined;
|
|
2396
1086
|
'linux/arm64'?: string | undefined;
|
|
@@ -2400,15 +1090,37 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2400
1090
|
'windows/arm64'?: string | undefined;
|
|
2401
1091
|
} | undefined;
|
|
2402
1092
|
cosmos_sdk_version?: string | undefined;
|
|
1093
|
+
sdk?: {
|
|
1094
|
+
type: "other" | "cosmos" | "penumbra";
|
|
1095
|
+
version?: string | undefined;
|
|
1096
|
+
repo?: string | undefined;
|
|
1097
|
+
tag?: string | undefined;
|
|
1098
|
+
} | undefined;
|
|
2403
1099
|
consensus?: {
|
|
2404
1100
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2405
1101
|
version?: string | undefined;
|
|
1102
|
+
repo?: string | undefined;
|
|
1103
|
+
tag?: string | undefined;
|
|
2406
1104
|
} | undefined;
|
|
2407
1105
|
cosmwasm_version?: string | undefined;
|
|
2408
1106
|
cosmwasm_enabled?: boolean | undefined;
|
|
2409
1107
|
cosmwasm_path?: string | undefined;
|
|
1108
|
+
cosmwasm?: {
|
|
1109
|
+
version?: string | undefined;
|
|
1110
|
+
repo?: string | undefined;
|
|
1111
|
+
tag?: string | undefined;
|
|
1112
|
+
enabled?: boolean | undefined;
|
|
1113
|
+
path?: string | undefined;
|
|
1114
|
+
} | undefined;
|
|
2410
1115
|
ibc_go_version?: string | undefined;
|
|
2411
1116
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1117
|
+
ibc?: {
|
|
1118
|
+
type: "other" | "go" | "rust";
|
|
1119
|
+
version?: string | undefined;
|
|
1120
|
+
repo?: string | undefined;
|
|
1121
|
+
tag?: string | undefined;
|
|
1122
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1123
|
+
} | undefined;
|
|
2412
1124
|
genesis?: {
|
|
2413
1125
|
genesis_url: string;
|
|
2414
1126
|
name?: string | undefined;
|
|
@@ -2422,18 +1134,46 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2422
1134
|
previous_version_name?: string | undefined;
|
|
2423
1135
|
next_version_name?: string | undefined;
|
|
2424
1136
|
recommended_version?: string | undefined;
|
|
2425
|
-
go_version?: string | undefined;
|
|
2426
1137
|
compatible_versions?: string[] | undefined;
|
|
1138
|
+
go_version?: string | undefined;
|
|
1139
|
+
language?: {
|
|
1140
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
1141
|
+
version?: string | undefined;
|
|
1142
|
+
repo?: string | undefined;
|
|
1143
|
+
tag?: string | undefined;
|
|
1144
|
+
} | undefined;
|
|
2427
1145
|
cosmos_sdk_version?: string | undefined;
|
|
1146
|
+
sdk?: {
|
|
1147
|
+
type: "other" | "cosmos" | "penumbra";
|
|
1148
|
+
version?: string | undefined;
|
|
1149
|
+
repo?: string | undefined;
|
|
1150
|
+
tag?: string | undefined;
|
|
1151
|
+
} | undefined;
|
|
2428
1152
|
consensus?: {
|
|
2429
1153
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2430
1154
|
version?: string | undefined;
|
|
1155
|
+
repo?: string | undefined;
|
|
1156
|
+
tag?: string | undefined;
|
|
2431
1157
|
} | undefined;
|
|
2432
1158
|
cosmwasm_version?: string | undefined;
|
|
2433
1159
|
cosmwasm_enabled?: boolean | undefined;
|
|
2434
1160
|
cosmwasm_path?: string | undefined;
|
|
1161
|
+
cosmwasm?: {
|
|
1162
|
+
version?: string | undefined;
|
|
1163
|
+
repo?: string | undefined;
|
|
1164
|
+
tag?: string | undefined;
|
|
1165
|
+
enabled?: boolean | undefined;
|
|
1166
|
+
path?: string | undefined;
|
|
1167
|
+
} | undefined;
|
|
2435
1168
|
ibc_go_version?: string | undefined;
|
|
2436
1169
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1170
|
+
ibc?: {
|
|
1171
|
+
type: "other" | "go" | "rust";
|
|
1172
|
+
version?: string | undefined;
|
|
1173
|
+
repo?: string | undefined;
|
|
1174
|
+
tag?: string | undefined;
|
|
1175
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1176
|
+
} | undefined;
|
|
2437
1177
|
binaries?: {
|
|
2438
1178
|
'linux/amd64'?: string | undefined;
|
|
2439
1179
|
'linux/arm64'?: string | undefined;
|
|
@@ -2443,11 +1183,126 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2443
1183
|
'windows/arm64'?: string | undefined;
|
|
2444
1184
|
} | undefined;
|
|
2445
1185
|
}[] | undefined;
|
|
2446
|
-
}
|
|
1186
|
+
} | undefined;
|
|
1187
|
+
images?: any[] | undefined;
|
|
1188
|
+
logo_URIs?: {
|
|
1189
|
+
png?: string | undefined;
|
|
1190
|
+
svg?: string | undefined;
|
|
1191
|
+
} | undefined;
|
|
1192
|
+
description?: string | undefined;
|
|
1193
|
+
peers?: {
|
|
1194
|
+
seeds?: {
|
|
1195
|
+
id: string;
|
|
1196
|
+
address: string;
|
|
1197
|
+
provider?: string | undefined;
|
|
1198
|
+
}[] | undefined;
|
|
1199
|
+
persistent_peers?: {
|
|
1200
|
+
id: string;
|
|
1201
|
+
address: string;
|
|
1202
|
+
provider?: string | undefined;
|
|
1203
|
+
}[] | undefined;
|
|
1204
|
+
} | undefined;
|
|
1205
|
+
apis?: {
|
|
1206
|
+
rpc?: {
|
|
1207
|
+
address: string;
|
|
1208
|
+
archive: boolean;
|
|
1209
|
+
provider?: string | undefined;
|
|
1210
|
+
}[] | undefined;
|
|
1211
|
+
rest?: {
|
|
1212
|
+
address: string;
|
|
1213
|
+
archive: boolean;
|
|
1214
|
+
provider?: string | undefined;
|
|
1215
|
+
}[] | undefined;
|
|
1216
|
+
grpc?: {
|
|
1217
|
+
address: string;
|
|
1218
|
+
archive: boolean;
|
|
1219
|
+
provider?: string | undefined;
|
|
1220
|
+
}[] | undefined;
|
|
1221
|
+
wss?: {
|
|
1222
|
+
address: string;
|
|
1223
|
+
archive: boolean;
|
|
1224
|
+
provider?: string | undefined;
|
|
1225
|
+
}[] | undefined;
|
|
1226
|
+
'grpc-web'?: {
|
|
1227
|
+
address: string;
|
|
1228
|
+
archive: boolean;
|
|
1229
|
+
provider?: string | undefined;
|
|
1230
|
+
}[] | undefined;
|
|
1231
|
+
'evm-http-jsonrpc'?: {
|
|
1232
|
+
address: string;
|
|
1233
|
+
archive: boolean;
|
|
1234
|
+
provider?: string | undefined;
|
|
1235
|
+
}[] | undefined;
|
|
1236
|
+
} | undefined;
|
|
1237
|
+
explorers?: {
|
|
1238
|
+
kind?: string | undefined;
|
|
1239
|
+
url?: string | undefined;
|
|
1240
|
+
tx_page?: string | undefined;
|
|
1241
|
+
account_page?: string | undefined;
|
|
1242
|
+
validator_page?: string | undefined;
|
|
1243
|
+
proposal_page?: string | undefined;
|
|
1244
|
+
block_page?: string | undefined;
|
|
1245
|
+
}[] | undefined;
|
|
1246
|
+
keywords?: string[] | undefined;
|
|
1247
|
+
extra_codecs?: ("injective" | "ethermint")[] | undefined;
|
|
1248
|
+
}, {
|
|
1249
|
+
chain_name: string;
|
|
1250
|
+
chain_type: "unknown" | "solana" | "cosmos" | "eip155" | "bip122" | "polkadot" | "algorand" | "arweave" | "ergo" | "fil" | "hedera" | "monero" | "reef" | "stacks" | "starknet" | "stellar" | "tezos" | "vechain" | "waves" | "xrpl";
|
|
1251
|
+
$schema?: string | undefined;
|
|
1252
|
+
chain_id?: string | undefined;
|
|
1253
|
+
pre_fork_chain_name?: string | undefined;
|
|
1254
|
+
pretty_name?: string | undefined;
|
|
1255
|
+
website?: string | undefined;
|
|
1256
|
+
update_link?: string | undefined;
|
|
1257
|
+
status?: "live" | "upcoming" | "killed" | undefined;
|
|
1258
|
+
network_type?: "testnet" | "mainnet" | "devnet" | undefined;
|
|
1259
|
+
bech32_prefix?: string | undefined;
|
|
1260
|
+
bech32_config?: {
|
|
1261
|
+
bech32PrefixAccAddr?: string | undefined;
|
|
1262
|
+
bech32PrefixAccPub?: string | undefined;
|
|
1263
|
+
bech32PrefixValAddr?: string | undefined;
|
|
1264
|
+
bech32PrefixValPub?: string | undefined;
|
|
1265
|
+
bech32PrefixConsAddr?: string | undefined;
|
|
1266
|
+
bech32PrefixConsPub?: string | undefined;
|
|
1267
|
+
} | undefined;
|
|
1268
|
+
daemon_name?: string | undefined;
|
|
1269
|
+
node_home?: string | undefined;
|
|
1270
|
+
key_algos?: ("secp256k1" | "ethsecp256k1" | "ed25519" | "sr25519" | "bn254")[] | undefined;
|
|
1271
|
+
slip44?: number | undefined;
|
|
1272
|
+
alternative_slip44s?: number[] | undefined;
|
|
1273
|
+
fees?: {
|
|
1274
|
+
fee_tokens: {
|
|
1275
|
+
denom: string;
|
|
1276
|
+
fixed_min_gas_price?: number | undefined;
|
|
1277
|
+
low_gas_price?: number | undefined;
|
|
1278
|
+
average_gas_price?: number | undefined;
|
|
1279
|
+
high_gas_price?: number | undefined;
|
|
1280
|
+
gas_costs?: {
|
|
1281
|
+
cosmos_send?: number | undefined;
|
|
1282
|
+
ibc_transfer?: number | undefined;
|
|
1283
|
+
} | undefined;
|
|
1284
|
+
}[];
|
|
1285
|
+
} | undefined;
|
|
1286
|
+
staking?: {
|
|
1287
|
+
staking_tokens: {
|
|
1288
|
+
denom: string;
|
|
1289
|
+
}[];
|
|
1290
|
+
lock_duration?: {
|
|
1291
|
+
blocks?: number | undefined;
|
|
1292
|
+
time?: string | undefined;
|
|
1293
|
+
} | undefined;
|
|
1294
|
+
} | undefined;
|
|
1295
|
+
codebase?: {
|
|
2447
1296
|
git_repo?: string | undefined;
|
|
2448
1297
|
recommended_version?: string | undefined;
|
|
2449
|
-
go_version?: string | undefined;
|
|
2450
1298
|
compatible_versions?: string[] | undefined;
|
|
1299
|
+
go_version?: string | undefined;
|
|
1300
|
+
language?: {
|
|
1301
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
1302
|
+
version?: string | undefined;
|
|
1303
|
+
repo?: string | undefined;
|
|
1304
|
+
tag?: string | undefined;
|
|
1305
|
+
} | undefined;
|
|
2451
1306
|
binaries?: {
|
|
2452
1307
|
'linux/amd64'?: string | undefined;
|
|
2453
1308
|
'linux/arm64'?: string | undefined;
|
|
@@ -2457,15 +1312,37 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2457
1312
|
'windows/arm64'?: string | undefined;
|
|
2458
1313
|
} | undefined;
|
|
2459
1314
|
cosmos_sdk_version?: string | undefined;
|
|
1315
|
+
sdk?: {
|
|
1316
|
+
type: "other" | "cosmos" | "penumbra";
|
|
1317
|
+
version?: string | undefined;
|
|
1318
|
+
repo?: string | undefined;
|
|
1319
|
+
tag?: string | undefined;
|
|
1320
|
+
} | undefined;
|
|
2460
1321
|
consensus?: {
|
|
2461
1322
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2462
1323
|
version?: string | undefined;
|
|
1324
|
+
repo?: string | undefined;
|
|
1325
|
+
tag?: string | undefined;
|
|
2463
1326
|
} | undefined;
|
|
2464
1327
|
cosmwasm_version?: string | undefined;
|
|
2465
1328
|
cosmwasm_enabled?: boolean | undefined;
|
|
2466
1329
|
cosmwasm_path?: string | undefined;
|
|
1330
|
+
cosmwasm?: {
|
|
1331
|
+
version?: string | undefined;
|
|
1332
|
+
repo?: string | undefined;
|
|
1333
|
+
tag?: string | undefined;
|
|
1334
|
+
enabled?: boolean | undefined;
|
|
1335
|
+
path?: string | undefined;
|
|
1336
|
+
} | undefined;
|
|
2467
1337
|
ibc_go_version?: string | undefined;
|
|
2468
1338
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1339
|
+
ibc?: {
|
|
1340
|
+
type: "other" | "go" | "rust";
|
|
1341
|
+
version?: string | undefined;
|
|
1342
|
+
repo?: string | undefined;
|
|
1343
|
+
tag?: string | undefined;
|
|
1344
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1345
|
+
} | undefined;
|
|
2469
1346
|
genesis?: {
|
|
2470
1347
|
genesis_url: string;
|
|
2471
1348
|
name?: string | undefined;
|
|
@@ -2479,18 +1356,46 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2479
1356
|
previous_version_name?: string | undefined;
|
|
2480
1357
|
next_version_name?: string | undefined;
|
|
2481
1358
|
recommended_version?: string | undefined;
|
|
2482
|
-
go_version?: string | undefined;
|
|
2483
1359
|
compatible_versions?: string[] | undefined;
|
|
1360
|
+
go_version?: string | undefined;
|
|
1361
|
+
language?: {
|
|
1362
|
+
type: "other" | "go" | "rust" | "solidity";
|
|
1363
|
+
version?: string | undefined;
|
|
1364
|
+
repo?: string | undefined;
|
|
1365
|
+
tag?: string | undefined;
|
|
1366
|
+
} | undefined;
|
|
2484
1367
|
cosmos_sdk_version?: string | undefined;
|
|
1368
|
+
sdk?: {
|
|
1369
|
+
type: "other" | "cosmos" | "penumbra";
|
|
1370
|
+
version?: string | undefined;
|
|
1371
|
+
repo?: string | undefined;
|
|
1372
|
+
tag?: string | undefined;
|
|
1373
|
+
} | undefined;
|
|
2485
1374
|
consensus?: {
|
|
2486
1375
|
type: "tendermint" | "cometbft" | "sei-tendermint";
|
|
2487
1376
|
version?: string | undefined;
|
|
1377
|
+
repo?: string | undefined;
|
|
1378
|
+
tag?: string | undefined;
|
|
2488
1379
|
} | undefined;
|
|
2489
1380
|
cosmwasm_version?: string | undefined;
|
|
2490
1381
|
cosmwasm_enabled?: boolean | undefined;
|
|
2491
1382
|
cosmwasm_path?: string | undefined;
|
|
1383
|
+
cosmwasm?: {
|
|
1384
|
+
version?: string | undefined;
|
|
1385
|
+
repo?: string | undefined;
|
|
1386
|
+
tag?: string | undefined;
|
|
1387
|
+
enabled?: boolean | undefined;
|
|
1388
|
+
path?: string | undefined;
|
|
1389
|
+
} | undefined;
|
|
2492
1390
|
ibc_go_version?: string | undefined;
|
|
2493
1391
|
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1392
|
+
ibc?: {
|
|
1393
|
+
type: "other" | "go" | "rust";
|
|
1394
|
+
version?: string | undefined;
|
|
1395
|
+
repo?: string | undefined;
|
|
1396
|
+
tag?: string | undefined;
|
|
1397
|
+
ics_enabled?: ("ics20-1" | "ics27-1" | "mauth")[] | undefined;
|
|
1398
|
+
} | undefined;
|
|
2494
1399
|
binaries?: {
|
|
2495
1400
|
'linux/amd64'?: string | undefined;
|
|
2496
1401
|
'linux/arm64'?: string | undefined;
|
|
@@ -2500,119 +1405,14 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2500
1405
|
'windows/arm64'?: string | undefined;
|
|
2501
1406
|
} | undefined;
|
|
2502
1407
|
}[] | undefined;
|
|
2503
|
-
}
|
|
2504
|
-
images
|
|
2505
|
-
|
|
2506
|
-
chain_name: z.ZodString;
|
|
2507
|
-
base_denom: z.ZodOptional<z.ZodString>;
|
|
2508
|
-
}, "strict", z.ZodTypeAny, {
|
|
2509
|
-
chain_name: string;
|
|
2510
|
-
base_denom?: string | undefined;
|
|
2511
|
-
}, {
|
|
2512
|
-
chain_name: string;
|
|
2513
|
-
base_denom?: string | undefined;
|
|
2514
|
-
}>>;
|
|
2515
|
-
png: z.ZodOptional<z.ZodString>;
|
|
2516
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
2517
|
-
theme: z.ZodOptional<z.ZodObject<{
|
|
2518
|
-
primary_color_hex: z.ZodOptional<z.ZodString>;
|
|
2519
|
-
background_color_hex: z.ZodOptional<z.ZodString>;
|
|
2520
|
-
circle: z.ZodOptional<z.ZodBoolean>;
|
|
2521
|
-
dark_mode: z.ZodOptional<z.ZodBoolean>;
|
|
2522
|
-
}, "strict", z.ZodTypeAny, {
|
|
2523
|
-
primary_color_hex?: string | undefined;
|
|
2524
|
-
background_color_hex?: string | undefined;
|
|
2525
|
-
circle?: boolean | undefined;
|
|
2526
|
-
dark_mode?: boolean | undefined;
|
|
2527
|
-
}, {
|
|
2528
|
-
primary_color_hex?: string | undefined;
|
|
2529
|
-
background_color_hex?: string | undefined;
|
|
2530
|
-
circle?: boolean | undefined;
|
|
2531
|
-
dark_mode?: boolean | undefined;
|
|
2532
|
-
}>>;
|
|
2533
|
-
layout: z.ZodOptional<z.ZodEnum<["logo", "logomark", "logotype"]>>;
|
|
2534
|
-
text_position: z.ZodOptional<z.ZodEnum<["top", "bottom", "left", "right", "integrated"]>>;
|
|
2535
|
-
}, "strict", z.ZodTypeAny, {
|
|
2536
|
-
image_sync?: {
|
|
2537
|
-
chain_name: string;
|
|
2538
|
-
base_denom?: string | undefined;
|
|
2539
|
-
} | undefined;
|
|
2540
|
-
png?: string | undefined;
|
|
2541
|
-
svg?: string | undefined;
|
|
2542
|
-
theme?: {
|
|
2543
|
-
primary_color_hex?: string | undefined;
|
|
2544
|
-
background_color_hex?: string | undefined;
|
|
2545
|
-
circle?: boolean | undefined;
|
|
2546
|
-
dark_mode?: boolean | undefined;
|
|
2547
|
-
} | undefined;
|
|
2548
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
2549
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
2550
|
-
}, {
|
|
2551
|
-
image_sync?: {
|
|
2552
|
-
chain_name: string;
|
|
2553
|
-
base_denom?: string | undefined;
|
|
2554
|
-
} | undefined;
|
|
2555
|
-
png?: string | undefined;
|
|
2556
|
-
svg?: string | undefined;
|
|
2557
|
-
theme?: {
|
|
2558
|
-
primary_color_hex?: string | undefined;
|
|
2559
|
-
background_color_hex?: string | undefined;
|
|
2560
|
-
circle?: boolean | undefined;
|
|
2561
|
-
dark_mode?: boolean | undefined;
|
|
2562
|
-
} | undefined;
|
|
2563
|
-
layout?: "logo" | "logomark" | "logotype" | undefined;
|
|
2564
|
-
text_position?: "top" | "bottom" | "left" | "right" | "integrated" | undefined;
|
|
2565
|
-
}>, z.ZodUnion<[z.ZodAny, z.ZodAny]>>, "many">>;
|
|
2566
|
-
logo_URIs: z.ZodOptional<z.ZodObject<{
|
|
2567
|
-
png: z.ZodOptional<z.ZodString>;
|
|
2568
|
-
svg: z.ZodOptional<z.ZodString>;
|
|
2569
|
-
}, "strict", z.ZodTypeAny, {
|
|
2570
|
-
png?: string | undefined;
|
|
2571
|
-
svg?: string | undefined;
|
|
2572
|
-
}, {
|
|
1408
|
+
} | undefined;
|
|
1409
|
+
images?: any[] | undefined;
|
|
1410
|
+
logo_URIs?: {
|
|
2573
1411
|
png?: string | undefined;
|
|
2574
1412
|
svg?: string | undefined;
|
|
2575
|
-
}
|
|
2576
|
-
description
|
|
2577
|
-
peers
|
|
2578
|
-
seeds: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2579
|
-
id: z.ZodString;
|
|
2580
|
-
address: z.ZodString;
|
|
2581
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2582
|
-
}, "strict", z.ZodTypeAny, {
|
|
2583
|
-
id: string;
|
|
2584
|
-
address: string;
|
|
2585
|
-
provider?: string | undefined;
|
|
2586
|
-
}, {
|
|
2587
|
-
id: string;
|
|
2588
|
-
address: string;
|
|
2589
|
-
provider?: string | undefined;
|
|
2590
|
-
}>, "many">>;
|
|
2591
|
-
persistent_peers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2592
|
-
id: z.ZodString;
|
|
2593
|
-
address: z.ZodString;
|
|
2594
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2595
|
-
}, "strict", z.ZodTypeAny, {
|
|
2596
|
-
id: string;
|
|
2597
|
-
address: string;
|
|
2598
|
-
provider?: string | undefined;
|
|
2599
|
-
}, {
|
|
2600
|
-
id: string;
|
|
2601
|
-
address: string;
|
|
2602
|
-
provider?: string | undefined;
|
|
2603
|
-
}>, "many">>;
|
|
2604
|
-
}, "strict", z.ZodTypeAny, {
|
|
2605
|
-
seeds?: {
|
|
2606
|
-
id: string;
|
|
2607
|
-
address: string;
|
|
2608
|
-
provider?: string | undefined;
|
|
2609
|
-
}[] | undefined;
|
|
2610
|
-
persistent_peers?: {
|
|
2611
|
-
id: string;
|
|
2612
|
-
address: string;
|
|
2613
|
-
provider?: string | undefined;
|
|
2614
|
-
}[] | undefined;
|
|
2615
|
-
}, {
|
|
1413
|
+
} | undefined;
|
|
1414
|
+
description?: string | undefined;
|
|
1415
|
+
peers?: {
|
|
2616
1416
|
seeds?: {
|
|
2617
1417
|
id: string;
|
|
2618
1418
|
address: string;
|
|
@@ -2623,118 +1423,8 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2623
1423
|
address: string;
|
|
2624
1424
|
provider?: string | undefined;
|
|
2625
1425
|
}[] | undefined;
|
|
2626
|
-
}
|
|
2627
|
-
apis
|
|
2628
|
-
rpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2629
|
-
address: z.ZodString;
|
|
2630
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2631
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2632
|
-
}, "strict", z.ZodTypeAny, {
|
|
2633
|
-
address: string;
|
|
2634
|
-
archive: boolean;
|
|
2635
|
-
provider?: string | undefined;
|
|
2636
|
-
}, {
|
|
2637
|
-
address: string;
|
|
2638
|
-
provider?: string | undefined;
|
|
2639
|
-
archive?: boolean | undefined;
|
|
2640
|
-
}>, "many">>;
|
|
2641
|
-
rest: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2642
|
-
address: z.ZodString;
|
|
2643
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2644
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2645
|
-
}, "strict", z.ZodTypeAny, {
|
|
2646
|
-
address: string;
|
|
2647
|
-
archive: boolean;
|
|
2648
|
-
provider?: string | undefined;
|
|
2649
|
-
}, {
|
|
2650
|
-
address: string;
|
|
2651
|
-
provider?: string | undefined;
|
|
2652
|
-
archive?: boolean | undefined;
|
|
2653
|
-
}>, "many">>;
|
|
2654
|
-
grpc: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2655
|
-
address: z.ZodString;
|
|
2656
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2657
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2658
|
-
}, "strict", z.ZodTypeAny, {
|
|
2659
|
-
address: string;
|
|
2660
|
-
archive: boolean;
|
|
2661
|
-
provider?: string | undefined;
|
|
2662
|
-
}, {
|
|
2663
|
-
address: string;
|
|
2664
|
-
provider?: string | undefined;
|
|
2665
|
-
archive?: boolean | undefined;
|
|
2666
|
-
}>, "many">>;
|
|
2667
|
-
wss: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2668
|
-
address: z.ZodString;
|
|
2669
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2670
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2671
|
-
}, "strict", z.ZodTypeAny, {
|
|
2672
|
-
address: string;
|
|
2673
|
-
archive: boolean;
|
|
2674
|
-
provider?: string | undefined;
|
|
2675
|
-
}, {
|
|
2676
|
-
address: string;
|
|
2677
|
-
provider?: string | undefined;
|
|
2678
|
-
archive?: boolean | undefined;
|
|
2679
|
-
}>, "many">>;
|
|
2680
|
-
'grpc-web': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2681
|
-
address: z.ZodString;
|
|
2682
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2683
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2684
|
-
}, "strict", z.ZodTypeAny, {
|
|
2685
|
-
address: string;
|
|
2686
|
-
archive: boolean;
|
|
2687
|
-
provider?: string | undefined;
|
|
2688
|
-
}, {
|
|
2689
|
-
address: string;
|
|
2690
|
-
provider?: string | undefined;
|
|
2691
|
-
archive?: boolean | undefined;
|
|
2692
|
-
}>, "many">>;
|
|
2693
|
-
'evm-http-jsonrpc': z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2694
|
-
address: z.ZodString;
|
|
2695
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2696
|
-
archive: z.ZodDefault<z.ZodBoolean>;
|
|
2697
|
-
}, "strict", z.ZodTypeAny, {
|
|
2698
|
-
address: string;
|
|
2699
|
-
archive: boolean;
|
|
2700
|
-
provider?: string | undefined;
|
|
2701
|
-
}, {
|
|
2702
|
-
address: string;
|
|
2703
|
-
provider?: string | undefined;
|
|
2704
|
-
archive?: boolean | undefined;
|
|
2705
|
-
}>, "many">>;
|
|
2706
|
-
}, "strict", z.ZodTypeAny, {
|
|
2707
|
-
rpc?: {
|
|
2708
|
-
address: string;
|
|
2709
|
-
archive: boolean;
|
|
2710
|
-
provider?: string | undefined;
|
|
2711
|
-
}[] | undefined;
|
|
2712
|
-
rest?: {
|
|
2713
|
-
address: string;
|
|
2714
|
-
archive: boolean;
|
|
2715
|
-
provider?: string | undefined;
|
|
2716
|
-
}[] | undefined;
|
|
2717
|
-
grpc?: {
|
|
2718
|
-
address: string;
|
|
2719
|
-
archive: boolean;
|
|
2720
|
-
provider?: string | undefined;
|
|
2721
|
-
}[] | undefined;
|
|
2722
|
-
wss?: {
|
|
2723
|
-
address: string;
|
|
2724
|
-
archive: boolean;
|
|
2725
|
-
provider?: string | undefined;
|
|
2726
|
-
}[] | undefined;
|
|
2727
|
-
'grpc-web'?: {
|
|
2728
|
-
address: string;
|
|
2729
|
-
archive: boolean;
|
|
2730
|
-
provider?: string | undefined;
|
|
2731
|
-
}[] | undefined;
|
|
2732
|
-
'evm-http-jsonrpc'?: {
|
|
2733
|
-
address: string;
|
|
2734
|
-
archive: boolean;
|
|
2735
|
-
provider?: string | undefined;
|
|
2736
|
-
}[] | undefined;
|
|
2737
|
-
}, {
|
|
1426
|
+
} | undefined;
|
|
1427
|
+
apis?: {
|
|
2738
1428
|
rpc?: {
|
|
2739
1429
|
address: string;
|
|
2740
1430
|
provider?: string | undefined;
|
|
@@ -2765,24 +1455,18 @@ export declare function getCosmosRegistryChain(chain: string): Promise<z.objectO
|
|
|
2765
1455
|
provider?: string | undefined;
|
|
2766
1456
|
archive?: boolean | undefined;
|
|
2767
1457
|
}[] | undefined;
|
|
2768
|
-
}
|
|
2769
|
-
explorers
|
|
2770
|
-
kind: z.ZodOptional<z.ZodString>;
|
|
2771
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2772
|
-
tx_page: z.ZodOptional<z.ZodString>;
|
|
2773
|
-
account_page: z.ZodOptional<z.ZodString>;
|
|
2774
|
-
}, "strict", z.ZodTypeAny, {
|
|
1458
|
+
} | undefined;
|
|
1459
|
+
explorers?: {
|
|
2775
1460
|
kind?: string | undefined;
|
|
2776
1461
|
url?: string | undefined;
|
|
2777
1462
|
tx_page?: string | undefined;
|
|
2778
1463
|
account_page?: string | undefined;
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
1464
|
+
validator_page?: string | undefined;
|
|
1465
|
+
proposal_page?: string | undefined;
|
|
1466
|
+
block_page?: string | undefined;
|
|
1467
|
+
}[] | undefined;
|
|
1468
|
+
keywords?: string[] | undefined;
|
|
1469
|
+
extra_codecs?: ("injective" | "ethermint")[] | undefined;
|
|
1470
|
+
}>, z.ZodIntersection<z.ZodAny, z.ZodAny>>;
|
|
1471
|
+
export declare function getCosmosRegistryChain(chain: string): Promise<any>;
|
|
2788
1472
|
//# sourceMappingURL=cosmos.d.ts.map
|