mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
const checkMain = require('./check');
|
||
|
|
||
|
module.exports = [{
|
||
|
name: 'Solidity check',
|
||
|
callback: checkMain,
|
||
|
}];
|