@snapshot-labs/snapshot.js 0.7.0 → 0.7.2

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.
@@ -33,7 +33,7 @@ export interface UpdateProposal {
33
33
  plugins: string;
34
34
  }
35
35
  export interface FlagProposal {
36
- from: string;
36
+ from?: string;
37
37
  space: string;
38
38
  proposal: string;
39
39
  timestamp?: number;
@@ -3779,7 +3779,7 @@ var networks = {
3779
3779
  chainId: 80001,
3780
3780
  network: "testnet",
3781
3781
  testnet: true,
3782
- multicall: "0x08411ADd0b5AA8ee47563b146743C13b3556c9Cc",
3782
+ multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
3783
3783
  rpc: [
3784
3784
  "https://speedy-nodes-nyc.moralis.io/9e03baabdc27be2a35bdec4a/polygon/mumbai/archive",
3785
3785
  "https://rpc-mumbai.matic.today"
@@ -3770,7 +3770,7 @@ var networks = {
3770
3770
  chainId: 80001,
3771
3771
  network: "testnet",
3772
3772
  testnet: true,
3773
- multicall: "0x08411ADd0b5AA8ee47563b146743C13b3556c9Cc",
3773
+ multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
3774
3774
  rpc: [
3775
3775
  "https://speedy-nodes-nyc.moralis.io/9e03baabdc27be2a35bdec4a/polygon/mumbai/archive",
3776
3776
  "https://rpc-mumbai.matic.today"