Skip to content

Commit

Permalink
Removed unneccesary contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
HmcDias committed Jul 12, 2022
1 parent 84b0285 commit 5e31626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfktools/quests/quest_core_v2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from web3 import Web3

SERENDALE_CONTRACT_ADDRESS = '0xAa9a289ce0565E4D6548e63a441e7C084E6B52F6'
CRYSTALVALE_CONTRACT_ADDRESS = '0xE9AbfBC143d7cef74b5b793ec5907fa62ca53154'
#CRYSTALVALE_CONTRACT_ADDRESS = '0xE9AbfBC143d7cef74b5b793ec5907fa62ca53154'

ABI = """
[
Expand Down

0 comments on commit 5e31626

Please sign in to comment.