Skip to content

Commit

Permalink
filter skale
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Mar 12, 2024
1 parent 22ce990 commit bee80f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for (const [k, v] of Object.entries(chains)) {
if (k === 'localhost') continue
if (k.includes('wanchain')) continue
if (k === 'saigon') continue
if (k === 'skale') continue
if (k.includes('skale')) continue
chainMap[k] = v
allChains.push(v)
}
Expand Down

0 comments on commit bee80f9

Please sign in to comment.