@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.
Files changed (2) hide show
  1. package/dist/index.mjs +5 -2
  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({ transport: http(anvilUrl) });
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.0",
445457
+ version: "5.38.1",
445455
445458
  homepage: "https://gearbox.fi",
445456
445459
  keywords: [
445457
445460
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.38.0",
4
+ "version": "5.38.1",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"