Skip to content

Commit

Permalink
add base support
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Nov 1, 2024
1 parent c41ce90 commit 626e1ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Address, zeroAddress } from 'viem'
import { gnosis, mainnet } from 'viem/chains'
import { base, gnosis, mainnet } from 'viem/chains'

export interface Config {
tenderly: TenderlyConfig
Expand Down Expand Up @@ -38,6 +38,11 @@ export function getConfig(getEnvVariable: (key: string) => string, spellsRepoPat
chainId: gnosis.id,
sparkSpellExecutor: '0xc4218C1127cB24a0D6c1e7D25dc34e10f2625f5A',
},
[base.id]: {
name: 'base',
chainId: base.id,
sparkSpellExecutor: '0xF93B7122450A50AF3e5A76E1d546e95Ac1d0F579',
},
},
deployer: zeroAddress,
spellsRepoPath,
Expand Down

0 comments on commit 626e1ed

Please sign in to comment.