@gearbox-protocol/deploy-tools 5.1.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/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -385836,7 +385836,7 @@ function getRenderer(opts) {
|
|
|
385836
385836
|
var package_default = {
|
|
385837
385837
|
name: "@gearbox-protocol/deploy-tools",
|
|
385838
385838
|
description: "Gearbox deploy tools",
|
|
385839
|
-
version: "5.1.
|
|
385839
|
+
version: "5.1.1",
|
|
385840
385840
|
homepage: "https://gearbox.fi",
|
|
385841
385841
|
keywords: [
|
|
385842
385842
|
"gearbox"
|
|
@@ -386010,7 +386010,7 @@ function sdkExample() {
|
|
|
386010
386010
|
}
|
|
386011
386011
|
log_default.info(`using address provider ${addressProvider}`);
|
|
386012
386012
|
const sdk = await GearboxSDK.attach({
|
|
386013
|
-
rpcURLs: [
|
|
386013
|
+
rpcURLs: [anvilUrl],
|
|
386014
386014
|
timeout: 48e4,
|
|
386015
386015
|
addressProvider,
|
|
386016
386016
|
logger: log_default,
|