Skip to content

Commit

Permalink
update mainnet node url
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Dec 7, 2023
1 parent 1211615 commit 8b818ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class MainnetForkVMProvider extends BasicVMProvider {
)
this.blockchain = blockchain
this.fork = 'shanghai'
this.nodeUrl = 'https://mainnet.infura.io/v3/7eed077ab9ee45eebbb3f053af9ecb29'
this.nodeUrl = 'https://go.getblock.io/56f8bc5187aa4ac696348f67545acf38'
this.blockNumber = 'latest'
}

Expand Down

0 comments on commit 8b818ca

Please sign in to comment.