Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Jan 14, 2025
1 parent 7ccdd42 commit 8f25b3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const [k, v] of Object.entries(chains)) {
allChains.push(v)
}

allChains.push(defineChain({
const ab = defineChain({
id: 2741,
name: 'abstract',
nativeCurrency: {
Expand All @@ -35,6 +35,8 @@ allChains.push(defineChain({
},
contracts: {
},
}))
})
chainMap['abstract'] = ab
allChains.push(ab)

export { chainMap, allChains }

0 comments on commit 8f25b3a

Please # to comment.