Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent 3afb0b8 commit f2c2f2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const nitroTestnodeL1 = defineChain({
http: ['http://127.0.0.1:8545'],
},
},

testnet: true,
});

Expand All @@ -34,5 +33,11 @@ const nitroTestnodeL2 = defineChain({
testnet: true,
});

export const chains = [sepolia, arbitrumSepolia, nitroTestnodeL1, nitroTestnodeL2] as const;
export const chains = [
sepolia,
arbitrumSepolia,
nitroTestnodeL1,
nitroTestnodeL2,
] as const;

export { sepolia, arbitrumSepolia, nitroTestnodeL1, nitroTestnodeL2 };

0 comments on commit f2c2f2d

Please sign in to comment.