-
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.
Merge pull request #7 from figment-networks/pre-prod
Pre prod
- Loading branch information
Showing
6 changed files
with
13,999 additions
and
29 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Installation | |
|
||
1. Clone the repository `git clone [email protected]:figment-networks/figment-eth2-depositor.git` | ||
2. Install the npm dependencies `npm install` | ||
3. Set a working version of the compiler `npx truffle obtain --solc v0.8.1+commit.df193b15` | ||
3. Set a working version of the compiler `npx truffle obtain --solc v0.8.10+commit.fc410830` | ||
|
||
Deployment (Goerli) | ||
------------ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
const FigmentEth2Depositor = artifacts.require("FigmentEth2Depositor"); | ||
|
||
module.exports = function (deployer) { | ||
deployer.deploy(FigmentEth2Depositor, false, "0x0000000000000000000000000000000000000000"); | ||
// Contract address on mainnet: 0x00000000219ab540356cBB839Cbe05303d7705Fa | ||
// Contract address on testnet: 0x8c5fecdC472E27Bc447696F431E425D02dd46a8c | ||
deployer.deploy(FigmentEth2Depositor, "0x8c5fecdC472E27Bc447696F431E425D02dd46a8c"); | ||
}; |
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.