Skip to content

Instantly share code, notes, and snippets.

@Breta01
Last active February 1, 2022 04:54
Show Gist options
  • Save Breta01/94142026b373b42b3933deac57fa84db to your computer and use it in GitHub Desktop.
Save Breta01/94142026b373b42b3933deac57fa84db to your computer and use it in GitHub Desktop.
Changes to brownie-config.yaml for deployment on Polygon
# 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