noplan-inc / entertainment-hackathon

2 stars 0 forks source link

fix #39

Closed serinuntius closed 1 year ago

serinuntius commented 1 year ago

https://github.com/ethers-io/ethers.js/issues/1886#issuecomment-1063531514

yukiorita1117 commented 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を設定すると、ネットワークエラーが出る。 こちらを削除するとうまく動作する。