@snapshot-labs/snapshot.js 0.4.22 → 0.4.23
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 +4 -3
- package/src/networks.json +1 -0
- package/src/voting/approval.spec.js +1 -1
- package/src/voting/quadratic.spec.js +1 -1
- package/src/voting/rankedChoice.spec.js +1 -1
- package/src/voting/singleChoice.spec.js +1 -1
- package/src/voting/weighted.spec.js +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1618,6 +1618,7 @@ var networks = {
|
|
|
1618
1618
|
network: "goerli",
|
|
1619
1619
|
testnet: true,
|
|
1620
1620
|
multicall: "0x77dca2c955b15e9de4dbbcf1246b4b85b651e50e",
|
|
1621
|
+
ensResolver: "0x4B1488B7a6B320d2D721406204aBc3eeAa9AD329",
|
|
1621
1622
|
rpc: [
|
|
1622
1623
|
"https://eth-goerli.alchemyapi.io/v2/v4nqH_J-J3STit45Mm07TxuYexMHQsYZ"
|
|
1623
1624
|
],
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1609,6 +1609,7 @@ var networks = {
|
|
|
1609
1609
|
network: "goerli",
|
|
1610
1610
|
testnet: true,
|
|
1611
1611
|
multicall: "0x77dca2c955b15e9de4dbbcf1246b4b85b651e50e",
|
|
1612
|
+
ensResolver: "0x4B1488B7a6B320d2D721406204aBc3eeAa9AD329",
|
|
1612
1613
|
rpc: [
|
|
1613
1614
|
"https://eth-goerli.alchemyapi.io/v2/v4nqH_J-J3STit45Mm07TxuYexMHQsYZ"
|
|
1614
1615
|
],
|