Skip to content

Commit

Permalink
Export Ethereum Gateway contract ABI from generated TypeScript bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight committed Jan 7, 2020
1 parent 99de5ab commit 133cfa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainnet-contracts/EthereumGatewayV1Factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,5 @@ const _abi = [
type: "function"
}
];

export const abi = _abi;
2 changes: 2 additions & 0 deletions src/mainnet-contracts/EthereumGatewayV2Factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,3 +748,5 @@ const _abi = [
type: "function"
}
];

export const abi = _abi;

0 comments on commit 133cfa9

Please sign in to comment.