UNPKG
@animoca/ethereum-contracts-assets
Version:
latest (3.0.1)
3.0.1
3.0.0
3.0.0-pre.0
2.0.0
2.0.0-pre.1
2.0.0-pre.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
Base assets contracts
github.com/animoca/ethereum-contracts-assets
animoca/ethereum-contracts-assets
@animoca/ethereum-contracts-assets
/
src
/
index.js
12 lines
(10 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
constants =
require
(
'./constants'
);
const
interfaces =
require
(
'./interfaces'
);
const
abis =
require
(
'./abis'
);
const
behaviors =
require
(
'../test/behaviors'
);
module
.
exports
= { constants, interfaces, abis, behaviors, };