Initial implementation of Arbitrage contract with tests
This commit is contained in:
1
packages/contracts/globals.d.ts
vendored
1
packages/contracts/globals.d.ts
vendored
@@ -30,5 +30,6 @@ declare module 'web3-eth-abi' {
|
||||
|
||||
declare module 'ethereumjs-abi' {
|
||||
const soliditySHA3: (argTypes: string[], args: any[]) => Buffer;
|
||||
const soliditySHA256: (argTypes: string[], args: any[]) => Buffer;
|
||||
const methodID: (name: string, types: string[]) => Buffer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user