@certik/skynet 0.9.3 → 0.9.4

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.4
4
+
5
+ - Update Polygon Node to Certik Node
6
+
3
7
  ## 0.9.3
4
8
 
5
9
  - Update BSC Archive Node to NodeReal
package/const.js CHANGED
@@ -51,7 +51,7 @@ const PROTOCOLS = {
51
51
  nativeTokenAddress: "polygon:0x0000000000000000000000000000000000000000",
52
52
  nativeTokenLogo: `https://token-logo.certik-assets.com/polygon:0x0000000000000000000000000000000000000000.png`,
53
53
  nativeTokenCoinGeckoId: "matic-network",
54
- endpoint: `https://polygon-mainnet.g.alchemy.com/v2/${getAlchemyApiKey("POLYGON")}`,
54
+ endpoint: `https://poly-full-node.certik-skynet.com`,
55
55
  backupEndpoint: `https://matic.getblock.io/mainnet/?api_key=${getGetBlockApiKey()}`,
56
56
  archiveEndpoint: `https://polygon-mainnet.g.alchemy.com/v2/${getAlchemyApiKey("POLYGON")}`,
57
57
  tokenStandard: "ERC20",
package/examples/consumer CHANGED
File without changes
package/examples/indexer CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/examples/producer CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",
@@ -30,4 +30,4 @@
30
30
  "sinon": "^11.1.2"
31
31
  },
32
32
  "license": "MIT"
33
- }
33
+ }