Skip to content

Commit

Permalink
fix typo in wagmi.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnwickBC authored Dec 9, 2023
1 parent 066570a commit 9f17600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-ts/wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const getContractConfigs = (filterDuplicates = false) => {
.filter(([_, implementation]) => implementation)
.forEach(([chain, implementation], i) => {
if (implementation) {
// make the first one cannonical. This will be mainnet or op mainnet if they exist
// make the first one canonical. This will be mainnet or op mainnet if they exist
const name =
i === 0 ? contract.name : `${contract.name}_${chains[chain]}`
const nextConfig = {
Expand Down

0 comments on commit 9f17600

Please sign in to comment.