-
Notifications
You must be signed in to change notification settings - Fork 36
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 #230 from rmrk-team/dev
Merge after V2.1.0
- Loading branch information
Showing
82 changed files
with
3,081 additions
and
2,860 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,8 +1,25 @@ | ||
ETHERSCAN_API_KEY=ABC123ABC123ABC123ABC123ABC123ABC1 | ||
SEPOLIA_URL= | ||
ETHEREUM_URL= | ||
# Testing networks | ||
MOONBASE_URL=https://moonbase-alpha.blastapi.io/<YOUR ALCHEMY KEY> | ||
SEPOLIA_URL=https://eth-sepolia.g.alchemy.com/v2/<YOUR ALCHEMY KEY> | ||
MUMBAI_URL=https://polygon-mumbai.g.alchemy.com/v2/<YOUR API KEY> | ||
BASE_GOERLI_URL=https://base-goerli.g.alchemy.com/v2/<YOUR API KEY> | ||
|
||
# Mainnet networks | ||
MOONRIVER_URL=https://moonriver.blastapi.io/<YOUR ALCHEMY KEY> | ||
MOONBEAM_URL=https://moonbeam.blastapi.io/<YOUR ALCHEMY KEY> | ||
ETHEREUM_URL=https://eth-mainnet.g.alchemy.com/v2/<YOUR ALCHEMY KEY> | ||
POLYGON_URL=https://polygon-mainnet.g.alchemy.com/v2/<YOUR API KEY> | ||
BASE_URL=https://base-mainnet.g.alchemy.com/v2/<YOUR API KEY> | ||
|
||
# To verify contracts | ||
ETHERSCAN_API_KEY=ABC123 | ||
MOONSCAN_APIKEY=ABC123 | ||
POLYGONSCAN_API_KEY=ABC123 | ||
BASESCAN_API_KEY=ABC123 | ||
|
||
# To report gas | ||
REPORT_GAS= | ||
COIN_MARKET_CAP_KEY= | ||
|
||
# To deploy contracts and interact with networks | ||
PRIVATE_KEY=0xabc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1 | ||
MOONRIVER_MOONSCAN_APIKEY=ABC123 | ||
MOONBEAM_MOONSCAN_APIKEY=ABC123 | ||
POLYGONSCAN_API_KEY=ABC123 |
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.