@snapshot-labs/snapshot.js 0.3.50 → 0.3.51
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 +7 -7
- package/package.json +1 -1
- package/src/networks.json +1 -0
package/dist/snapshot.cjs.js
CHANGED
|
@@ -996,6 +996,7 @@ var networks = {
|
|
|
996
996
|
multicall: "0xeefba1e63905ef1d7acba5a8513c70307c1ce441",
|
|
997
997
|
ensResolver: "0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41",
|
|
998
998
|
rpc: [
|
|
999
|
+
"https://rpc.ankr.com/eth",
|
|
999
1000
|
{
|
|
1000
1001
|
url: "https://api-geth-archive.ankr.com",
|
|
1001
1002
|
user: "balancer_user",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -987,6 +987,7 @@ var networks = {
|
|
|
987
987
|
multicall: "0xeefba1e63905ef1d7acba5a8513c70307c1ce441",
|
|
988
988
|
ensResolver: "0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41",
|
|
989
989
|
rpc: [
|
|
990
|
+
"https://rpc.ankr.com/eth",
|
|
990
991
|
{
|
|
991
992
|
url: "https://api-geth-archive.ankr.com",
|
|
992
993
|
user: "balancer_user",
|