Closed serinuntius closed 1 year ago
ref: https://github.com/ethers-io/ethers.js/issues/1886#issuecomment-1063531514
const provider = new StaticJsonRpcProvider({
url: URL,
skipFetchSetup: true,
fetchOptions: {
referrer: rpcUrl,
},
});
fetchOptionsにreferrerを設定すると、ネットワークエラーが出る。 こちらを削除するとうまく動作する。
https://github.com/ethers-io/ethers.js/issues/1886#issuecomment-1063531514