diff --git a/src/index.js b/src/index.js index 414da6c..a38d94d 100644 --- a/src/index.js +++ b/src/index.js @@ -20,8 +20,8 @@ import { AllSections } from './template/Sections'; const { chains, provider, webSocketProvider } = configureChains( [mainnet, goerli, localhost], [ - publicProvider(), - infuraProvider({ apiKey: 'e7674eea9d72437d9129b41ed018183d' }) + infuraProvider({ apiKey: 'e7674eea9d72437d9129b41ed018183d' }), + publicProvider() ] );