diff --git a/package.json b/package.json index d6a27a61b..eb4ef3281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/snapshot.js", - "version": "0.4.2", + "version": "0.4.6", "repository": "snapshot-labs/snapshot.js", "license": "MIT", "main": "dist/snapshot.cjs.js", diff --git a/src/networks.json b/src/networks.json index c4e3af758..7001fa575 100644 --- a/src/networks.json +++ b/src/networks.json @@ -7,12 +7,12 @@ "multicall": "0xeefba1e63905ef1d7acba5a8513c70307c1ce441", "ensResolver": "0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41", "rpc": [ + "https://rpc.ankr.com/eth", { "url": "https://api-geth-archive.ankr.com", "user": "balancer_user", "password": "balancerAnkr20201015" }, - "https://rpc.ankr.com/eth", "https://speedy-nodes-nyc.moralis.io/b9aed21e7bb7bdeb35972c9a/eth/mainnet/archive", "https://apis.ankr.com/e62bc219f9c9462b8749defe472d2dc5/6106d4a3ec1d1bcc87ec72158f8fd089/eth/archive/main", "https://eth-archival.gateway.pokt.network/v1/5f76124fb90218002e9ce985", @@ -422,8 +422,8 @@ "testnet": true, "multicall": "0x8b54247c6BAe96A6ccAFa468ebae96c4D7445e46", "rpc": [ - "https://speedy-nodes-nyc.moralis.io/f2963e29bec0de5787da3164/bsc/testnet/archive", - "https://data-seed-prebsc-1-s1.binance.org:8545" + "https://data-seed-prebsc-1-s1.binance.org:8545", + "https://speedy-nodes-nyc.moralis.io/f2963e29bec0de5787da3164/bsc/testnet/archive" ], "explorer": "https://testnet.bscscan.com", "start": 3599656, @@ -588,6 +588,7 @@ "network": "Mainnet", "multicall": "0x7f6A10218264a22B4309F3896745687E712962a0", "rpc": [ + "https://rpc.ankr.com/fantom", "https://rpc.ftm.tools", "https://rpcapi.fantom.network" ], diff --git a/src/schemas/vote.json b/src/schemas/vote.json index a4a43dd27..61ad905ba 100644 --- a/src/schemas/vote.json +++ b/src/schemas/vote.json @@ -15,7 +15,8 @@ "number", "array", "object", - "boolean" + "boolean", + "string" ], "title": "choice" },