@polymarket/multi-endpoint-provider
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,3 +9,3 @@ import { Networkish } from "@ethersproject/networks"; | ||
network?: Networkish; | ||
handleRequestError: HandleErrorFunc; | ||
handleRequestError?: HandleErrorFunc; | ||
}; |
@@ -9,3 +9,3 @@ import { Networkish } from "@ethersproject/networks"; | ||
network?: Networkish; | ||
handleRequestError: HandleErrorFunc; | ||
handleRequestError?: HandleErrorFunc; | ||
}; |
{ | ||
"name": "@polymarket/multi-endpoint-provider", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "ethers.js Providers that try backup rpc endpoints when requests fail", | ||
@@ -5,0 +5,0 @@ "author": "Sam Hatem <sam.hatem17@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35423