Commit ac3dc603 authored by Felipe Andrade's avatar Felipe Andrade

add safe abi to chain-mon

parent b2331d5c
This diff is collapsed.
...@@ -7,8 +7,8 @@ import { ...@@ -7,8 +7,8 @@ import {
} from '@eth-optimism/common-ts' } from '@eth-optimism/common-ts'
import { Provider } from '@ethersproject/abstract-provider' import { Provider } from '@ethersproject/abstract-provider'
import { BigNumber, ethers } from 'ethers' import { BigNumber, ethers } from 'ethers'
import Safe from '@eth-optimism/contracts-bedrock/forge-artifacts/IGnosisSafe.sol/IGnosisSafe.0.8.19.json'
import Safe from '../abi/IGnosisSafe.0.8.19.json'
import { version } from '../../package.json' import { version } from '../../package.json'
type BalanceMonOptions = { type BalanceMonOptions = {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
}, },
"include": [ "include": [
"package.json", "package.json",
"src/abi/IGnosisSafe.0.8.19.json",
"src/**/*" "src/**/*"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment