-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ability to deploy compiled contracts, this should be favoured instead of compiling contracts with solc, it's more reliable because we can use the exact same bytecode that is deployed in the Ethereum blockchain. For the fee manager contract we need 2 contracts, first the library and then the main contract, we deploy the library contract and substitute a placeholder inside the compiled binary with the library's address.
- Loading branch information
1 parent
5f9a71f
commit 0704d20
Showing
5 changed files
with
10,735 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.