@hyperlane-xyz/registry 25.5.0 → 26.0.0
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/chainAddresses.d.ts +67 -0
- package/dist/chainAddresses.js +75 -8
- package/dist/chainMetadata.js +283 -16
- package/dist/chains/aleo/metadata.js +3 -0
- package/dist/chains/aleo/metadata.json +3 -0
- package/dist/chains/aleo/metadata.yaml +1 -0
- package/dist/chains/appchain/metadata.js +6 -0
- package/dist/chains/appchain/metadata.json +6 -0
- package/dist/chains/appchain/metadata.yaml +3 -0
- package/dist/chains/arbitrum/addresses.js +1 -1
- package/dist/chains/arbitrum/addresses.json +1 -1
- package/dist/chains/arbitrum/addresses.yaml +1 -1
- package/dist/chains/arc/addresses.d.ts +27 -0
- package/dist/chains/arc/addresses.js +27 -0
- package/dist/chains/arc/addresses.json +27 -0
- package/dist/chains/arc/addresses.yaml +25 -0
- package/dist/chains/arc/index.d.ts +2 -0
- package/dist/chains/arc/index.js +2 -0
- package/dist/chains/arc/logo.svg +1 -0
- package/dist/chains/arc/metadata.d.ts +2 -0
- package/dist/chains/arc/metadata.js +36 -0
- package/dist/chains/arc/metadata.json +36 -0
- package/dist/chains/arc/metadata.yaml +26 -0
- package/dist/chains/avalanche/metadata.js +1 -1
- package/dist/chains/avalanche/metadata.json +1 -1
- package/dist/chains/avalanche/metadata.yaml +1 -1
- package/dist/chains/base/addresses.js +1 -1
- package/dist/chains/base/addresses.json +1 -1
- package/dist/chains/base/addresses.yaml +1 -1
- package/dist/chains/bitlayer/metadata.js +6 -0
- package/dist/chains/bitlayer/metadata.json +6 -0
- package/dist/chains/bitlayer/metadata.yaml +3 -0
- package/dist/chains/bsc/addresses.js +1 -1
- package/dist/chains/bsc/addresses.json +1 -1
- package/dist/chains/bsc/addresses.yaml +1 -1
- package/dist/chains/ethereum/addresses.js +1 -1
- package/dist/chains/ethereum/addresses.json +1 -1
- package/dist/chains/ethereum/addresses.yaml +1 -1
- package/dist/chains/flowmainnet/metadata.js +6 -0
- package/dist/chains/flowmainnet/metadata.json +6 -0
- package/dist/chains/flowmainnet/metadata.yaml +3 -0
- package/dist/chains/forma/addresses.js +2 -2
- package/dist/chains/forma/addresses.json +2 -2
- package/dist/chains/forma/addresses.yaml +2 -2
- package/dist/chains/hashkey/metadata.js +6 -0
- package/dist/chains/hashkey/metadata.json +6 -0
- package/dist/chains/hashkey/metadata.yaml +3 -0
- package/dist/chains/hyperevm/addresses.js +1 -1
- package/dist/chains/hyperevm/addresses.json +1 -1
- package/dist/chains/hyperevm/addresses.yaml +1 -1
- package/dist/chains/immutablezkevmmainnet/metadata.js +6 -0
- package/dist/chains/immutablezkevmmainnet/metadata.json +6 -0
- package/dist/chains/immutablezkevmmainnet/metadata.yaml +3 -0
- package/dist/chains/katana/metadata.js +4 -4
- package/dist/chains/katana/metadata.json +4 -4
- package/dist/chains/katana/metadata.yaml +4 -4
- package/dist/chains/kiichain/metadata.js +3 -3
- package/dist/chains/kiichain/metadata.json +3 -3
- package/dist/chains/kiichain/metadata.yaml +3 -3
- package/dist/chains/lumiaprism/metadata.js +6 -0
- package/dist/chains/lumiaprism/metadata.json +6 -0
- package/dist/chains/lumiaprism/metadata.yaml +3 -0
- package/dist/chains/matchain/metadata.js +6 -0
- package/dist/chains/matchain/metadata.json +6 -0
- package/dist/chains/matchain/metadata.yaml +3 -0
- package/dist/chains/nesa/logo.svg +1 -1
- package/dist/chains/nesachain/addresses.d.ts +27 -0
- package/dist/chains/nesachain/addresses.js +27 -0
- package/dist/chains/nesachain/addresses.json +27 -0
- package/dist/chains/nesachain/addresses.yaml +25 -0
- package/dist/chains/nesachain/darkmode-logo.svg +1 -0
- package/dist/chains/nesachain/index.d.ts +2 -0
- package/dist/chains/nesachain/index.js +2 -0
- package/dist/chains/nesachain/logo.svg +1 -0
- package/dist/chains/nesachain/metadata.d.ts +2 -0
- package/dist/chains/nesachain/metadata.js +36 -0
- package/dist/chains/nesachain/metadata.json +36 -0
- package/dist/chains/nesachain/metadata.yaml +26 -0
- package/dist/chains/oortmainnet/metadata.js +6 -0
- package/dist/chains/oortmainnet/metadata.json +6 -0
- package/dist/chains/oortmainnet/metadata.yaml +3 -0
- package/dist/chains/paradex/addresses.js +1 -1
- package/dist/chains/paradex/addresses.json +1 -1
- package/dist/chains/paradex/addresses.yaml +1 -1
- package/dist/chains/paradex/metadata.js +1 -7
- package/dist/chains/paradex/metadata.json +1 -7
- package/dist/chains/paradex/metadata.yaml +1 -3
- package/dist/chains/ronin/metadata.js +6 -0
- package/dist/chains/ronin/metadata.json +6 -0
- package/dist/chains/ronin/metadata.yaml +3 -0
- package/dist/chains/schema.json +720 -359
- package/dist/chains/sei/metadata.js +6 -0
- package/dist/chains/sei/metadata.json +6 -0
- package/dist/chains/sei/metadata.yaml +2 -0
- package/dist/chains/sonic/metadata.js +6 -0
- package/dist/chains/sonic/metadata.json +6 -0
- package/dist/chains/sonic/metadata.yaml +3 -0
- package/dist/chains/starknet/metadata.js +1 -1
- package/dist/chains/starknet/metadata.json +1 -1
- package/dist/chains/starknet/metadata.yaml +1 -1
- package/dist/chains/terraclassic/addresses.d.ts +7 -0
- package/dist/chains/terraclassic/addresses.js +7 -0
- package/dist/chains/terraclassic/addresses.json +7 -0
- package/dist/chains/terraclassic/addresses.yaml +5 -0
- package/dist/chains/terraclassic/index.d.ts +2 -0
- package/dist/chains/terraclassic/index.js +2 -0
- package/dist/chains/terraclassic/logo.svg +1 -0
- package/dist/chains/terraclassic/metadata.d.ts +2 -0
- package/dist/chains/terraclassic/metadata.js +70 -0
- package/dist/chains/terraclassic/metadata.json +70 -0
- package/dist/chains/terraclassic/metadata.yaml +44 -0
- package/dist/chains/terraclassictestnet/addresses.d.ts +6 -0
- package/dist/chains/terraclassictestnet/addresses.js +6 -0
- package/dist/chains/terraclassictestnet/addresses.json +6 -0
- package/dist/chains/terraclassictestnet/addresses.yaml +4 -0
- package/dist/chains/terraclassictestnet/index.d.ts +2 -0
- package/dist/chains/terraclassictestnet/index.js +2 -0
- package/dist/chains/terraclassictestnet/logo.svg +1 -0
- package/dist/chains/terraclassictestnet/metadata.d.ts +2 -0
- package/dist/chains/terraclassictestnet/metadata.js +59 -0
- package/dist/chains/terraclassictestnet/metadata.json +59 -0
- package/dist/chains/terraclassictestnet/metadata.yaml +41 -0
- package/dist/chains/zerogravity/metadata.js +3 -0
- package/dist/chains/zerogravity/metadata.json +3 -0
- package/dist/chains/zerogravity/metadata.yaml +3 -0
- package/dist/deployments/warp_routes/CROSS/moonpay-localbridge-usdt-config.d.ts +2 -0
- package/dist/deployments/warp_routes/CROSS/moonpay-localbridge-usdt-config.js +53 -0
- package/dist/deployments/warp_routes/CROSS/moonpay-localbridge-usdt-config.json +53 -0
- package/dist/deployments/warp_routes/CROSS/moonpay-localbridge-usdt-config.yaml +40 -0
- package/dist/deployments/warp_routes/LUNC/bsc-ethereum-solanamainnet-terraclassic-config.d.ts +2 -0
- package/dist/deployments/warp_routes/LUNC/bsc-ethereum-solanamainnet-terraclassic-config.js +110 -0
- package/dist/deployments/warp_routes/LUNC/bsc-ethereum-solanamainnet-terraclassic-config.json +110 -0
- package/dist/deployments/warp_routes/LUNC/bsc-ethereum-solanamainnet-terraclassic-config.yaml +69 -0
- package/dist/deployments/warp_routes/NES/bsc-config.js +80 -73
- package/dist/deployments/warp_routes/NES/bsc-config.json +80 -73
- package/dist/deployments/warp_routes/NES/bsc-config.yaml +72 -65
- package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.js +47 -0
- package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.json +47 -0
- package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.yaml +20 -20
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-fast-config.js +28 -0
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-fast-config.json +28 -0
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-fast-config.yaml +28 -0
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-standard-config.js +28 -0
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-standard-config.json +28 -0
- package/dist/deployments/warp_routes/USDC/mainnet-cctp-v2-standard-config.yaml +28 -0
- package/dist/deployments/warp_routes/USTC/bsc-ethereum-solanamainnet-terraclassic-config.d.ts +2 -0
- package/dist/deployments/warp_routes/USTC/bsc-ethereum-solanamainnet-terraclassic-config.js +110 -0
- package/dist/deployments/warp_routes/USTC/bsc-ethereum-solanamainnet-terraclassic-config.json +110 -0
- package/dist/deployments/warp_routes/USTC/bsc-ethereum-solanamainnet-terraclassic-config.yaml +69 -0
- package/dist/deployments/warp_routes/oUSDT/production-config.js +243 -905
- package/dist/deployments/warp_routes/oUSDT/production-config.json +243 -905
- package/dist/deployments/warp_routes/oUSDT/production-config.yaml +150 -365
- package/dist/deployments/warp_routes/oUSDT/staging-config.js +239 -1071
- package/dist/deployments/warp_routes/oUSDT/staging-config.json +239 -1071
- package/dist/deployments/warp_routes/oUSDT/staging-config.yaml +163 -431
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/types.d.ts +35 -4767
- package/dist/types.js +4 -6
- package/dist/warpRouteConfigs.js +992 -2103
- package/package.json +5 -6
package/dist/chains/schema.json
CHANGED
|
@@ -1,433 +1,794 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2
3
|
"$ref": "#/definitions/hyperlaneChainMetadata",
|
|
3
4
|
"definitions": {
|
|
4
5
|
"hyperlaneChainMetadata": {
|
|
5
6
|
"type": "object",
|
|
6
7
|
"properties": {
|
|
7
8
|
"availability": {
|
|
8
|
-
"
|
|
9
|
-
{
|
|
10
|
-
"type": "object",
|
|
11
|
-
"properties": {
|
|
12
|
-
"status": {
|
|
13
|
-
"type": "string",
|
|
14
|
-
"const": "disabled",
|
|
15
|
-
"description": "The status that represents the chain availability. See ChainStatus for valid values."
|
|
16
|
-
},
|
|
17
|
-
"reasons": {
|
|
18
|
-
"type": "array",
|
|
19
|
-
"items": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"enum": [
|
|
22
|
-
"badrpc",
|
|
23
|
-
"deprecated",
|
|
24
|
-
"private",
|
|
25
|
-
"unavailable",
|
|
26
|
-
"other"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
"minItems": 1,
|
|
30
|
-
"description": "List of reasons explaining why the chain is disabled."
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": [
|
|
34
|
-
"status",
|
|
35
|
-
"reasons"
|
|
36
|
-
],
|
|
37
|
-
"additionalProperties": false
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"type": "object",
|
|
41
|
-
"properties": {
|
|
42
|
-
"status": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"const": "live",
|
|
45
|
-
"description": "The status that represents the chain availability. See ChainStatus for valid values."
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"required": [
|
|
49
|
-
"status"
|
|
50
|
-
],
|
|
51
|
-
"additionalProperties": false
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"description": "Specifies if the chain is available and the reasons why it is disabled."
|
|
9
|
+
"$ref": "#/definitions/__schema0"
|
|
55
10
|
},
|
|
56
11
|
"bech32Prefix": {
|
|
57
|
-
"
|
|
58
|
-
"description": "The human readable address prefix for the chains using bech32."
|
|
12
|
+
"$ref": "#/definitions/__schema3"
|
|
59
13
|
},
|
|
60
14
|
"blockExplorers": {
|
|
61
|
-
"
|
|
62
|
-
"items": {
|
|
63
|
-
"type": "object",
|
|
64
|
-
"properties": {
|
|
65
|
-
"name": {
|
|
66
|
-
"type": "string",
|
|
67
|
-
"description": "A human readable name for the explorer."
|
|
68
|
-
},
|
|
69
|
-
"url": {
|
|
70
|
-
"type": "string",
|
|
71
|
-
"format": "uri",
|
|
72
|
-
"description": "The base URL for the explorer."
|
|
73
|
-
},
|
|
74
|
-
"apiUrl": {
|
|
75
|
-
"type": "string",
|
|
76
|
-
"format": "uri",
|
|
77
|
-
"description": "The base URL for requests to the explorer API."
|
|
78
|
-
},
|
|
79
|
-
"apiKey": {
|
|
80
|
-
"type": "string",
|
|
81
|
-
"description": "An API key for the explorer (recommended for better reliability)."
|
|
82
|
-
},
|
|
83
|
-
"family": {
|
|
84
|
-
"anyOf": [
|
|
85
|
-
{
|
|
86
|
-
"type": "string",
|
|
87
|
-
"enum": [
|
|
88
|
-
"etherscan",
|
|
89
|
-
"blockscout",
|
|
90
|
-
"routescan",
|
|
91
|
-
"voyager",
|
|
92
|
-
"zksync",
|
|
93
|
-
"radixdashboard",
|
|
94
|
-
"tronscan",
|
|
95
|
-
"other",
|
|
96
|
-
"unknown"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"type": "string"
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"description": "The type of the block explorer. See ExplorerFamily for valid values."
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"required": [
|
|
107
|
-
"name",
|
|
108
|
-
"url",
|
|
109
|
-
"apiUrl"
|
|
110
|
-
],
|
|
111
|
-
"additionalProperties": false
|
|
112
|
-
},
|
|
113
|
-
"description": "A list of block explorers with data for this chain"
|
|
15
|
+
"$ref": "#/definitions/__schema5"
|
|
114
16
|
},
|
|
115
17
|
"blocks": {
|
|
116
|
-
"
|
|
117
|
-
"properties": {
|
|
118
|
-
"confirmations": {
|
|
119
|
-
"type": "integer",
|
|
120
|
-
"minimum": 0,
|
|
121
|
-
"description": "Number of blocks to wait before considering a transaction confirmed."
|
|
122
|
-
},
|
|
123
|
-
"reorgPeriod": {
|
|
124
|
-
"anyOf": [
|
|
125
|
-
{
|
|
126
|
-
"type": "integer",
|
|
127
|
-
"minimum": 0
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"type": "string"
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
|
-
"description": "Number of blocks before a transaction has a near-zero chance of reverting or block tag."
|
|
134
|
-
},
|
|
135
|
-
"estimateBlockTime": {
|
|
136
|
-
"type": "number",
|
|
137
|
-
"exclusiveMinimum": 0,
|
|
138
|
-
"description": "Rough estimate of time per block in seconds."
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"required": [
|
|
142
|
-
"confirmations"
|
|
143
|
-
],
|
|
144
|
-
"additionalProperties": false,
|
|
145
|
-
"description": "Block settings for the chain/deployment."
|
|
18
|
+
"$ref": "#/definitions/__schema9"
|
|
146
19
|
},
|
|
147
20
|
"bypassBatchSimulation": {
|
|
148
|
-
"
|
|
149
|
-
"description": "Whether to bypass batch simulation for this chain."
|
|
21
|
+
"$ref": "#/definitions/__schema14"
|
|
150
22
|
},
|
|
151
23
|
"chainId": {
|
|
152
|
-
"
|
|
153
|
-
{
|
|
154
|
-
"$ref": "#/definitions/hyperlaneChainMetadata/properties/blocks/properties/reorgPeriod/anyOf/0"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"type": "string"
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"description": "The chainId of the chain. Uses EIP-155 for EVM chains"
|
|
24
|
+
"$ref": "#/definitions/__schema16"
|
|
161
25
|
},
|
|
162
26
|
"customGrpcUrls": {
|
|
163
|
-
"
|
|
164
|
-
"description": "Specify a comma separated list of custom GRPC URLs to use for this chain. If not specified, the default GRPC urls will be used."
|
|
27
|
+
"$ref": "#/definitions/__schema18"
|
|
165
28
|
},
|
|
166
29
|
"deployer": {
|
|
167
|
-
"
|
|
168
|
-
"properties": {
|
|
169
|
-
"name": {
|
|
170
|
-
"type": "string",
|
|
171
|
-
"description": "The name of the deployer."
|
|
172
|
-
},
|
|
173
|
-
"email": {
|
|
174
|
-
"type": "string",
|
|
175
|
-
"format": "email",
|
|
176
|
-
"description": "The email address of the deployer."
|
|
177
|
-
},
|
|
178
|
-
"url": {
|
|
179
|
-
"type": "string",
|
|
180
|
-
"format": "uri",
|
|
181
|
-
"description": "The URL of the deployer."
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"required": [
|
|
185
|
-
"name"
|
|
186
|
-
],
|
|
187
|
-
"additionalProperties": false,
|
|
188
|
-
"description": "Identity information of the deployer of a Hyperlane instance to this chain"
|
|
30
|
+
"$ref": "#/definitions/__schema20"
|
|
189
31
|
},
|
|
190
32
|
"displayName": {
|
|
191
|
-
"
|
|
192
|
-
"description": "Human-readable name of the chain."
|
|
33
|
+
"$ref": "#/definitions/__schema24"
|
|
193
34
|
},
|
|
194
35
|
"displayNameShort": {
|
|
195
|
-
"
|
|
196
|
-
"description": "A shorter human-readable name of the chain for use in user interfaces."
|
|
36
|
+
"$ref": "#/definitions/__schema26"
|
|
197
37
|
},
|
|
198
38
|
"domainId": {
|
|
199
|
-
"
|
|
200
|
-
"exclusiveMinimum": 0,
|
|
201
|
-
"description": "The domainId of the chain, should generally default to `chainId`. Consumer of `ChainMetadata` should use this value or `name` as a unique identifier."
|
|
39
|
+
"$ref": "#/definitions/__schema28"
|
|
202
40
|
},
|
|
203
41
|
"gasCurrencyCoinGeckoId": {
|
|
204
|
-
"
|
|
205
|
-
"description": "The ID on CoinGecko of the token used for gas payments."
|
|
42
|
+
"$ref": "#/definitions/__schema30"
|
|
206
43
|
},
|
|
207
44
|
"gnosisSafeTransactionServiceUrl": {
|
|
208
|
-
"
|
|
209
|
-
"description": "The URL of the gnosis safe transaction service."
|
|
45
|
+
"$ref": "#/definitions/__schema32"
|
|
210
46
|
},
|
|
211
47
|
"gnosisSafeApiKey": {
|
|
212
|
-
"
|
|
213
|
-
"description": "The API key for the gnosis safe transaction service."
|
|
48
|
+
"$ref": "#/definitions/__schema34"
|
|
214
49
|
},
|
|
215
50
|
"grpcUrls": {
|
|
216
|
-
"
|
|
217
|
-
"items": {
|
|
218
|
-
"type": "object",
|
|
219
|
-
"properties": {
|
|
220
|
-
"http": {
|
|
221
|
-
"type": "string",
|
|
222
|
-
"format": "uri",
|
|
223
|
-
"description": "The HTTP URL of the RPC endpoint (preferably HTTPS)."
|
|
224
|
-
},
|
|
225
|
-
"concurrency": {
|
|
226
|
-
"type": "integer",
|
|
227
|
-
"exclusiveMinimum": 0,
|
|
228
|
-
"description": "Maximum number of concurrent RPC requests."
|
|
229
|
-
},
|
|
230
|
-
"webSocket": {
|
|
231
|
-
"type": "string",
|
|
232
|
-
"description": "The WSS URL if the endpoint also supports websockets."
|
|
233
|
-
},
|
|
234
|
-
"pagination": {
|
|
235
|
-
"type": "object",
|
|
236
|
-
"properties": {
|
|
237
|
-
"maxBlockRange": {
|
|
238
|
-
"type": "integer",
|
|
239
|
-
"exclusiveMinimum": 0,
|
|
240
|
-
"description": "The maximum range between block numbers for which the RPC can query data"
|
|
241
|
-
},
|
|
242
|
-
"minBlockNumber": {
|
|
243
|
-
"$ref": "#/definitions/hyperlaneChainMetadata/properties/blocks/properties/reorgPeriod/anyOf/0",
|
|
244
|
-
"description": "The absolute minimum block number that this RPC supports."
|
|
245
|
-
},
|
|
246
|
-
"maxBlockAge": {
|
|
247
|
-
"$ref": "#/definitions/hyperlaneChainMetadata/properties/grpcUrls/items/properties/pagination/properties/maxBlockRange",
|
|
248
|
-
"description": "The relative different from latest block that this RPC supports."
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"additionalProperties": false,
|
|
252
|
-
"description": "Limitations on the block range/age that can be queried."
|
|
253
|
-
},
|
|
254
|
-
"retry": {
|
|
255
|
-
"type": "object",
|
|
256
|
-
"properties": {
|
|
257
|
-
"maxRequests": {
|
|
258
|
-
"type": "integer",
|
|
259
|
-
"exclusiveMinimum": 0,
|
|
260
|
-
"description": "The maximum number of requests to attempt before failing."
|
|
261
|
-
},
|
|
262
|
-
"baseRetryMs": {
|
|
263
|
-
"type": "integer",
|
|
264
|
-
"exclusiveMinimum": 0,
|
|
265
|
-
"description": "The base retry delay in milliseconds."
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
"required": [
|
|
269
|
-
"maxRequests",
|
|
270
|
-
"baseRetryMs"
|
|
271
|
-
],
|
|
272
|
-
"additionalProperties": false,
|
|
273
|
-
"description": "Default retry settings to be used by a provider such as MultiProvider."
|
|
274
|
-
},
|
|
275
|
-
"public": {
|
|
276
|
-
"type": "boolean",
|
|
277
|
-
"description": "Flag if the RPC is publicly available."
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
"required": [
|
|
281
|
-
"http"
|
|
282
|
-
],
|
|
283
|
-
"additionalProperties": false
|
|
284
|
-
},
|
|
285
|
-
"description": "For cosmos chains only, a list of gRPC API URLs"
|
|
51
|
+
"$ref": "#/definitions/__schema36"
|
|
286
52
|
},
|
|
287
53
|
"index": {
|
|
288
|
-
"
|
|
289
|
-
"properties": {
|
|
290
|
-
"from": {
|
|
291
|
-
"type": "number",
|
|
292
|
-
"description": "The block to start any indexing from."
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
"additionalProperties": false,
|
|
296
|
-
"description": "Indexing settings for the chain."
|
|
54
|
+
"$ref": "#/definitions/__schema43"
|
|
297
55
|
},
|
|
298
56
|
"isTestnet": {
|
|
299
|
-
"
|
|
300
|
-
"description": "Whether the chain is considered a testnet or a mainnet."
|
|
57
|
+
"$ref": "#/definitions/__schema46"
|
|
301
58
|
},
|
|
302
59
|
"logoURI": {
|
|
303
|
-
"
|
|
304
|
-
"description": "A URI to a logo image for this chain for use in user interfaces."
|
|
60
|
+
"$ref": "#/definitions/__schema48"
|
|
305
61
|
},
|
|
306
62
|
"name": {
|
|
307
|
-
"
|
|
308
|
-
"pattern": "^[a-z][a-z0-9]*$",
|
|
309
|
-
"description": "The unique string identifier of the chain, used as the key in ChainMap dictionaries."
|
|
63
|
+
"$ref": "#/definitions/__schema50"
|
|
310
64
|
},
|
|
311
65
|
"nativeToken": {
|
|
312
|
-
"
|
|
313
|
-
"properties": {
|
|
314
|
-
"name": {
|
|
315
|
-
"type": "string"
|
|
316
|
-
},
|
|
317
|
-
"symbol": {
|
|
318
|
-
"type": "string"
|
|
319
|
-
},
|
|
320
|
-
"decimals": {
|
|
321
|
-
"type": "integer",
|
|
322
|
-
"minimum": 0,
|
|
323
|
-
"exclusiveMaximum": 256
|
|
324
|
-
},
|
|
325
|
-
"denom": {
|
|
326
|
-
"type": "string"
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
"required": [
|
|
330
|
-
"name",
|
|
331
|
-
"symbol",
|
|
332
|
-
"decimals"
|
|
333
|
-
],
|
|
334
|
-
"additionalProperties": false,
|
|
335
|
-
"description": "The metadata of the native token of the chain (e.g. ETH for Ethereum)."
|
|
66
|
+
"$ref": "#/definitions/__schema51"
|
|
336
67
|
},
|
|
337
68
|
"protocol": {
|
|
338
|
-
"
|
|
339
|
-
{
|
|
340
|
-
"type": "string",
|
|
341
|
-
"enum": [
|
|
342
|
-
"ethereum",
|
|
343
|
-
"sealevel",
|
|
344
|
-
"cosmos",
|
|
345
|
-
"cosmosnative",
|
|
346
|
-
"starknet",
|
|
347
|
-
"radix",
|
|
348
|
-
"aleo",
|
|
349
|
-
"tron",
|
|
350
|
-
"unknown"
|
|
351
|
-
]
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"type": "string"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"description": "The type of protocol used by this chain. See ProtocolType for valid values."
|
|
69
|
+
"$ref": "#/definitions/__schema53"
|
|
358
70
|
},
|
|
359
71
|
"restUrls": {
|
|
360
|
-
"
|
|
361
|
-
"items": {
|
|
362
|
-
"$ref": "#/definitions/hyperlaneChainMetadata/properties/grpcUrls/items"
|
|
363
|
-
},
|
|
364
|
-
"description": "For cosmos chains only, a list of Rest API URLs"
|
|
72
|
+
"$ref": "#/definitions/__schema55"
|
|
365
73
|
},
|
|
366
74
|
"rpcUrls": {
|
|
367
|
-
"
|
|
368
|
-
"items": {
|
|
369
|
-
"$ref": "#/definitions/hyperlaneChainMetadata/properties/grpcUrls/items"
|
|
370
|
-
},
|
|
371
|
-
"minItems": 1,
|
|
372
|
-
"description": "The list of RPC endpoints for interacting with the chain."
|
|
75
|
+
"$ref": "#/definitions/__schema56"
|
|
373
76
|
},
|
|
374
77
|
"slip44": {
|
|
375
|
-
"
|
|
376
|
-
"description": "The SLIP-0044 coin type."
|
|
78
|
+
"$ref": "#/definitions/__schema57"
|
|
377
79
|
},
|
|
378
80
|
"technicalStack": {
|
|
379
|
-
"
|
|
380
|
-
{
|
|
381
|
-
"type": "string",
|
|
382
|
-
"enum": [
|
|
383
|
-
"arbitrumnitro",
|
|
384
|
-
"opstack",
|
|
385
|
-
"polygoncdk",
|
|
386
|
-
"polkadotsubstrate",
|
|
387
|
-
"seismic",
|
|
388
|
-
"zksync",
|
|
389
|
-
"other",
|
|
390
|
-
"unknown"
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"type": "string"
|
|
395
|
-
}
|
|
396
|
-
],
|
|
397
|
-
"description": "The technical stack of the chain. See ChainTechnicalStack for valid values."
|
|
81
|
+
"$ref": "#/definitions/__schema59"
|
|
398
82
|
},
|
|
399
83
|
"transactionOverrides": {
|
|
400
|
-
"
|
|
401
|
-
"additionalProperties": {},
|
|
402
|
-
"description": "Properties to include when forming transaction requests."
|
|
84
|
+
"$ref": "#/definitions/__schema61"
|
|
403
85
|
},
|
|
404
86
|
"gasPrice": {
|
|
87
|
+
"$ref": "#/definitions/__schema63"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"required": [
|
|
91
|
+
"chainId",
|
|
92
|
+
"domainId",
|
|
93
|
+
"name",
|
|
94
|
+
"protocol",
|
|
95
|
+
"rpcUrls"
|
|
96
|
+
],
|
|
97
|
+
"additionalProperties": false
|
|
98
|
+
},
|
|
99
|
+
"__schema0": {
|
|
100
|
+
"description": "Specifies if the chain is available and the reasons why it is disabled.",
|
|
101
|
+
"allOf": [
|
|
102
|
+
{
|
|
103
|
+
"$ref": "#/definitions/__schema1"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"__schema1": {
|
|
108
|
+
"anyOf": [
|
|
109
|
+
{
|
|
405
110
|
"type": "object",
|
|
406
111
|
"properties": {
|
|
407
|
-
"
|
|
408
|
-
"type": "string"
|
|
112
|
+
"status": {
|
|
113
|
+
"type": "string",
|
|
114
|
+
"const": "disabled",
|
|
115
|
+
"description": "The status that represents the chain availability. See ChainStatus for valid values."
|
|
409
116
|
},
|
|
410
|
-
"
|
|
411
|
-
"
|
|
117
|
+
"reasons": {
|
|
118
|
+
"minItems": 1,
|
|
119
|
+
"type": "array",
|
|
120
|
+
"items": {
|
|
121
|
+
"$ref": "#/definitions/__schema2"
|
|
122
|
+
},
|
|
123
|
+
"description": "List of reasons explaining why the chain is disabled."
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"required": [
|
|
127
|
+
"status",
|
|
128
|
+
"reasons"
|
|
129
|
+
],
|
|
130
|
+
"additionalProperties": false
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"status": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"const": "live",
|
|
138
|
+
"description": "The status that represents the chain availability. See ChainStatus for valid values."
|
|
412
139
|
}
|
|
413
140
|
},
|
|
414
141
|
"required": [
|
|
415
|
-
"
|
|
416
|
-
"amount"
|
|
142
|
+
"status"
|
|
417
143
|
],
|
|
418
|
-
"additionalProperties": false
|
|
419
|
-
|
|
144
|
+
"additionalProperties": false
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"__schema2": {
|
|
149
|
+
"type": "string",
|
|
150
|
+
"enum": [
|
|
151
|
+
"badrpc",
|
|
152
|
+
"deprecated",
|
|
153
|
+
"private",
|
|
154
|
+
"unavailable",
|
|
155
|
+
"other"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"__schema3": {
|
|
159
|
+
"description": "The human readable address prefix for the chains using bech32.",
|
|
160
|
+
"allOf": [
|
|
161
|
+
{
|
|
162
|
+
"$ref": "#/definitions/__schema4"
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"__schema4": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"__schema5": {
|
|
170
|
+
"description": "A list of block explorers with data for this chain",
|
|
171
|
+
"allOf": [
|
|
172
|
+
{
|
|
173
|
+
"$ref": "#/definitions/__schema6"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
"__schema6": {
|
|
178
|
+
"type": "array",
|
|
179
|
+
"items": {
|
|
180
|
+
"type": "object",
|
|
181
|
+
"properties": {
|
|
182
|
+
"name": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"description": "A human readable name for the explorer."
|
|
185
|
+
},
|
|
186
|
+
"url": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"format": "uri",
|
|
189
|
+
"description": "The base URL for the explorer."
|
|
190
|
+
},
|
|
191
|
+
"apiUrl": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"format": "uri",
|
|
194
|
+
"description": "The base URL for requests to the explorer API."
|
|
195
|
+
},
|
|
196
|
+
"apiKey": {
|
|
197
|
+
"description": "An API key for the explorer (recommended for better reliability).",
|
|
198
|
+
"allOf": [
|
|
199
|
+
{
|
|
200
|
+
"$ref": "#/definitions/__schema7"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"family": {
|
|
205
|
+
"description": "The type of the block explorer. See ExplorerFamily for valid values.",
|
|
206
|
+
"allOf": [
|
|
207
|
+
{
|
|
208
|
+
"$ref": "#/definitions/__schema8"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"required": [
|
|
214
|
+
"name",
|
|
215
|
+
"url",
|
|
216
|
+
"apiUrl"
|
|
217
|
+
],
|
|
218
|
+
"additionalProperties": false
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"__schema7": {
|
|
222
|
+
"type": "string"
|
|
223
|
+
},
|
|
224
|
+
"__schema8": {
|
|
225
|
+
"anyOf": [
|
|
226
|
+
{
|
|
227
|
+
"type": "string",
|
|
228
|
+
"enum": [
|
|
229
|
+
"etherscan",
|
|
230
|
+
"blockscout",
|
|
231
|
+
"routescan",
|
|
232
|
+
"voyager",
|
|
233
|
+
"zksync",
|
|
234
|
+
"radixdashboard",
|
|
235
|
+
"tronscan",
|
|
236
|
+
"other",
|
|
237
|
+
"unknown"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "string"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"__schema9": {
|
|
246
|
+
"description": "Block settings for the chain/deployment.",
|
|
247
|
+
"allOf": [
|
|
248
|
+
{
|
|
249
|
+
"$ref": "#/definitions/__schema10"
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"__schema10": {
|
|
254
|
+
"type": "object",
|
|
255
|
+
"properties": {
|
|
256
|
+
"confirmations": {
|
|
257
|
+
"description": "Number of blocks to wait before considering a transaction confirmed.",
|
|
258
|
+
"allOf": [
|
|
259
|
+
{
|
|
260
|
+
"$ref": "#/definitions/__schema11"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
"reorgPeriod": {
|
|
265
|
+
"description": "Number of blocks before a transaction has a near-zero chance of reverting or block tag.",
|
|
266
|
+
"allOf": [
|
|
267
|
+
{
|
|
268
|
+
"$ref": "#/definitions/__schema12"
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
"estimateBlockTime": {
|
|
273
|
+
"description": "Rough estimate of time per block in seconds.",
|
|
274
|
+
"allOf": [
|
|
275
|
+
{
|
|
276
|
+
"$ref": "#/definitions/__schema13"
|
|
277
|
+
}
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"required": [
|
|
282
|
+
"confirmations"
|
|
283
|
+
],
|
|
284
|
+
"additionalProperties": false
|
|
285
|
+
},
|
|
286
|
+
"__schema11": {
|
|
287
|
+
"type": "integer",
|
|
288
|
+
"minimum": 0,
|
|
289
|
+
"maximum": 9007199254740991
|
|
290
|
+
},
|
|
291
|
+
"__schema12": {
|
|
292
|
+
"anyOf": [
|
|
293
|
+
{
|
|
294
|
+
"$ref": "#/definitions/__schema11"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"__schema13": {
|
|
302
|
+
"type": "number",
|
|
303
|
+
"exclusiveMinimum": 0
|
|
304
|
+
},
|
|
305
|
+
"__schema14": {
|
|
306
|
+
"description": "Whether to bypass batch simulation for this chain.",
|
|
307
|
+
"allOf": [
|
|
308
|
+
{
|
|
309
|
+
"$ref": "#/definitions/__schema15"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"__schema15": {
|
|
314
|
+
"type": "boolean"
|
|
315
|
+
},
|
|
316
|
+
"__schema16": {
|
|
317
|
+
"anyOf": [
|
|
318
|
+
{
|
|
319
|
+
"$ref": "#/definitions/__schema11"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"$ref": "#/definitions/__schema17"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"description": "The chainId of the chain. Uses EIP-155 for EVM chains"
|
|
326
|
+
},
|
|
327
|
+
"__schema17": {
|
|
328
|
+
"type": "string"
|
|
329
|
+
},
|
|
330
|
+
"__schema18": {
|
|
331
|
+
"description": "Specify a comma separated list of custom GRPC URLs to use for this chain. If not specified, the default GRPC urls will be used.",
|
|
332
|
+
"allOf": [
|
|
333
|
+
{
|
|
334
|
+
"$ref": "#/definitions/__schema19"
|
|
335
|
+
}
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"__schema19": {
|
|
339
|
+
"type": "string"
|
|
340
|
+
},
|
|
341
|
+
"__schema20": {
|
|
342
|
+
"description": "Identity information of the deployer of a Hyperlane instance to this chain",
|
|
343
|
+
"allOf": [
|
|
344
|
+
{
|
|
345
|
+
"$ref": "#/definitions/__schema21"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"__schema21": {
|
|
350
|
+
"type": "object",
|
|
351
|
+
"properties": {
|
|
352
|
+
"name": {
|
|
353
|
+
"type": "string",
|
|
354
|
+
"description": "The name of the deployer."
|
|
355
|
+
},
|
|
356
|
+
"email": {
|
|
357
|
+
"description": "The email address of the deployer.",
|
|
358
|
+
"allOf": [
|
|
359
|
+
{
|
|
360
|
+
"$ref": "#/definitions/__schema22"
|
|
361
|
+
}
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
"url": {
|
|
365
|
+
"description": "The URL of the deployer.",
|
|
366
|
+
"allOf": [
|
|
367
|
+
{
|
|
368
|
+
"$ref": "#/definitions/__schema23"
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
"required": [
|
|
374
|
+
"name"
|
|
375
|
+
],
|
|
376
|
+
"additionalProperties": false
|
|
377
|
+
},
|
|
378
|
+
"__schema22": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"format": "email",
|
|
381
|
+
"pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
|
|
382
|
+
},
|
|
383
|
+
"__schema23": {
|
|
384
|
+
"type": "string",
|
|
385
|
+
"format": "uri"
|
|
386
|
+
},
|
|
387
|
+
"__schema24": {
|
|
388
|
+
"description": "Human-readable name of the chain.",
|
|
389
|
+
"allOf": [
|
|
390
|
+
{
|
|
391
|
+
"$ref": "#/definitions/__schema25"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"__schema25": {
|
|
396
|
+
"type": "string"
|
|
397
|
+
},
|
|
398
|
+
"__schema26": {
|
|
399
|
+
"description": "A shorter human-readable name of the chain for use in user interfaces.",
|
|
400
|
+
"allOf": [
|
|
401
|
+
{
|
|
402
|
+
"$ref": "#/definitions/__schema27"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"__schema27": {
|
|
407
|
+
"type": "string"
|
|
408
|
+
},
|
|
409
|
+
"__schema28": {
|
|
410
|
+
"description": "The domainId of the chain, should generally default to `chainId`. Consumer of `ChainMetadata` should use this value or `name` as a unique identifier.",
|
|
411
|
+
"allOf": [
|
|
412
|
+
{
|
|
413
|
+
"$ref": "#/definitions/__schema29"
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
"__schema29": {
|
|
418
|
+
"type": "integer",
|
|
419
|
+
"exclusiveMinimum": 0,
|
|
420
|
+
"maximum": 9007199254740991
|
|
421
|
+
},
|
|
422
|
+
"__schema30": {
|
|
423
|
+
"description": "The ID on CoinGecko of the token used for gas payments.",
|
|
424
|
+
"allOf": [
|
|
425
|
+
{
|
|
426
|
+
"$ref": "#/definitions/__schema31"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
"__schema31": {
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"__schema32": {
|
|
434
|
+
"description": "The URL of the gnosis safe transaction service.",
|
|
435
|
+
"allOf": [
|
|
436
|
+
{
|
|
437
|
+
"$ref": "#/definitions/__schema33"
|
|
438
|
+
}
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"__schema33": {
|
|
442
|
+
"type": "string"
|
|
443
|
+
},
|
|
444
|
+
"__schema34": {
|
|
445
|
+
"description": "The API key for the gnosis safe transaction service.",
|
|
446
|
+
"allOf": [
|
|
447
|
+
{
|
|
448
|
+
"$ref": "#/definitions/__schema35"
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
"__schema35": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
},
|
|
455
|
+
"__schema36": {
|
|
456
|
+
"type": "array",
|
|
457
|
+
"items": {
|
|
458
|
+
"$ref": "#/definitions/__schema37"
|
|
459
|
+
},
|
|
460
|
+
"description": "For cosmos chains only, a list of gRPC API URLs"
|
|
461
|
+
},
|
|
462
|
+
"__schema37": {
|
|
463
|
+
"type": "object",
|
|
464
|
+
"properties": {
|
|
465
|
+
"http": {
|
|
466
|
+
"type": "string",
|
|
467
|
+
"format": "uri",
|
|
468
|
+
"description": "The HTTP URL of the RPC endpoint (preferably HTTPS)."
|
|
469
|
+
},
|
|
470
|
+
"concurrency": {
|
|
471
|
+
"description": "Maximum number of concurrent RPC requests.",
|
|
472
|
+
"allOf": [
|
|
473
|
+
{
|
|
474
|
+
"$ref": "#/definitions/__schema38"
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"webSocket": {
|
|
479
|
+
"description": "The WSS URL if the endpoint also supports websockets.",
|
|
480
|
+
"allOf": [
|
|
481
|
+
{
|
|
482
|
+
"$ref": "#/definitions/__schema39"
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"pagination": {
|
|
487
|
+
"description": "Limitations on the block range/age that can be queried.",
|
|
488
|
+
"allOf": [
|
|
489
|
+
{
|
|
490
|
+
"$ref": "#/definitions/__schema40"
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"retry": {
|
|
495
|
+
"description": "Default retry settings to be used by a provider such as MultiProvider.",
|
|
496
|
+
"allOf": [
|
|
497
|
+
{
|
|
498
|
+
"$ref": "#/definitions/__schema41"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
},
|
|
502
|
+
"public": {
|
|
503
|
+
"description": "Flag if the RPC is publicly available.",
|
|
504
|
+
"allOf": [
|
|
505
|
+
{
|
|
506
|
+
"$ref": "#/definitions/__schema42"
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"required": [
|
|
512
|
+
"http"
|
|
513
|
+
],
|
|
514
|
+
"additionalProperties": false
|
|
515
|
+
},
|
|
516
|
+
"__schema38": {
|
|
517
|
+
"type": "integer",
|
|
518
|
+
"exclusiveMinimum": 0,
|
|
519
|
+
"maximum": 9007199254740991
|
|
520
|
+
},
|
|
521
|
+
"__schema39": {
|
|
522
|
+
"type": "string"
|
|
523
|
+
},
|
|
524
|
+
"__schema40": {
|
|
525
|
+
"type": "object",
|
|
526
|
+
"properties": {
|
|
527
|
+
"maxBlockRange": {
|
|
528
|
+
"description": "The maximum range between block numbers for which the RPC can query data",
|
|
529
|
+
"allOf": [
|
|
530
|
+
{
|
|
531
|
+
"$ref": "#/definitions/__schema29"
|
|
532
|
+
}
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"minBlockNumber": {
|
|
536
|
+
"description": "The absolute minimum block number that this RPC supports.",
|
|
537
|
+
"allOf": [
|
|
538
|
+
{
|
|
539
|
+
"$ref": "#/definitions/__schema11"
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
"maxBlockAge": {
|
|
544
|
+
"description": "The relative different from latest block that this RPC supports.",
|
|
545
|
+
"allOf": [
|
|
546
|
+
{
|
|
547
|
+
"$ref": "#/definitions/__schema29"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"additionalProperties": false
|
|
553
|
+
},
|
|
554
|
+
"__schema41": {
|
|
555
|
+
"type": "object",
|
|
556
|
+
"properties": {
|
|
557
|
+
"maxRequests": {
|
|
558
|
+
"description": "The maximum number of requests to attempt before failing.",
|
|
559
|
+
"allOf": [
|
|
560
|
+
{
|
|
561
|
+
"$ref": "#/definitions/__schema29"
|
|
562
|
+
}
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"baseRetryMs": {
|
|
566
|
+
"description": "The base retry delay in milliseconds.",
|
|
567
|
+
"allOf": [
|
|
568
|
+
{
|
|
569
|
+
"$ref": "#/definitions/__schema29"
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"required": [
|
|
575
|
+
"maxRequests",
|
|
576
|
+
"baseRetryMs"
|
|
577
|
+
],
|
|
578
|
+
"additionalProperties": false
|
|
579
|
+
},
|
|
580
|
+
"__schema42": {
|
|
581
|
+
"type": "boolean"
|
|
582
|
+
},
|
|
583
|
+
"__schema43": {
|
|
584
|
+
"description": "Indexing settings for the chain.",
|
|
585
|
+
"allOf": [
|
|
586
|
+
{
|
|
587
|
+
"$ref": "#/definitions/__schema44"
|
|
588
|
+
}
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
"__schema44": {
|
|
592
|
+
"type": "object",
|
|
593
|
+
"properties": {
|
|
594
|
+
"from": {
|
|
595
|
+
"description": "The block to start any indexing from.",
|
|
596
|
+
"allOf": [
|
|
597
|
+
{
|
|
598
|
+
"$ref": "#/definitions/__schema45"
|
|
599
|
+
}
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"additionalProperties": false
|
|
604
|
+
},
|
|
605
|
+
"__schema45": {
|
|
606
|
+
"type": "number"
|
|
607
|
+
},
|
|
608
|
+
"__schema46": {
|
|
609
|
+
"description": "Whether the chain is considered a testnet or a mainnet.",
|
|
610
|
+
"allOf": [
|
|
611
|
+
{
|
|
612
|
+
"$ref": "#/definitions/__schema47"
|
|
613
|
+
}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
616
|
+
"__schema47": {
|
|
617
|
+
"type": "boolean"
|
|
618
|
+
},
|
|
619
|
+
"__schema48": {
|
|
620
|
+
"description": "A URI to a logo image for this chain for use in user interfaces.",
|
|
621
|
+
"allOf": [
|
|
622
|
+
{
|
|
623
|
+
"$ref": "#/definitions/__schema49"
|
|
624
|
+
}
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
"__schema49": {
|
|
628
|
+
"type": "string"
|
|
629
|
+
},
|
|
630
|
+
"__schema50": {
|
|
631
|
+
"type": "string",
|
|
632
|
+
"pattern": "^[a-z][a-z0-9]*$",
|
|
633
|
+
"description": "The unique string identifier of the chain, used as the key in ChainMap dictionaries."
|
|
634
|
+
},
|
|
635
|
+
"__schema51": {
|
|
636
|
+
"description": "The metadata of the native token of the chain (e.g. ETH for Ethereum).",
|
|
637
|
+
"allOf": [
|
|
638
|
+
{
|
|
639
|
+
"$ref": "#/definitions/__schema52"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"__schema52": {
|
|
644
|
+
"type": "object",
|
|
645
|
+
"properties": {
|
|
646
|
+
"name": {
|
|
647
|
+
"type": "string"
|
|
648
|
+
},
|
|
649
|
+
"symbol": {
|
|
650
|
+
"type": "string"
|
|
651
|
+
},
|
|
652
|
+
"decimals": {
|
|
653
|
+
"exclusiveMaximum": 256,
|
|
654
|
+
"allOf": [
|
|
655
|
+
{
|
|
656
|
+
"$ref": "#/definitions/__schema11"
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
},
|
|
660
|
+
"denom": {
|
|
661
|
+
"type": "string"
|
|
420
662
|
}
|
|
421
663
|
},
|
|
422
664
|
"required": [
|
|
423
|
-
"chainId",
|
|
424
|
-
"domainId",
|
|
425
665
|
"name",
|
|
426
|
-
"
|
|
427
|
-
"
|
|
666
|
+
"symbol",
|
|
667
|
+
"decimals"
|
|
668
|
+
],
|
|
669
|
+
"additionalProperties": false
|
|
670
|
+
},
|
|
671
|
+
"__schema53": {
|
|
672
|
+
"description": "The type of protocol used by this chain. See ProtocolType for valid values.",
|
|
673
|
+
"allOf": [
|
|
674
|
+
{
|
|
675
|
+
"$ref": "#/definitions/__schema54"
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
},
|
|
679
|
+
"__schema54": {
|
|
680
|
+
"anyOf": [
|
|
681
|
+
{
|
|
682
|
+
"type": "string",
|
|
683
|
+
"enum": [
|
|
684
|
+
"ethereum",
|
|
685
|
+
"sealevel",
|
|
686
|
+
"cosmos",
|
|
687
|
+
"cosmosnative",
|
|
688
|
+
"starknet",
|
|
689
|
+
"radix",
|
|
690
|
+
"aleo",
|
|
691
|
+
"tron",
|
|
692
|
+
"unknown"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"type": "string"
|
|
697
|
+
}
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
"__schema55": {
|
|
701
|
+
"type": "array",
|
|
702
|
+
"items": {
|
|
703
|
+
"$ref": "#/definitions/__schema37"
|
|
704
|
+
},
|
|
705
|
+
"description": "For cosmos chains only, a list of Rest API URLs"
|
|
706
|
+
},
|
|
707
|
+
"__schema56": {
|
|
708
|
+
"minItems": 1,
|
|
709
|
+
"type": "array",
|
|
710
|
+
"items": {
|
|
711
|
+
"$ref": "#/definitions/__schema37"
|
|
712
|
+
},
|
|
713
|
+
"description": "The list of RPC endpoints for interacting with the chain."
|
|
714
|
+
},
|
|
715
|
+
"__schema57": {
|
|
716
|
+
"description": "The SLIP-0044 coin type.",
|
|
717
|
+
"allOf": [
|
|
718
|
+
{
|
|
719
|
+
"$ref": "#/definitions/__schema58"
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
"__schema58": {
|
|
724
|
+
"type": "number"
|
|
725
|
+
},
|
|
726
|
+
"__schema59": {
|
|
727
|
+
"description": "The technical stack of the chain. See ChainTechnicalStack for valid values.",
|
|
728
|
+
"allOf": [
|
|
729
|
+
{
|
|
730
|
+
"$ref": "#/definitions/__schema60"
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
"__schema60": {
|
|
735
|
+
"anyOf": [
|
|
736
|
+
{
|
|
737
|
+
"type": "string",
|
|
738
|
+
"enum": [
|
|
739
|
+
"arbitrumnitro",
|
|
740
|
+
"opstack",
|
|
741
|
+
"polygoncdk",
|
|
742
|
+
"polkadotsubstrate",
|
|
743
|
+
"seismic",
|
|
744
|
+
"zksync",
|
|
745
|
+
"other",
|
|
746
|
+
"unknown"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"type": "string"
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
"__schema61": {
|
|
755
|
+
"description": "Properties to include when forming transaction requests.",
|
|
756
|
+
"allOf": [
|
|
757
|
+
{
|
|
758
|
+
"$ref": "#/definitions/__schema62"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
"__schema62": {
|
|
763
|
+
"type": "object",
|
|
764
|
+
"propertyNames": {
|
|
765
|
+
"type": "string"
|
|
766
|
+
},
|
|
767
|
+
"additionalProperties": {}
|
|
768
|
+
},
|
|
769
|
+
"__schema63": {
|
|
770
|
+
"description": "The gas price of Cosmos chains.",
|
|
771
|
+
"allOf": [
|
|
772
|
+
{
|
|
773
|
+
"$ref": "#/definitions/__schema64"
|
|
774
|
+
}
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
"__schema64": {
|
|
778
|
+
"type": "object",
|
|
779
|
+
"properties": {
|
|
780
|
+
"denom": {
|
|
781
|
+
"type": "string"
|
|
782
|
+
},
|
|
783
|
+
"amount": {
|
|
784
|
+
"type": "string"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"required": [
|
|
788
|
+
"denom",
|
|
789
|
+
"amount"
|
|
428
790
|
],
|
|
429
791
|
"additionalProperties": false
|
|
430
792
|
}
|
|
431
|
-
}
|
|
432
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
793
|
+
}
|
|
433
794
|
}
|