@hyperlane-xyz/sdk 1.0.0 → 1.1.0-beta0
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/consts/chainConnectionConfigs.d.ts +3 -0
- package/dist/consts/chainConnectionConfigs.d.ts.map +1 -1
- package/dist/consts/chainConnectionConfigs.js +7 -5
- package/dist/consts/chainConnectionConfigs.js.map +1 -1
- package/dist/consts/environments/index.d.ts +80 -42
- package/dist/consts/environments/index.d.ts.map +1 -1
- package/dist/consts/environments/mainnet.json +64 -48
- package/dist/consts/environments/test.json +27 -21
- package/dist/consts/environments/testnet.json +56 -40
- package/dist/consts/multisigIsmVerifyCosts.json +209 -0
- package/dist/core/HyperlaneCore.d.ts +80 -42
- package/dist/core/HyperlaneCore.d.ts.map +1 -1
- package/dist/core/HyperlaneCore.js +2 -1
- package/dist/core/HyperlaneCore.js.map +1 -1
- package/dist/core/contracts.d.ts +6 -3
- package/dist/core/contracts.d.ts.map +1 -1
- package/dist/core/contracts.js +2 -0
- package/dist/core/contracts.js.map +1 -1
- package/dist/deploy/HyperlaneDeployer.d.ts +7 -1
- package/dist/deploy/HyperlaneDeployer.d.ts.map +1 -1
- package/dist/deploy/HyperlaneDeployer.js +38 -4
- package/dist/deploy/HyperlaneDeployer.js.map +1 -1
- package/dist/deploy/core/HyperlaneCoreChecker.d.ts.map +1 -1
- package/dist/deploy/core/HyperlaneCoreChecker.js +1 -0
- package/dist/deploy/core/HyperlaneCoreChecker.js.map +1 -1
- package/dist/deploy/core/HyperlaneCoreDeployer.d.ts +6 -1
- package/dist/deploy/core/HyperlaneCoreDeployer.d.ts.map +1 -1
- package/dist/deploy/core/HyperlaneCoreDeployer.js +67 -5
- package/dist/deploy/core/HyperlaneCoreDeployer.js.map +1 -1
- package/dist/deploy/router/HyperlaneRouterChecker.d.ts.map +1 -1
- package/dist/deploy/router/HyperlaneRouterChecker.js +1 -2
- package/dist/deploy/router/HyperlaneRouterChecker.js.map +1 -1
- package/dist/deploy/router/HyperlaneRouterDeployer.d.ts.map +1 -1
- package/dist/deploy/router/HyperlaneRouterDeployer.js +3 -4
- package/dist/deploy/router/HyperlaneRouterDeployer.js.map +1 -1
- package/dist/deploy/utils.d.ts.map +1 -1
- package/dist/deploy/utils.js +1 -0
- package/dist/deploy/utils.js.map +1 -1
- package/dist/deploy/verify/ContractVerifier.js +1 -1
- package/dist/deploy/verify/ContractVerifier.js.map +1 -1
- package/dist/gas/calculator.d.ts +52 -0
- package/dist/gas/calculator.d.ts.map +1 -1
- package/dist/gas/calculator.hardhat-test.d.ts +2 -0
- package/dist/gas/calculator.hardhat-test.d.ts.map +1 -0
- package/dist/gas/calculator.hardhat-test.js +56 -0
- package/dist/gas/calculator.hardhat-test.js.map +1 -0
- package/dist/gas/calculator.js +70 -7
- package/dist/gas/calculator.js.map +1 -1
- package/dist/gas/calculator.test.js +4 -3
- package/dist/gas/calculator.test.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/providers/ChainConnection.d.ts +1 -0
- package/dist/providers/ChainConnection.d.ts.map +1 -1
- package/dist/providers/ChainConnection.js +2 -1
- package/dist/providers/ChainConnection.js.map +1 -1
- package/dist/providers/MultiProvider.d.ts +6 -0
- package/dist/providers/MultiProvider.d.ts.map +1 -1
- package/dist/providers/MultiProvider.js +8 -0
- package/dist/providers/MultiProvider.js.map +1 -1
- package/dist/test/envSubsetDeployer/check-single-chain.js +2 -0
- package/dist/test/envSubsetDeployer/check-single-chain.js.map +1 -1
- package/dist/test/envSubsetDeployer/deploy-single-chain.js +2 -0
- package/dist/test/envSubsetDeployer/deploy-single-chain.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/objects.js +1 -1
- package/dist/utils/objects.js.map +1 -1
- package/package.json +6 -5
|
@@ -3,14 +3,17 @@ import { ChainMap, ChainName, IChainConnection } from '../types';
|
|
|
3
3
|
export declare const chainConnectionConfigs: ChainMap<ChainName, IChainConnection>;
|
|
4
4
|
export declare const testChainConnectionConfigs: {
|
|
5
5
|
test1: {
|
|
6
|
+
id: number;
|
|
6
7
|
provider: ethers.providers.JsonRpcProvider;
|
|
7
8
|
confirmations: number;
|
|
8
9
|
};
|
|
9
10
|
test2: {
|
|
11
|
+
id: number;
|
|
10
12
|
provider: ethers.providers.JsonRpcProvider;
|
|
11
13
|
confirmations: number;
|
|
12
14
|
};
|
|
13
15
|
test3: {
|
|
16
|
+
id: number;
|
|
14
17
|
provider: ethers.providers.JsonRpcProvider;
|
|
15
18
|
confirmations: number;
|
|
16
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainConnectionConfigs.d.ts","sourceRoot":"","sources":["../../src/consts/chainConnectionConfigs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIhC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"chainConnectionConfigs.d.ts","sourceRoot":"","sources":["../../src/consts/chainConnectionConfigs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIhC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAiBjE,eAAO,MAAM,sBAAsB,EAAE,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAgBrE,CAAC;AAEL,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;CAItC,CAAC"}
|
|
@@ -6,19 +6,21 @@ const celo_ethers_provider_1 = require("@hyperlane-xyz/celo-ethers-provider");
|
|
|
6
6
|
const objects_1 = require("../utils/objects");
|
|
7
7
|
const chainMetadata_1 = require("./chainMetadata");
|
|
8
8
|
const chains_1 = require("./chains");
|
|
9
|
-
function testChainConnection() {
|
|
9
|
+
function testChainConnection(id) {
|
|
10
10
|
return {
|
|
11
|
+
id,
|
|
11
12
|
provider: new ethers_1.ethers.providers.JsonRpcProvider('http://localhost:8545', 31337),
|
|
12
13
|
confirmations: 1,
|
|
13
14
|
};
|
|
14
15
|
}
|
|
15
16
|
exports.chainConnectionConfigs = (0, objects_1.objMap)(chainMetadata_1.chainMetadata, (chainName, metadata) => {
|
|
16
17
|
if (chains_1.TestChains.includes(chainName))
|
|
17
|
-
return testChainConnection();
|
|
18
|
+
return testChainConnection(metadata.id);
|
|
18
19
|
const providerClass = chainName === chains_1.Chains.alfajores || chainName === chains_1.Chains.celo
|
|
19
20
|
? celo_ethers_provider_1.StaticCeloJsonRpcProvider
|
|
20
21
|
: ethers_1.ethers.providers.JsonRpcProvider;
|
|
21
22
|
return {
|
|
23
|
+
id: metadata.id,
|
|
22
24
|
provider: new providerClass(metadata.publicRpcUrls[0].http, metadata.id),
|
|
23
25
|
confirmations: metadata.blocks.confirmations,
|
|
24
26
|
blockExplorerUrl: metadata.blockExplorers[0].url,
|
|
@@ -26,8 +28,8 @@ exports.chainConnectionConfigs = (0, objects_1.objMap)(chainMetadata_1.chainMeta
|
|
|
26
28
|
};
|
|
27
29
|
});
|
|
28
30
|
exports.testChainConnectionConfigs = {
|
|
29
|
-
test1: testChainConnection(),
|
|
30
|
-
test2: testChainConnection(),
|
|
31
|
-
test3: testChainConnection(),
|
|
31
|
+
test1: testChainConnection(chainMetadata_1.test1.id),
|
|
32
|
+
test2: testChainConnection(chainMetadata_1.test2.id),
|
|
33
|
+
test3: testChainConnection(chainMetadata_1.test3.id),
|
|
32
34
|
};
|
|
33
35
|
//# sourceMappingURL=chainConnectionConfigs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainConnectionConfigs.js","sourceRoot":"","sources":["../../src/consts/chainConnectionConfigs.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAEhC,8EAAgF;AAGhF,8CAA0C;AAE1C,
|
|
1
|
+
{"version":3,"file":"chainConnectionConfigs.js","sourceRoot":"","sources":["../../src/consts/chainConnectionConfigs.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAEhC,8EAAgF;AAGhF,8CAA0C;AAE1C,mDAAqE;AACrE,qCAA8C;AAE9C,SAAS,mBAAmB,CAAC,EAAU;IACrC,OAAO;QACL,EAAE;QACF,QAAQ,EAAE,IAAI,eAAM,CAAC,SAAS,CAAC,eAAe,CAC5C,uBAAuB,EACvB,KAAK,CACN;QACD,aAAa,EAAE,CAAC;KACjB,CAAC;AACJ,CAAC;AAEY,QAAA,sBAAsB,GACjC,IAAA,gBAAM,EAAC,6BAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,EAAE,EAAE;IAC5C,IAAI,mBAAU,CAAC,QAAQ,CAAC,SAAS,CAAC;QAAE,OAAO,mBAAmB,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;IAE5E,MAAM,aAAa,GACjB,SAAS,KAAK,eAAM,CAAC,SAAS,IAAI,SAAS,KAAK,eAAM,CAAC,IAAI;QACzD,CAAC,CAAC,gDAAyB;QAC3B,CAAC,CAAC,eAAM,CAAC,SAAS,CAAC,eAAe,CAAC;IAEvC,OAAO;QACL,EAAE,EAAE,QAAQ,CAAC,EAAE;QACf,QAAQ,EAAE,IAAI,aAAa,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,CAAC;QACxE,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,aAAa;QAC5C,gBAAgB,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,GAAG;QAChD,mBAAmB,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,MAAM;KACvD,CAAC;AACJ,CAAC,CAAC,CAAC;AAEQ,QAAA,0BAA0B,GAAG;IACxC,KAAK,EAAE,mBAAmB,CAAC,qBAAK,CAAC,EAAE,CAAC;IACpC,KAAK,EAAE,mBAAmB,CAAC,qBAAK,CAAC,EAAE,CAAC;IACpC,KAAK,EAAE,mBAAmB,CAAC,qBAAK,CAAC,EAAE,CAAC;CACrC,CAAC"}
|
|
@@ -3,180 +3,202 @@ import { LooseChainMap } from '../../types';
|
|
|
3
3
|
export declare const environments: {
|
|
4
4
|
test: {
|
|
5
5
|
test1: {
|
|
6
|
+
validatorAnnounce: string;
|
|
6
7
|
proxyAdmin: string;
|
|
7
|
-
|
|
8
|
+
mailbox: {
|
|
8
9
|
kind: string;
|
|
9
10
|
proxy: string;
|
|
10
11
|
implementation: string;
|
|
11
12
|
};
|
|
12
|
-
|
|
13
|
+
interchainGasPaymaster: {
|
|
13
14
|
kind: string;
|
|
14
15
|
proxy: string;
|
|
15
16
|
implementation: string;
|
|
16
17
|
};
|
|
18
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
17
19
|
multisigIsm: string;
|
|
18
20
|
};
|
|
19
21
|
test2: {
|
|
22
|
+
validatorAnnounce: string;
|
|
20
23
|
proxyAdmin: string;
|
|
21
|
-
|
|
24
|
+
mailbox: {
|
|
22
25
|
kind: string;
|
|
23
26
|
proxy: string;
|
|
24
27
|
implementation: string;
|
|
25
28
|
};
|
|
26
|
-
|
|
29
|
+
interchainGasPaymaster: {
|
|
27
30
|
kind: string;
|
|
28
31
|
proxy: string;
|
|
29
32
|
implementation: string;
|
|
30
33
|
};
|
|
34
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
31
35
|
multisigIsm: string;
|
|
32
36
|
};
|
|
33
37
|
test3: {
|
|
38
|
+
validatorAnnounce: string;
|
|
34
39
|
proxyAdmin: string;
|
|
35
|
-
|
|
40
|
+
mailbox: {
|
|
36
41
|
kind: string;
|
|
37
42
|
proxy: string;
|
|
38
43
|
implementation: string;
|
|
39
44
|
};
|
|
40
|
-
|
|
45
|
+
interchainGasPaymaster: {
|
|
41
46
|
kind: string;
|
|
42
47
|
proxy: string;
|
|
43
48
|
implementation: string;
|
|
44
49
|
};
|
|
50
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
45
51
|
multisigIsm: string;
|
|
46
52
|
};
|
|
47
53
|
};
|
|
48
54
|
testnet: {
|
|
49
55
|
alfajores: {
|
|
56
|
+
validatorAnnounce: string;
|
|
50
57
|
proxyAdmin: string;
|
|
51
|
-
|
|
58
|
+
mailbox: {
|
|
52
59
|
kind: string;
|
|
53
60
|
proxy: string;
|
|
54
61
|
implementation: string;
|
|
55
62
|
};
|
|
56
|
-
|
|
63
|
+
interchainGasPaymaster: {
|
|
57
64
|
kind: string;
|
|
58
65
|
proxy: string;
|
|
59
66
|
implementation: string;
|
|
60
67
|
};
|
|
68
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
61
69
|
multisigIsm: string;
|
|
62
70
|
create2Factory: string;
|
|
63
71
|
interchainAccountRouter: string;
|
|
64
72
|
interchainQueryRouter: string;
|
|
65
73
|
};
|
|
66
74
|
fuji: {
|
|
75
|
+
validatorAnnounce: string;
|
|
67
76
|
proxyAdmin: string;
|
|
68
|
-
|
|
77
|
+
mailbox: {
|
|
69
78
|
kind: string;
|
|
70
79
|
proxy: string;
|
|
71
80
|
implementation: string;
|
|
72
81
|
};
|
|
73
|
-
|
|
82
|
+
interchainGasPaymaster: {
|
|
74
83
|
kind: string;
|
|
75
84
|
proxy: string;
|
|
76
85
|
implementation: string;
|
|
77
86
|
};
|
|
87
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
78
88
|
multisigIsm: string;
|
|
79
89
|
create2Factory: string;
|
|
80
90
|
interchainAccountRouter: string;
|
|
81
91
|
interchainQueryRouter: string;
|
|
82
92
|
};
|
|
83
93
|
mumbai: {
|
|
94
|
+
validatorAnnounce: string;
|
|
84
95
|
proxyAdmin: string;
|
|
85
|
-
|
|
96
|
+
mailbox: {
|
|
86
97
|
kind: string;
|
|
87
98
|
proxy: string;
|
|
88
99
|
implementation: string;
|
|
89
100
|
};
|
|
90
|
-
|
|
101
|
+
interchainGasPaymaster: {
|
|
91
102
|
kind: string;
|
|
92
103
|
proxy: string;
|
|
93
104
|
implementation: string;
|
|
94
105
|
};
|
|
106
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
95
107
|
multisigIsm: string;
|
|
96
108
|
create2Factory: string;
|
|
97
109
|
interchainAccountRouter: string;
|
|
98
110
|
interchainQueryRouter: string;
|
|
99
111
|
};
|
|
100
112
|
bsctestnet: {
|
|
113
|
+
validatorAnnounce: string;
|
|
101
114
|
proxyAdmin: string;
|
|
102
|
-
|
|
115
|
+
mailbox: {
|
|
103
116
|
kind: string;
|
|
104
117
|
proxy: string;
|
|
105
118
|
implementation: string;
|
|
106
119
|
};
|
|
107
|
-
|
|
120
|
+
interchainGasPaymaster: {
|
|
108
121
|
kind: string;
|
|
109
122
|
proxy: string;
|
|
110
123
|
implementation: string;
|
|
111
124
|
};
|
|
125
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
112
126
|
multisigIsm: string;
|
|
113
127
|
create2Factory: string;
|
|
114
128
|
interchainAccountRouter: string;
|
|
115
129
|
interchainQueryRouter: string;
|
|
116
130
|
};
|
|
117
131
|
goerli: {
|
|
132
|
+
validatorAnnounce: string;
|
|
118
133
|
proxyAdmin: string;
|
|
119
|
-
|
|
134
|
+
mailbox: {
|
|
120
135
|
kind: string;
|
|
121
136
|
proxy: string;
|
|
122
137
|
implementation: string;
|
|
123
138
|
};
|
|
124
|
-
|
|
139
|
+
interchainGasPaymaster: {
|
|
125
140
|
kind: string;
|
|
126
141
|
proxy: string;
|
|
127
142
|
implementation: string;
|
|
128
143
|
};
|
|
144
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
129
145
|
multisigIsm: string;
|
|
130
146
|
create2Factory: string;
|
|
131
147
|
interchainAccountRouter: string;
|
|
132
148
|
interchainQueryRouter: string;
|
|
133
149
|
};
|
|
134
150
|
moonbasealpha: {
|
|
151
|
+
validatorAnnounce: string;
|
|
135
152
|
proxyAdmin: string;
|
|
136
|
-
|
|
153
|
+
mailbox: {
|
|
137
154
|
kind: string;
|
|
138
155
|
proxy: string;
|
|
139
156
|
implementation: string;
|
|
140
157
|
};
|
|
141
|
-
|
|
158
|
+
interchainGasPaymaster: {
|
|
142
159
|
kind: string;
|
|
143
160
|
proxy: string;
|
|
144
161
|
implementation: string;
|
|
145
162
|
};
|
|
163
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
146
164
|
multisigIsm: string;
|
|
147
165
|
create2Factory: string;
|
|
148
166
|
interchainAccountRouter: string;
|
|
149
167
|
interchainQueryRouter: string;
|
|
150
168
|
};
|
|
151
169
|
optimismgoerli: {
|
|
170
|
+
validatorAnnounce: string;
|
|
152
171
|
proxyAdmin: string;
|
|
153
|
-
|
|
172
|
+
mailbox: {
|
|
154
173
|
kind: string;
|
|
155
174
|
proxy: string;
|
|
156
175
|
implementation: string;
|
|
157
176
|
};
|
|
158
|
-
|
|
177
|
+
interchainGasPaymaster: {
|
|
159
178
|
kind: string;
|
|
160
179
|
proxy: string;
|
|
161
180
|
implementation: string;
|
|
162
181
|
};
|
|
182
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
163
183
|
multisigIsm: string;
|
|
164
184
|
create2Factory: string;
|
|
165
185
|
interchainAccountRouter: string;
|
|
166
186
|
interchainQueryRouter: string;
|
|
167
187
|
};
|
|
168
188
|
arbitrumgoerli: {
|
|
189
|
+
validatorAnnounce: string;
|
|
169
190
|
proxyAdmin: string;
|
|
170
|
-
|
|
191
|
+
mailbox: {
|
|
171
192
|
kind: string;
|
|
172
193
|
proxy: string;
|
|
173
194
|
implementation: string;
|
|
174
195
|
};
|
|
175
|
-
|
|
196
|
+
interchainGasPaymaster: {
|
|
176
197
|
kind: string;
|
|
177
198
|
proxy: string;
|
|
178
199
|
implementation: string;
|
|
179
200
|
};
|
|
201
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
180
202
|
multisigIsm: string;
|
|
181
203
|
create2Factory: string;
|
|
182
204
|
interchainAccountRouter: string;
|
|
@@ -185,140 +207,156 @@ export declare const environments: {
|
|
|
185
207
|
};
|
|
186
208
|
mainnet: {
|
|
187
209
|
celo: {
|
|
210
|
+
validatorAnnounce: string;
|
|
188
211
|
proxyAdmin: string;
|
|
189
|
-
|
|
212
|
+
mailbox: {
|
|
190
213
|
kind: string;
|
|
191
214
|
proxy: string;
|
|
192
215
|
implementation: string;
|
|
193
216
|
};
|
|
194
|
-
|
|
217
|
+
interchainGasPaymaster: {
|
|
195
218
|
kind: string;
|
|
196
219
|
proxy: string;
|
|
197
220
|
implementation: string;
|
|
198
221
|
};
|
|
222
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
199
223
|
multisigIsm: string;
|
|
200
224
|
create2Factory: string;
|
|
201
225
|
interchainAccountRouter: string;
|
|
202
226
|
interchainQueryRouter: string;
|
|
203
227
|
};
|
|
204
228
|
ethereum: {
|
|
229
|
+
validatorAnnounce: string;
|
|
205
230
|
proxyAdmin: string;
|
|
206
|
-
|
|
231
|
+
mailbox: {
|
|
207
232
|
kind: string;
|
|
208
233
|
proxy: string;
|
|
209
234
|
implementation: string;
|
|
210
235
|
};
|
|
211
|
-
|
|
236
|
+
interchainGasPaymaster: {
|
|
212
237
|
kind: string;
|
|
213
238
|
proxy: string;
|
|
214
239
|
implementation: string;
|
|
215
240
|
};
|
|
241
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
216
242
|
multisigIsm: string;
|
|
217
243
|
create2Factory: string;
|
|
218
|
-
interchainQueryRouter: string;
|
|
219
244
|
interchainAccountRouter: string;
|
|
245
|
+
interchainQueryRouter: string;
|
|
220
246
|
};
|
|
221
247
|
avalanche: {
|
|
248
|
+
validatorAnnounce: string;
|
|
222
249
|
proxyAdmin: string;
|
|
223
|
-
|
|
250
|
+
mailbox: {
|
|
224
251
|
kind: string;
|
|
225
252
|
proxy: string;
|
|
226
253
|
implementation: string;
|
|
227
254
|
};
|
|
228
|
-
|
|
255
|
+
interchainGasPaymaster: {
|
|
229
256
|
kind: string;
|
|
230
257
|
proxy: string;
|
|
231
258
|
implementation: string;
|
|
232
259
|
};
|
|
260
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
233
261
|
multisigIsm: string;
|
|
234
262
|
create2Factory: string;
|
|
235
263
|
interchainAccountRouter: string;
|
|
236
264
|
interchainQueryRouter: string;
|
|
237
265
|
};
|
|
238
266
|
polygon: {
|
|
267
|
+
validatorAnnounce: string;
|
|
239
268
|
proxyAdmin: string;
|
|
240
|
-
|
|
269
|
+
mailbox: {
|
|
241
270
|
kind: string;
|
|
242
271
|
proxy: string;
|
|
243
272
|
implementation: string;
|
|
244
273
|
};
|
|
245
|
-
|
|
274
|
+
interchainGasPaymaster: {
|
|
246
275
|
kind: string;
|
|
247
276
|
proxy: string;
|
|
248
277
|
implementation: string;
|
|
249
278
|
};
|
|
279
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
250
280
|
multisigIsm: string;
|
|
251
281
|
create2Factory: string;
|
|
252
282
|
interchainAccountRouter: string;
|
|
253
283
|
interchainQueryRouter: string;
|
|
254
284
|
};
|
|
255
285
|
bsc: {
|
|
286
|
+
validatorAnnounce: string;
|
|
256
287
|
proxyAdmin: string;
|
|
257
|
-
|
|
288
|
+
mailbox: {
|
|
258
289
|
kind: string;
|
|
259
290
|
proxy: string;
|
|
260
291
|
implementation: string;
|
|
261
292
|
};
|
|
262
|
-
|
|
293
|
+
interchainGasPaymaster: {
|
|
263
294
|
kind: string;
|
|
264
295
|
proxy: string;
|
|
265
296
|
implementation: string;
|
|
266
297
|
};
|
|
298
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
267
299
|
multisigIsm: string;
|
|
268
300
|
create2Factory: string;
|
|
269
301
|
interchainAccountRouter: string;
|
|
270
302
|
interchainQueryRouter: string;
|
|
271
303
|
};
|
|
272
304
|
arbitrum: {
|
|
305
|
+
validatorAnnounce: string;
|
|
273
306
|
proxyAdmin: string;
|
|
274
|
-
|
|
307
|
+
mailbox: {
|
|
275
308
|
kind: string;
|
|
276
309
|
proxy: string;
|
|
277
310
|
implementation: string;
|
|
278
311
|
};
|
|
279
|
-
|
|
312
|
+
interchainGasPaymaster: {
|
|
280
313
|
kind: string;
|
|
281
314
|
proxy: string;
|
|
282
315
|
implementation: string;
|
|
283
316
|
};
|
|
317
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
284
318
|
multisigIsm: string;
|
|
285
319
|
create2Factory: string;
|
|
286
|
-
interchainQueryRouter: string;
|
|
287
320
|
interchainAccountRouter: string;
|
|
321
|
+
interchainQueryRouter: string;
|
|
288
322
|
};
|
|
289
323
|
optimism: {
|
|
324
|
+
validatorAnnounce: string;
|
|
290
325
|
proxyAdmin: string;
|
|
291
|
-
|
|
326
|
+
mailbox: {
|
|
292
327
|
kind: string;
|
|
293
328
|
proxy: string;
|
|
294
329
|
implementation: string;
|
|
295
330
|
};
|
|
296
|
-
|
|
331
|
+
interchainGasPaymaster: {
|
|
297
332
|
kind: string;
|
|
298
333
|
proxy: string;
|
|
299
334
|
implementation: string;
|
|
300
335
|
};
|
|
336
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
301
337
|
multisigIsm: string;
|
|
302
338
|
create2Factory: string;
|
|
303
|
-
interchainQueryRouter: string;
|
|
304
339
|
interchainAccountRouter: string;
|
|
340
|
+
interchainQueryRouter: string;
|
|
305
341
|
};
|
|
306
342
|
moonbeam: {
|
|
343
|
+
validatorAnnounce: string;
|
|
307
344
|
proxyAdmin: string;
|
|
308
|
-
|
|
345
|
+
mailbox: {
|
|
309
346
|
kind: string;
|
|
310
347
|
proxy: string;
|
|
311
348
|
implementation: string;
|
|
312
349
|
};
|
|
313
|
-
|
|
350
|
+
interchainGasPaymaster: {
|
|
314
351
|
kind: string;
|
|
315
352
|
proxy: string;
|
|
316
353
|
implementation: string;
|
|
317
354
|
};
|
|
355
|
+
defaultIsmInterchainGasPaymaster: string;
|
|
318
356
|
multisigIsm: string;
|
|
319
357
|
create2Factory: string;
|
|
320
|
-
interchainQueryRouter: string;
|
|
321
358
|
interchainAccountRouter: string;
|
|
359
|
+
interchainQueryRouter: string;
|
|
322
360
|
};
|
|
323
361
|
};
|
|
324
362
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAO5C,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/consts/environments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAO5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAEvD,aAAK,uBAAuB,GAAG,aAAa,CAAC;IAC3C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC;IAC3B,sBAAsB,EAAE,KAAK,CAAC,OAAO,CAAC;IACtC,uBAAuB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC;IACxC,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC;IACtC,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC;CAC/B,CAAC,CAAC;AAGH,eAAO,MAAM,sBAAsB,yBAUP,CAAC"}
|