Last active
February 1, 2022 04:54
-
-
Save Breta01/94142026b373b42b3933deac57fa84db to your computer and use it in GitHub Desktop.
Changes to brownie-config.yaml for deployment on Polygon
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
# I recommend using .env file for managing secrets | |
dotenv: .env | |
# set a custom mnemonic for the development network | |
networks: | |
# Polygon | |
polygon-test: | |
link_token: '0x326C977E6efc84E512bB9C30f76E30c160eD06FB' | |
vrf_coordinator: '0x8C7382F9D8f56b33781fE506E897a4F1e2d17255' | |
keyhash: '0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4' | |
fee: 100000000000000 | |
polygon-main: | |
link_token: '0xb0897686c545045aFc77CF20eC7A532E3120E0F1' | |
vrf_coordinator: '0x3d2341ADb2D31f1c5530cDC622016af293177AE0' | |
keyhash: '0xf86195cf7690c55907b2b611ebb7343a6f649bff128701cc542f0569e2c549da' | |
fee: 100000000000000 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment