pull/5370/head
yann300 2 years ago committed by GitHub
parent ecf96e1c16
commit cf5c66dcc4
  1. 2
      apps/remix-ide/src/app/providers/mainnet-vm-fork-provider.tsx

@ -15,7 +15,7 @@ export class MainnetForkVMProvider extends BasicVMProvider {
}, blockchain) }, blockchain)
this.blockchain = blockchain this.blockchain = blockchain
this.fork = 'london' this.fork = 'london'
this.nodeUrl = 'https://rpc.archivenode.io/e50zmkroshle2e2e50zm0044i7ao04ym' this.nodeUrl = 'https://mainnet.infura.io/v3/08b2a484451e4635a28b3d8234f24332'
this.blockNumber = 'latest' this.blockNumber = 'latest'
} }

Loading…
Cancel
Save