@certik/skynet 0.9.6 → 0.9.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.7
4
+
5
+ - Added Polygon multicall support
6
+
3
7
  ## 0.9.6
4
8
 
5
9
  - Updated `inline` method in `log` library to print a timestamp in front of each log line
package/const.js CHANGED
@@ -59,7 +59,7 @@ const PROTOCOLS = {
59
59
  endpoint: "https://api.polygonscan.com/api",
60
60
  key: getPolygonScanApiKey(),
61
61
  },
62
- multiCallProvider: "", // TODO
62
+ multiCallProvider: "0x8eC86392e0aDB57d00fDffbA39b8870e107c0757",
63
63
  scanUrl: "https://polygonscan.com/",
64
64
  },
65
65
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",