|
| 1 | + |
| 2 | +import Compound from './Compound.json'; |
| 3 | +import CompoundComptroller from './CompoundComptroller.json'; |
| 4 | +import DepositContract from './DepositContract.json'; |
| 5 | +import DSProxy from './DSProxy.json'; |
| 6 | +import DSProxyActions from './DSProxyActions.json'; |
| 7 | +import DSProxyActionsDsr from './DSProxyActionsDsr.json'; |
| 8 | +import DSProxyFactory from './DSProxyFactory.json'; |
| 9 | +import DsrManager from './DsrManager.json'; |
| 10 | +import Forwarder from './Forwarder.json'; |
| 11 | +import ForwarderFactory from './ForwarderFactory.json'; |
| 12 | +import SkaleAllocator from './SkaleAllocator.json'; |
| 13 | +import SkaleDelegationController from './SkaleDelegationController.json'; |
| 14 | +import SkaleEscrow from './SkaleEscrow.json'; |
| 15 | +import SkaleDistributor from './SkaleDistributor.json'; |
| 16 | +import SkaleTokenState from './SkaleTokenState.json'; |
| 17 | +import SkaleValidatorService from './SkaleValidatorService.json'; |
| 18 | +import StandardERC20 from './StandardERC20.json'; |
| 19 | +import WalletFactory from './WalletFactory.json'; |
| 20 | +import WalletSimple from './WalletSimple.json'; |
| 21 | +import WrappedToken from './WrappedToken.json'; |
| 22 | +import WrappedTokenController from './WrappedTokenController.json'; |
| 23 | +import WrappedTokenFactory from './WrappedTokenFactory.json'; |
| 24 | +import WrappedTokenMembers from './WrappedTokenMembers.json'; |
| 25 | + |
| 26 | +export default { |
| 27 | + Compound, |
| 28 | + CompoundComptroller, |
| 29 | + DepositContract, |
| 30 | + DSProxy, |
| 31 | + DSProxyActions, |
| 32 | + DSProxyActionsDsr, |
| 33 | + DSProxyFactory, |
| 34 | + DsrManager, |
| 35 | + Forwarder, |
| 36 | + ForwarderFactory, |
| 37 | + SkaleAllocator, |
| 38 | + SkaleDelegationController, |
| 39 | + SkaleEscrow, |
| 40 | + SkaleDistributor, |
| 41 | + SkaleTokenState, |
| 42 | + SkaleValidatorService, |
| 43 | + StandardERC20, |
| 44 | + WalletFactory, |
| 45 | + WalletSimple, |
| 46 | + WrappedToken, |
| 47 | + WrappedTokenController, |
| 48 | + WrappedTokenFactory, |
| 49 | + WrappedTokenMembers, |
| 50 | +}; |
| 51 | + |
0 commit comments