Skip to content

Commit

Permalink
spread l2networks
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Aug 21, 2023
1 parent 5a864e1 commit 7de3b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dataEntities/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export const parentChains: ParentChains = {
...getL2ParentChains(l2Networks),
}

export const chains: Chains = l2Networks
export const chains: Chains = { ...l2Networks }

const getNetwork = async (
signerOrProviderOrChainID: SignerOrProvider | number,
Expand Down

0 comments on commit 7de3b79

Please sign in to comment.