Commit ac3dc603 authored by Felipe Andrade's avatar Felipe Andrade

add safe abi to chain-mon

parent b2331d5c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -7,8 +7,8 @@ import {
} from '@eth-optimism/common-ts'
import { Provider } from '@ethersproject/abstract-provider'
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'
type BalanceMonOptions = {
......
......@@ -6,6 +6,7 @@
},
"include": [
"package.json",
"src/abi/IGnosisSafe.0.8.19.json",
"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