Skip to content

Commit

Permalink
adds DOM lib to tsConfig and fixes path in script (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO authored Sep 19, 2024
1 parent 01d8802 commit 7354921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/deploy/safe/confirm-safe-tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ethers } from 'ethers6'
import consola from 'consola'
import * as chains from 'viem/chains'
import { getSafeUtilityContracts, safeAddresses, safeApiUrls } from './config'
import { getViemChainForNetworkName } from '../../../utils/viemScriptHelpers'
import { getViemChainForNetworkName } from '../../utils/viemScriptHelpers'

const ABI_LOOKUP_URL = `https://api.openchain.xyz/signature-database/v1/lookup?function=%SELECTOR%&filter=true`

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"resolveJsonModule": true,
"lib": ["es2015"],
"lib": ["es2015", "DOM"],
"types": ["node"]
},
"include": [
Expand Down

0 comments on commit 7354921

Please sign in to comment.