Skip to content

Commit

Permalink
feat: fixing nebula chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Jun 5, 2024
1 parent cb170ec commit a3880da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
arbitrumNova,
scroll,
opBNB,
skaleNebula,
} from 'wagmi/chains'
import usdcContracts from './usdcContracts'

Expand Down Expand Up @@ -436,7 +437,7 @@ export default [
checkPollingInterval: reservoirChains.xai.checkPollingInterval,
},
{
...customChains.nebula,
...skaleNebula,
name: 'Nebula',
lightIconUrl: '/icons/nebula-icon-light.svg',
darkIconUrl: '/icons/nebula-icon-dark.svg',
Expand Down

0 comments on commit a3880da

Please sign in to comment.