Skip to content

Commit

Permalink
fix: Remove contracts not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit committed Jun 28, 2018
1 parent ac7d116 commit ec38cfd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 196 deletions.
32 changes: 0 additions & 32 deletions contracts/standard/arbitration/CriptoKitties/Debuggable.sol

This file was deleted.

37 changes: 0 additions & 37 deletions contracts/standard/arbitration/CriptoKitties/KittyCoreRinkeby.sol

This file was deleted.

35 changes: 0 additions & 35 deletions contracts/standard/arbitration/CriptoKitties/KittyCoreTest.sol

This file was deleted.

91 changes: 0 additions & 91 deletions contracts/standard/arbitration/CriptoKitties/NonFungibleMock.sol

This file was deleted.

2 changes: 1 addition & 1 deletion test/arbitrableKitty.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { expectThrow, increaseTime } = require('../helpers/utils')

const ArbitrableKitty = artifacts.require('ArbitrableKitty')
const KittyCore = artifacts.require('KittyCoreTest')
const KittyCore = artifacts.require('KittyCore')
const GeneScienceMock = artifacts.require('GeneScienceMock')
const SaleClockAuction = artifacts.require('SaleClockAuction')
const SiringClockAuction = artifacts.require('SiringClockAuction')
Expand Down

0 comments on commit ec38cfd

Please sign in to comment.