-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added listening for events for testnet tests; made verification proce…
…ss more robust
- Loading branch information
1 parent
8efc3d9
commit 7acf170
Showing
10 changed files
with
136 additions
and
57 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 |
---|---|---|
|
@@ -9,8 +9,8 @@ dependencies: | |
compiler: | ||
solc: | ||
remappings: | ||
- '@chainlink=smartcontractkit/[email protected]' | ||
- '@openzeppelin=OpenZeppelin/[email protected]' | ||
- "@chainlink=smartcontractkit/[email protected]" | ||
- "@openzeppelin=OpenZeppelin/[email protected]" | ||
# automatically fetch contract sources from Etherscan | ||
autofetch_sources: True | ||
# Uncomment to use the .env file | ||
|
@@ -19,58 +19,58 @@ autofetch_sources: True | |
networks: | ||
default: development | ||
development: | ||
keyhash: '0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4' | ||
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4" | ||
fee: 100000000000000000 | ||
jobId: '29fa9aa13bf1468788b7cc4a500a45b8' | ||
jobId: "29fa9aa13bf1468788b7cc4a500a45b8" | ||
update_interval: 60 | ||
verify: False | ||
kovan: | ||
vrf_coordinator: '0xdD3782915140c8f3b190B5D67eAc6dc5760C46E9' | ||
link_token: '0xa36085F69e2889c224210F603D836748e7dC0088' | ||
keyhash: '0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4' | ||
vrf_coordinator: "0xdD3782915140c8f3b190B5D67eAc6dc5760C46E9" | ||
link_token: "0xa36085F69e2889c224210F603D836748e7dC0088" | ||
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4" | ||
fee: 100000000000000000 | ||
oracle: '0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8' | ||
jobId: 'd5270d1c311941d0b08bead21fea7747' | ||
eth_usd_price_feed: '0x9326BFA02ADD2366b30bacB125260Af641031331' | ||
oracle: "0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8" | ||
jobId: "d5270d1c311941d0b08bead21fea7747" | ||
eth_usd_price_feed: "0x9326BFA02ADD2366b30bacB125260Af641031331" | ||
# Change to True if you have an Etherscan API key and want to verify | ||
verify: False | ||
verify: True | ||
update_interval: 60 | ||
ganache: | ||
keyhash: '0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4' | ||
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4" | ||
fee: 100000000000000000 | ||
jobId: '29fa9aa13bf1468788b7cc4a500a45b8' | ||
jobId: "29fa9aa13bf1468788b7cc4a500a45b8" | ||
update_interval: 60 | ||
verify: False | ||
rinkeby: | ||
vrf_coordinator: '0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B' | ||
link_token: '0x01be23585060835e02b77ef475b0cc51aa1e0709' | ||
keyhash: '0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311' | ||
vrf_coordinator: "0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B" | ||
link_token: "0x01be23585060835e02b77ef475b0cc51aa1e0709" | ||
keyhash: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311" | ||
fee: 100000000000000000 | ||
oracle: '0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8' | ||
jobId: '6b88e0402e5d415eb946e528b8e0c7ba' | ||
eth_usd_price_feed: '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e' | ||
oracle: "0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8" | ||
jobId: "6b88e0402e5d415eb946e528b8e0c7ba" | ||
eth_usd_price_feed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e" | ||
# Change to True if you have an Etherscan API key and want to verify | ||
verify: False | ||
fuji: | ||
link_token: '0x0b9d5D9136855f6FEc3c0993feE6E9CE8a297846' | ||
link_token: "0x0b9d5D9136855f6FEc3c0993feE6E9CE8a297846" | ||
fee: 100000000000000000 | ||
oracle: '0xcc80934eaf22b2c8dbf7a69e8e0d356a7cac5754' | ||
jobId: '5ca4fa9b2d64462290abfbda84e38cf4' | ||
oracle: "0xcc80934eaf22b2c8dbf7a69e8e0d356a7cac5754" | ||
jobId: "5ca4fa9b2d64462290abfbda84e38cf4" | ||
mumbai: | ||
eth_usd_price_feed: '0x0715A7794a1dc8e42615F059dD6e406A6594651A' | ||
link_token: '0x326C977E6efc84E512bB9C30f76E30c160eD06FB' | ||
vrf_coordinator: '0x8C7382F9D8f56b33781fE506E897a4F1e2d17255' | ||
keyhash: '0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4' | ||
eth_usd_price_feed: "0x0715A7794a1dc8e42615F059dD6e406A6594651A" | ||
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB" | ||
vrf_coordinator: "0x8C7382F9D8f56b33781fE506E897a4F1e2d17255" | ||
keyhash: "0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4" | ||
fee: 1000000000000000000 | ||
binance: | ||
# link_token: ?? | ||
eth_usd_price_feed: '0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e' | ||
eth_usd_price_feed: "0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e" | ||
binance-fork: | ||
eth_usd_price_feed: '0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e' | ||
eth_usd_price_feed: "0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e" | ||
mainnet-fork: | ||
eth_usd_price_feed: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419' | ||
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419" | ||
matic-fork: | ||
eth_usd_price_feed: '0xF9680D99D6C9589e2a93a78A04A279e509205945' | ||
eth_usd_price_feed: "0xF9680D99D6C9589e2a93a78A04A279e509205945" | ||
wallets: | ||
from_key: ${PRIVATE_KEY} | ||
from_mnemonic: ${MNEMONIC} | ||
|
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
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.