Skip to content

Commit

Permalink
Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Dec 12, 2024
1 parent 8919759 commit ad0bebf
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: atob(forkUrl),
forkUrl: btoa(forkUrl),
})
// if forkChainId is specified, anvil requires blockNumber to be specified as well
const forkBlockNumber = await (async () => {
Expand Down

0 comments on commit ad0bebf

Please sign in to comment.