Commit 9f176001 authored by John Wick's avatar John Wick Committed by GitHub

fix typo in wagmi.config.ts

parent 066570a2
...@@ -261,7 +261,7 @@ const getContractConfigs = (filterDuplicates = false) => { ...@@ -261,7 +261,7 @@ const getContractConfigs = (filterDuplicates = false) => {
.filter(([_, implementation]) => implementation) .filter(([_, implementation]) => implementation)
.forEach(([chain, implementation], i) => { .forEach(([chain, implementation], i) => {
if (implementation) { 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 = const name =
i === 0 ? contract.name : `${contract.name}_${chains[chain]}` i === 0 ? contract.name : `${contract.name}_${chains[chain]}`
const nextConfig = { const nextConfig = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment