Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ develop-eggs
lib
lib64
venv*
PRs
test_out

# Installer logs
pip-log.txt
Expand Down
2 changes: 1 addition & 1 deletion src/Artifacts/contracts/Arbiter.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"transactionHash": "0xd891f92a9be7d2cb45ff46bbdfdf1cf20cc9957a7f3137905e105abf24e01bc1"
},
"31337": {
"address": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9"
"address": "0x68B1D87F95878fE05B998F19b66F4baba5De1aed"
}
}
}
2 changes: 1 addition & 1 deletion src/Artifacts/contracts/Bondage.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
"transactionHash": "0xbf5c11d55267fc39e8d3c7cb1b8aac179c2141ec7dd26a98d03017cd4676b79e"
},
"31337": {
"address": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
"address": "0x8a791620dd6260079bf849dc5567adc3f2fdc318"
}
}
}
2 changes: 1 addition & 1 deletion src/Artifacts/contracts/Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"transactionHash": "0x9cbc488a7a4f2a217261e5f456f0118386a0a4b689e6c8ba8c601bda9341dd64"
},
"31337": {
"address": "0x0165878A594ca255338adfa4d48449f69242Eb8F"
"address": "0x5fc8d32690cc91d4c39d9d3abcbd16989f875707"
}
}
}
6 changes: 6 additions & 0 deletions src/Artifacts/contracts/ZapToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,12 @@
"links": {},
"address": "0x11616e60d1b62633e02f044f155c9e03ff843974",
"transactionHash": "0x995123b07bdd859f0edfef77c6f2842b8b32f57c586d591a6f1fff258b2c11f8"
},
"31337": {
"events": {},
"links": {},
"address": "0x5fbdb2315678afecb367f032d93f642f64180aa3",
"transactionHash": "0xfa432264f28f3e8f3f151b9f834e1f6096d74b397bd5254cb883ef949aa5ad97"
}
}
}
File renamed without changes.
104 changes: 0 additions & 104 deletions src/Bondage/bondage.py

This file was deleted.

Empty file removed src/ZapToken/Curve/__init__.py
Empty file.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import utils
# import utils
from web3 import Web3

class BaseContract:
Expand Down
File renamed without changes.
File renamed without changes.
Loading