@snapshot-labs/snapshot.js 0.3.32 → 0.3.33
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/snapshot.cjs.js +1 -0
- package/dist/snapshot.esm.js +1 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +4 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1717,6 +1717,7 @@ var networks = {
|
|
|
1717
1717
|
network: "mainnet",
|
|
1718
1718
|
multicall: "0x7E9985aE4C8248fdB07607648406a48C76e9e7eD",
|
|
1719
1719
|
rpc: [
|
|
1720
|
+
"https://rpc.ankr.com/avalanche",
|
|
1720
1721
|
"https://api.avax.network/ext/bc/C/rpc"
|
|
1721
1722
|
],
|
|
1722
1723
|
explorer: "https://cchain.explorer.avax.network"
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1708,6 +1708,7 @@ var networks = {
|
|
|
1708
1708
|
network: "mainnet",
|
|
1709
1709
|
multicall: "0x7E9985aE4C8248fdB07607648406a48C76e9e7eD",
|
|
1710
1710
|
rpc: [
|
|
1711
|
+
"https://rpc.ankr.com/avalanche",
|
|
1711
1712
|
"https://api.avax.network/ext/bc/C/rpc"
|
|
1712
1713
|
],
|
|
1713
1714
|
explorer: "https://cchain.explorer.avax.network"
|