Skip to content

Commit 659e758

Browse files
Merge pull request #319 from unknownunknown1/master
chore: add tools to RAB
2 parents 903b752 + 142f9dd commit 659e758

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

contracts/standard/arbitration/AppealableArbitrator.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @auditors: []
66
* @bounties: []
77
* @deployments: []
8+
* @tools: [MythX]
89
*/
910

1011
pragma solidity ^0.4.24;

contracts/standard/arbitration/CentralizedArbitrator.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @auditors: []
55
* @bounties: []
66
* @deployments: []
7+
* @tools: [MythX]
78
*/
89

910
pragma solidity ^0.4.15;

contracts/standard/arbitration/MultipleArbitrableTokenTransaction.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @auditors: []
55
* @bounties: []
66
* @deployments: []
7+
* @tools: [MythX]
78
*/
89

910
/** @title Multiple Arbitrable ERC20 Token Transaction

contracts/standard/arbitration/MultipleArbitrableTransaction.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @auditors: []
55
* @bounties: []
66
* @deployments: []
7+
* @tools: [MythX]
78
*/
89

910
pragma solidity ^0.4.24;

contracts/standard/permission/ArbitrableTokenList.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @auditors: []
55
* @bounties: []
66
* @deployments: []
7+
* @tools: [MythX]
78
*/
89
/* solium-disable max-len*/
910
pragma solidity ^0.4.24;

contracts/standard/proxy/RealitioArbitratorProxy.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @auditors: []
55
* @bounties: []
66
* @deployments: []
7+
* @tools: [MythX]
78
*/
89

910
pragma solidity ^0.4.24;

0 commit comments

Comments
 (0)