aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/IWallet.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-07-11 03:55:31 +0800
committerAmir Bandeali <abandeali1@gmail.com>2018-07-11 03:55:31 +0800
commite60630fa73b7c1aa93fa87161a1c959d41ca7b33 (patch)
treea4401bc778ddcaaeb15897655bd9498cf32f7b47 /packages/migrations/artifacts/2.0.0/IWallet.json
parent5ef661302432780dae38ac39ae294f82fb99e85a (diff)
downloaddexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar.gz
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar.bz2
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar.lz
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar.xz
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.tar.zst
dexon-0x-contracts-e60630fa73b7c1aa93fa87161a1c959d41ca7b33.zip
Update artifacts
Diffstat (limited to 'packages/migrations/artifacts/2.0.0/IWallet.json')
-rw-r--r--packages/migrations/artifacts/2.0.0/IWallet.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/migrations/artifacts/2.0.0/IWallet.json b/packages/migrations/artifacts/2.0.0/IWallet.json
index b66f3f19f..56ac59331 100644
--- a/packages/migrations/artifacts/2.0.0/IWallet.json
+++ b/packages/migrations/artifacts/2.0.0/IWallet.json
@@ -43,14 +43,14 @@
}
},
"sources": {
- "current/protocol/Exchange/interfaces/IWallet.sol": {
+ "2.0.0/protocol/Exchange/interfaces/IWallet.sol": {
"id": 0
}
},
"sourceCodes": {
- "current/protocol/Exchange/interfaces/IWallet.sol": "/*\n\n Copyright 2018 ZeroEx Intl.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity ^0.4.24;\n\ncontract IWallet {\n\n /// @dev Verifies that a signature is valid.\n /// @param hash Message hash that is signed.\n /// @param signature Proof of signing.\n /// @return Validity of order signature.\n function isValidSignature(\n bytes32 hash,\n bytes signature\n )\n external\n view\n returns (bool isValid);\n}\n"
+ "2.0.0/protocol/Exchange/interfaces/IWallet.sol": "/*\n\n Copyright 2018 ZeroEx Intl.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity 0.4.24;\n\n\ncontract IWallet {\n\n /// @dev Verifies that a signature is valid.\n /// @param hash Message hash that is signed.\n /// @param signature Proof of signing.\n /// @return Validity of order signature.\n function isValidSignature(\n bytes32 hash,\n bytes signature\n )\n external\n view\n returns (bool isValid);\n}\n"
},
- "sourceTreeHashHex": "0x86b701eae05b54e6e83ae81e518db9b84b28a8d6c33c8b5ae8a89ff78c61f732",
+ "sourceTreeHashHex": "0x70b7d3c15ab87e6b4b1011d194282163232dfd88486038e4120d6bf245d58e44",
"compiler": {
"name": "solc",
"version": "soljson-v0.4.24+commit.e67f0147.js",