aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/artifacts/DummyToken.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-09 16:14:25 +0800
committerFabio Berger <me@fabioberger.com>2018-04-09 16:14:25 +0800
commit919b327fc534e3c2dc6330130cee690f0fa39fea (patch)
treefd58793bcd44f0c50e143f8f07c359e444ec34ee /packages/0x.js/src/artifacts/DummyToken.json
parente05b55d4a5698d3e936e7164ed69d9417d12cd12 (diff)
downloaddexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.gz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.bz2
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.lz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.xz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.zst
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.zip
Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts
Diffstat (limited to 'packages/0x.js/src/artifacts/DummyToken.json')
-rw-r--r--packages/0x.js/src/artifacts/DummyToken.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/0x.js/src/artifacts/DummyToken.json b/packages/0x.js/src/artifacts/DummyToken.json
deleted file mode 100644
index f64a8cd3d..000000000
--- a/packages/0x.js/src/artifacts/DummyToken.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "contract_name": "DummyToken",
- "abi": [
- {
- "constant": false,
- "inputs": [
- {
- "name": "_target",
- "type": "address"
- },
- {
- "name": "_value",
- "type": "uint256"
- }
- ],
- "name": "setBalance",
- "outputs": [],
- "payable": false,
- "type": "function"
- }
- ]
-}