-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
614dfff
commit 7406793
Showing
51 changed files
with
3,612 additions
and
271 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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# .env | ||
|
||
// infura ethereum API key | ||
# infura ethereum API key | ||
INFURA_KEY= | ||
|
||
// etherscan api key | ||
# etherscan api key | ||
ETHERSCAN_KEY= | ||
|
||
// ledger derivation path account index | ||
# ledger derivation path account index | ||
DEPLOYER_INDEX= | ||
|
||
// address of GYSR token contract | ||
# address of GYSR token contract | ||
GYSR_ADDRESS= | ||
|
||
// address of GYSR configuration contract | ||
# address of GYSR configuration contract | ||
CONFIG_ADDRESS= | ||
|
||
// address of main pool factory | ||
# address of main pool factory | ||
FACTORY_ADDRESS= | ||
|
||
// mnemonic phrase for temporary deployer | ||
# mnemonic phrase for temporary deployer | ||
MNEMONIC_PHRASE= | ||
|
||
// polygonscan api key | ||
# polygonscan api key | ||
POLYGONSCAN_KEY= | ||
|
||
// optimistic etherscan key | ||
OPTIMISTIC_ETHERSCAN_KEY= | ||
# optimistic etherscan key | ||
OPTIMISTIC_ETHERSCAN_KEY= |
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 |
---|---|---|
|
@@ -116,6 +116,7 @@ truffle-config.js | |
abis/ | ||
artifacts/ | ||
cache/ | ||
stage/ | ||
|
||
coverage/ | ||
coverage.json | ||
|
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
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.