Skip to content

Commit

Permalink
Encode forkUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Dec 12, 2024
1 parent 08a47ea commit 8919759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-testnets/src/anvil/AnvilTestnetFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class AnvilTestnetFactory implements TestnetFactory {
const forkUrl = originChainIdToForkUrl(originChainId, this.opts.alchemyApiKey)

console.log({
forkUrl,
forkUrl: atob(forkUrl),
})
// if forkChainId is specified, anvil requires blockNumber to be specified as well
const forkBlockNumber = await (async () => {
Expand Down

0 comments on commit 8919759

Please sign in to comment.