Skip to content

Commit

Permalink
revert: FORK_NODES update
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoguerios committed Dec 21, 2023
1 parent 63ed6de commit e63aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer-js/src/test/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const RPC_URLS: Record<number, string> = {
};

export const FORK_NODES: Record<number, string> = {
[Network.MAINNET]: `${process.env.RPC_URL_MAINNET}`,
[Network.MAINNET]: `${process.env.ALCHEMY_URL}`,
[Network.GOERLI]: `${process.env.ALCHEMY_URL_GOERLI}`,
[Network.POLYGON]: `${process.env.ALCHEMY_URL_POLYGON}`,
[Network.ARBITRUM]: `${process.env.ALCHEMY_URL_ARBITRUM}`,
Expand Down

0 comments on commit e63aefa

Please sign in to comment.