@gearbox-protocol/deploy-tools 5.38.0 → 5.38.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/index.mjs +5 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -445190,7 +445190,10 @@ function openAccounts() {
|
|
|
445190
445190
|
});
|
|
445191
445191
|
const faucetAddr = await migrateFaucet(sdk);
|
|
445192
445192
|
log_default.debug(`faucet address: ${faucetAddr}`);
|
|
445193
|
-
const anvil = createAnvilClient({
|
|
445193
|
+
const anvil = createAnvilClient({
|
|
445194
|
+
transport: http(anvilUrl),
|
|
445195
|
+
chain: sdk.provider.chain
|
|
445196
|
+
});
|
|
445194
445197
|
const automine = await anvil.getAutomine();
|
|
445195
445198
|
await anvil.setBlockTimestampInterval({ interval: 0 });
|
|
445196
445199
|
log_default.debug(`setting block timestamp interval, automine: ${automine}`);
|
|
@@ -445451,7 +445454,7 @@ function getRenderer(opts) {
|
|
|
445451
445454
|
var package_default = {
|
|
445452
445455
|
name: "@gearbox-protocol/deploy-tools",
|
|
445453
445456
|
description: "Gearbox deploy tools",
|
|
445454
|
-
version: "5.38.
|
|
445457
|
+
version: "5.38.1",
|
|
445455
445458
|
homepage: "https://gearbox.fi",
|
|
445456
445459
|
keywords: [
|
|
445457
445460
|
"gearbox"
|