@soma-finance/core-contracts
Version:
SOMA Finance core contracts
319 lines • 23.3 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const ISOMA_json_1 = tslib_1.__importDefault(require("./ISOMA.json"));
const ITokenRecovery_json_1 = tslib_1.__importDefault(require("./ITokenRecovery.json"));
const ITokenRecoveryUpgradeable_json_1 = tslib_1.__importDefault(require("./ITokenRecoveryUpgradeable.json"));
const TestTokenRecovery_json_1 = tslib_1.__importDefault(require("./TestTokenRecovery.json"));
const TestTokenRecoveryUpgradeable_json_1 = tslib_1.__importDefault(require("./TestTokenRecoveryUpgradeable.json"));
const TokenRecovery_json_1 = tslib_1.__importDefault(require("./TokenRecovery.json"));
const TokenRecoveryUpgradeable_json_1 = tslib_1.__importDefault(require("./TokenRecoveryUpgradeable.json"));
const ILockdrop_json_1 = tslib_1.__importDefault(require("./ILockdrop.json"));
const ILockdropFactory_json_1 = tslib_1.__importDefault(require("./ILockdropFactory.json"));
const Lockdrop_json_1 = tslib_1.__importDefault(require("./Lockdrop.json"));
const LockdropFactory_json_1 = tslib_1.__importDefault(require("./LockdropFactory.json"));
const ERC20Helper_json_1 = tslib_1.__importDefault(require("./ERC20Helper.json"));
const SafeERC20Balance_json_1 = tslib_1.__importDefault(require("./SafeERC20Balance.json"));
const ERC721Guard_json_1 = tslib_1.__importDefault(require("./ERC721Guard.json"));
const ERC721PausableUpgradeable_json_1 = tslib_1.__importDefault(require("./ERC721PausableUpgradeable.json"));
const ERC721PermitUpgradeable_json_1 = tslib_1.__importDefault(require("./ERC721PermitUpgradeable.json"));
const ERC721Security_json_1 = tslib_1.__importDefault(require("./ERC721Security.json"));
const IERC721Guard_json_1 = tslib_1.__importDefault(require("./IERC721Guard.json"));
const IERC721PermitUpgradeable_json_1 = tslib_1.__importDefault(require("./IERC721PermitUpgradeable.json"));
const ISeizablePosition_json_1 = tslib_1.__importDefault(require("./ISeizablePosition.json"));
const SeizablePosition_json_1 = tslib_1.__importDefault(require("./SeizablePosition.json"));
const IERC1271_json_1 = tslib_1.__importDefault(require("./IERC1271.json"));
const ChainId_json_1 = tslib_1.__importDefault(require("./ChainId.json"));
const TestERC721Guard_json_1 = tslib_1.__importDefault(require("./TestERC721Guard.json"));
const TestERC721PausableUpgradeable_json_1 = tslib_1.__importDefault(require("./TestERC721PausableUpgradeable.json"));
const TestERC721PermitUpgradeable_json_1 = tslib_1.__importDefault(require("./TestERC721PermitUpgradeable.json"));
const TestERC721Security_json_1 = tslib_1.__importDefault(require("./TestERC721Security.json"));
const TestSeizablePosition_json_1 = tslib_1.__importDefault(require("./TestSeizablePosition.json"));
const ERC20Guard_json_1 = tslib_1.__importDefault(require("./ERC20Guard.json"));
const ERC20HistoryUpgradeable_json_1 = tslib_1.__importDefault(require("./ERC20HistoryUpgradeable.json"));
const ERC20Security_json_1 = tslib_1.__importDefault(require("./ERC20Security.json"));
const IERC20Guard_json_1 = tslib_1.__importDefault(require("./IERC20Guard.json"));
const IERC20HistoryUpgradeable_json_1 = tslib_1.__importDefault(require("./IERC20HistoryUpgradeable.json"));
const IMintableSecurity_json_1 = tslib_1.__importDefault(require("./IMintableSecurity.json"));
const INonTransferable_json_1 = tslib_1.__importDefault(require("./INonTransferable.json"));
const ISeizableSecurity_json_1 = tslib_1.__importDefault(require("./ISeizableSecurity.json"));
const MintableSecurity_json_1 = tslib_1.__importDefault(require("./MintableSecurity.json"));
const NonTransferable_json_1 = tslib_1.__importDefault(require("./NonTransferable.json"));
const DeprecatableSecurity_json_1 = tslib_1.__importDefault(require("./DeprecatableSecurity.json"));
const ERC20GuardPartition_json_1 = tslib_1.__importDefault(require("./ERC20GuardPartition.json"));
const ERC20Partition_json_1 = tslib_1.__importDefault(require("./ERC20Partition.json"));
const ERC20SecurityPartition_json_1 = tslib_1.__importDefault(require("./ERC20SecurityPartition.json"));
const IDeprecatableSecurity_json_1 = tslib_1.__importDefault(require("./IDeprecatableSecurity.json"));
const IERC20GuardPartition_json_1 = tslib_1.__importDefault(require("./IERC20GuardPartition.json"));
const IERC20Partition_json_1 = tslib_1.__importDefault(require("./IERC20Partition.json"));
const ISeizableSecurityPartition_json_1 = tslib_1.__importDefault(require("./ISeizableSecurityPartition.json"));
const ITransferablePartition_json_1 = tslib_1.__importDefault(require("./ITransferablePartition.json"));
const SeizableSecurityPartition_json_1 = tslib_1.__importDefault(require("./SeizableSecurityPartition.json"));
const TransferablePartition_json_1 = tslib_1.__importDefault(require("./TransferablePartition.json"));
const SeizableSecurity_json_1 = tslib_1.__importDefault(require("./SeizableSecurity.json"));
const TestERC20Guard_json_1 = tslib_1.__importDefault(require("./TestERC20Guard.json"));
const TestERC20HistoryUpgradeable_json_1 = tslib_1.__importDefault(require("./TestERC20HistoryUpgradeable.json"));
const TestERC20Partition_json_1 = tslib_1.__importDefault(require("./TestERC20Partition.json"));
const TestERC20Security_json_1 = tslib_1.__importDefault(require("./TestERC20Security.json"));
const TestERC20Snapshot_json_1 = tslib_1.__importDefault(require("./TestERC20Snapshot.json"));
const TestERC20Votes_json_1 = tslib_1.__importDefault(require("./TestERC20Votes.json"));
const TestMintableSecurity_json_1 = tslib_1.__importDefault(require("./TestMintableSecurity.json"));
const TestSeizableSecurity_json_1 = tslib_1.__importDefault(require("./TestSeizableSecurity.json"));
const INTT_json_1 = tslib_1.__importDefault(require("./INTT.json"));
const ISecurityToken_json_1 = tslib_1.__importDefault(require("./ISecurityToken.json"));
const ISecurityTokenFactory_json_1 = tslib_1.__importDefault(require("./ISecurityTokenFactory.json"));
const NTT_json_1 = tslib_1.__importDefault(require("./NTT.json"));
const SecurityToken_json_1 = tslib_1.__importDefault(require("./SecurityToken.json"));
const SecurityTokenFactory_json_1 = tslib_1.__importDefault(require("./SecurityTokenFactory.json"));
const SOMA_json_1 = tslib_1.__importDefault(require("./SOMA.json"));
const ISomaAccessControl_json_1 = tslib_1.__importDefault(require("./ISomaAccessControl.json"));
const SomaAccessControl_json_1 = tslib_1.__importDefault(require("./SomaAccessControl.json"));
const Accessible_json_1 = tslib_1.__importDefault(require("./Accessible.json"));
const AccessibleUpgradeable_json_1 = tslib_1.__importDefault(require("./AccessibleUpgradeable.json"));
const IAccessible_json_1 = tslib_1.__importDefault(require("./IAccessible.json"));
const TestAccessible_json_1 = tslib_1.__importDefault(require("./TestAccessible.json"));
const TestAccessibleUpgradeable_json_1 = tslib_1.__importDefault(require("./TestAccessibleUpgradeable.json"));
const ISomaEarn_json_1 = tslib_1.__importDefault(require("./ISomaEarn.json"));
const ISomaEarnFactory_json_1 = tslib_1.__importDefault(require("./ISomaEarnFactory.json"));
const SomaEarn_json_1 = tslib_1.__importDefault(require("./SomaEarn.json"));
const SomaEarnFactory_json_1 = tslib_1.__importDefault(require("./SomaEarnFactory.json"));
const SomaEarnToken_json_1 = tslib_1.__importDefault(require("./SomaEarnToken.json"));
const ISomaGuard_json_1 = tslib_1.__importDefault(require("./ISomaGuard.json"));
const SomaGuard_json_1 = tslib_1.__importDefault(require("./SomaGuard.json"));
const GuardableUpgradeable_json_1 = tslib_1.__importDefault(require("./GuardableUpgradeable.json"));
const GuardHelper_json_1 = tslib_1.__importDefault(require("./GuardHelper.json"));
const IGuardable_json_1 = tslib_1.__importDefault(require("./IGuardable.json"));
const IMultiGuardable_json_1 = tslib_1.__importDefault(require("./IMultiGuardable.json"));
const MultiGuardableUpgradeable_json_1 = tslib_1.__importDefault(require("./MultiGuardableUpgradeable.json"));
const TestGuardableUpgradeable_json_1 = tslib_1.__importDefault(require("./TestGuardableUpgradeable.json"));
const TestGuardHelper_json_1 = tslib_1.__importDefault(require("./TestGuardHelper.json"));
const SOMAlib_json_1 = tslib_1.__importDefault(require("./SOMAlib.json"));
const ISomaStaking_json_1 = tslib_1.__importDefault(require("./ISomaStaking.json"));
const SomaStaking_json_1 = tslib_1.__importDefault(require("./SomaStaking.json"));
const SomaStakingLibrary_json_1 = tslib_1.__importDefault(require("./SomaStakingLibrary.json"));
const SomaStarter_json_1 = tslib_1.__importDefault(require("./SomaStarter.json"));
const ISomaSwapCallee_json_1 = tslib_1.__importDefault(require("./ISomaSwapCallee.json"));
const ISomaSwapERC20_json_1 = tslib_1.__importDefault(require("./ISomaSwapERC20.json"));
const ISomaSwapFactory_json_1 = tslib_1.__importDefault(require("./ISomaSwapFactory.json"));
const ISomaSwapPair_json_1 = tslib_1.__importDefault(require("./ISomaSwapPair.json"));
const Math_json_1 = tslib_1.__importDefault(require("./Math.json"));
const UQ112x112_json_1 = tslib_1.__importDefault(require("./UQ112x112.json"));
const SomaSwapFactory_json_1 = tslib_1.__importDefault(require("./SomaSwapFactory.json"));
const SomaSwapPair_json_1 = tslib_1.__importDefault(require("./SomaSwapPair.json"));
const ExampleComputeLiquidityValue_json_1 = tslib_1.__importDefault(require("./ExampleComputeLiquidityValue.json"));
const ExampleFlashSwap_json_1 = tslib_1.__importDefault(require("./ExampleFlashSwap.json"));
const ExampleOracleSimple_json_1 = tslib_1.__importDefault(require("./ExampleOracleSimple.json"));
const ExampleSlidingWindowOracle_json_1 = tslib_1.__importDefault(require("./ExampleSlidingWindowOracle.json"));
const ExampleSwapToPrice_json_1 = tslib_1.__importDefault(require("./ExampleSwapToPrice.json"));
const AddressStringUtil_json_1 = tslib_1.__importDefault(require("./AddressStringUtil.json"));
const Babylonian_json_1 = tslib_1.__importDefault(require("./Babylonian.json"));
const BitMath_json_1 = tslib_1.__importDefault(require("./BitMath.json"));
const FixedPoint_json_1 = tslib_1.__importDefault(require("./FixedPoint.json"));
const FullMath_json_1 = tslib_1.__importDefault(require("./FullMath.json"));
const SafeERC20Namer_json_1 = tslib_1.__importDefault(require("./SafeERC20Namer.json"));
const TransferHelper_json_1 = tslib_1.__importDefault(require("./TransferHelper.json"));
const IWETH_json_1 = tslib_1.__importDefault(require("./IWETH.json"));
const ISomaSwapRouter_json_1 = tslib_1.__importDefault(require("./ISomaSwapRouter.json"));
const SomaSwapLibrary_json_1 = tslib_1.__importDefault(require("./SomaSwapLibrary.json"));
const SomaSwapLiquidityMathLibrary_json_1 = tslib_1.__importDefault(require("./SomaSwapLiquidityMathLibrary.json"));
const SomaSwapOracleLibrary_json_1 = tslib_1.__importDefault(require("./SomaSwapOracleLibrary.json"));
const SomaSwapRouter_json_1 = tslib_1.__importDefault(require("./SomaSwapRouter.json"));
const AddressStringUtilTest_json_1 = tslib_1.__importDefault(require("./AddressStringUtilTest.json"));
const BabylonianEchidnaTest_json_1 = tslib_1.__importDefault(require("./BabylonianEchidnaTest.json"));
const BabylonianTest_json_1 = tslib_1.__importDefault(require("./BabylonianTest.json"));
const BitMathEchidnaTest_json_1 = tslib_1.__importDefault(require("./BitMathEchidnaTest.json"));
const BitMathTest_json_1 = tslib_1.__importDefault(require("./BitMathTest.json"));
const DeflatingERC20_json_1 = tslib_1.__importDefault(require("./DeflatingERC20.json"));
const ERC20_json_1 = tslib_1.__importDefault(require("./ERC20.json"));
const FixedPointTest_json_1 = tslib_1.__importDefault(require("./FixedPointTest.json"));
const FullMathEchidnaTest_json_1 = tslib_1.__importDefault(require("./FullMathEchidnaTest.json"));
const FullMathTest_json_1 = tslib_1.__importDefault(require("./FullMathTest.json"));
const RouterEventEmitter_json_1 = tslib_1.__importDefault(require("./RouterEventEmitter.json"));
const NamerTestFakeCompliantERC20_json_1 = tslib_1.__importDefault(require("./NamerTestFakeCompliantERC20.json"));
const NamerTestFakeNoncompliantERC20_json_1 = tslib_1.__importDefault(require("./NamerTestFakeNoncompliantERC20.json"));
const NamerTestFakeOptionalERC20_json_1 = tslib_1.__importDefault(require("./NamerTestFakeOptionalERC20.json"));
const SafeERC20NamerTest_json_1 = tslib_1.__importDefault(require("./SafeERC20NamerTest.json"));
const TransferHelperTest_json_1 = tslib_1.__importDefault(require("./TransferHelperTest.json"));
const TransferHelperTestFakeERC20Compliant_json_1 = tslib_1.__importDefault(require("./TransferHelperTestFakeERC20Compliant.json"));
const TransferHelperTestFakeERC20Noncompliant_json_1 = tslib_1.__importDefault(require("./TransferHelperTestFakeERC20Noncompliant.json"));
const TransferHelperTestFakeFallback_json_1 = tslib_1.__importDefault(require("./TransferHelperTestFakeFallback.json"));
const WETH9_json_1 = tslib_1.__importDefault(require("./WETH9.json"));
const ITemplateDeployer_json_1 = tslib_1.__importDefault(require("./ITemplateDeployer.json"));
const ITemplateFactory_json_1 = tslib_1.__importDefault(require("./ITemplateFactory.json"));
const TemplateDeployer_json_1 = tslib_1.__importDefault(require("./TemplateDeployer.json"));
const TemplateFactory_json_1 = tslib_1.__importDefault(require("./TemplateFactory.json"));
const TemplateFactoryLibrary_json_1 = tslib_1.__importDefault(require("./TemplateFactoryLibrary.json"));
const ERC20UpgradableTest_json_1 = tslib_1.__importDefault(require("./ERC20UpgradableTest.json"));
const TestTemplate_json_1 = tslib_1.__importDefault(require("./TestTemplate.json"));
const ITokenRewards_json_1 = tslib_1.__importDefault(require("./ITokenRewards.json"));
const TokenRewards_json_1 = tslib_1.__importDefault(require("./TokenRewards.json"));
const Deployer_json_1 = tslib_1.__importDefault(require("./Deployer.json"));
const DynamicArray_json_1 = tslib_1.__importDefault(require("./DynamicArray.json"));
const ISomaContract_json_1 = tslib_1.__importDefault(require("./ISomaContract.json"));
const Percent_json_1 = tslib_1.__importDefault(require("./Percent.json"));
const SortedList_json_1 = tslib_1.__importDefault(require("./SortedList.json"));
const SortedListTest_json_1 = tslib_1.__importDefault(require("./SortedListTest.json"));
const Forwarder_json_1 = tslib_1.__importDefault(require("./Forwarder.json"));
const IPausable_json_1 = tslib_1.__importDefault(require("./IPausable.json"));
const SomaContract_json_1 = tslib_1.__importDefault(require("./SomaContract.json"));
const SomaContractUpgradeable_json_1 = tslib_1.__importDefault(require("./SomaContractUpgradeable.json"));
const Artifacts = {
ISOMA: ISOMA_json_1.default,
ITokenRecovery: ITokenRecovery_json_1.default,
ITokenRecoveryUpgradeable: ITokenRecoveryUpgradeable_json_1.default,
TestTokenRecovery: TestTokenRecovery_json_1.default,
TestTokenRecoveryUpgradeable: TestTokenRecoveryUpgradeable_json_1.default,
TokenRecovery: TokenRecovery_json_1.default,
TokenRecoveryUpgradeable: TokenRecoveryUpgradeable_json_1.default,
ILockdrop: ILockdrop_json_1.default,
ILockdropFactory: ILockdropFactory_json_1.default,
Lockdrop: Lockdrop_json_1.default,
LockdropFactory: LockdropFactory_json_1.default,
ERC20Helper: ERC20Helper_json_1.default,
SafeERC20Balance: SafeERC20Balance_json_1.default,
ERC721Guard: ERC721Guard_json_1.default,
ERC721PausableUpgradeable: ERC721PausableUpgradeable_json_1.default,
ERC721PermitUpgradeable: ERC721PermitUpgradeable_json_1.default,
ERC721Security: ERC721Security_json_1.default,
IERC721Guard: IERC721Guard_json_1.default,
IERC721PermitUpgradeable: IERC721PermitUpgradeable_json_1.default,
ISeizablePosition: ISeizablePosition_json_1.default,
SeizablePosition: SeizablePosition_json_1.default,
IERC1271: IERC1271_json_1.default,
ChainId: ChainId_json_1.default,
TestERC721Guard: TestERC721Guard_json_1.default,
TestERC721PausableUpgradeable: TestERC721PausableUpgradeable_json_1.default,
TestERC721PermitUpgradeable: TestERC721PermitUpgradeable_json_1.default,
TestERC721Security: TestERC721Security_json_1.default,
TestSeizablePosition: TestSeizablePosition_json_1.default,
ERC20Guard: ERC20Guard_json_1.default,
ERC20HistoryUpgradeable: ERC20HistoryUpgradeable_json_1.default,
ERC20Security: ERC20Security_json_1.default,
IERC20Guard: IERC20Guard_json_1.default,
IERC20HistoryUpgradeable: IERC20HistoryUpgradeable_json_1.default,
IMintableSecurity: IMintableSecurity_json_1.default,
INonTransferable: INonTransferable_json_1.default,
ISeizableSecurity: ISeizableSecurity_json_1.default,
MintableSecurity: MintableSecurity_json_1.default,
NonTransferable: NonTransferable_json_1.default,
DeprecatableSecurity: DeprecatableSecurity_json_1.default,
ERC20GuardPartition: ERC20GuardPartition_json_1.default,
ERC20Partition: ERC20Partition_json_1.default,
ERC20SecurityPartition: ERC20SecurityPartition_json_1.default,
IDeprecatableSecurity: IDeprecatableSecurity_json_1.default,
IERC20GuardPartition: IERC20GuardPartition_json_1.default,
IERC20Partition: IERC20Partition_json_1.default,
ISeizableSecurityPartition: ISeizableSecurityPartition_json_1.default,
ITransferablePartition: ITransferablePartition_json_1.default,
SeizableSecurityPartition: SeizableSecurityPartition_json_1.default,
TransferablePartition: TransferablePartition_json_1.default,
SeizableSecurity: SeizableSecurity_json_1.default,
TestERC20Guard: TestERC20Guard_json_1.default,
TestERC20HistoryUpgradeable: TestERC20HistoryUpgradeable_json_1.default,
TestERC20Partition: TestERC20Partition_json_1.default,
TestERC20Security: TestERC20Security_json_1.default,
TestERC20Snapshot: TestERC20Snapshot_json_1.default,
TestERC20Votes: TestERC20Votes_json_1.default,
TestMintableSecurity: TestMintableSecurity_json_1.default,
TestSeizableSecurity: TestSeizableSecurity_json_1.default,
INTT: INTT_json_1.default,
ISecurityToken: ISecurityToken_json_1.default,
ISecurityTokenFactory: ISecurityTokenFactory_json_1.default,
NTT: NTT_json_1.default,
SecurityToken: SecurityToken_json_1.default,
SecurityTokenFactory: SecurityTokenFactory_json_1.default,
SOMA: SOMA_json_1.default,
ISomaAccessControl: ISomaAccessControl_json_1.default,
SomaAccessControl: SomaAccessControl_json_1.default,
Accessible: Accessible_json_1.default,
AccessibleUpgradeable: AccessibleUpgradeable_json_1.default,
IAccessible: IAccessible_json_1.default,
TestAccessible: TestAccessible_json_1.default,
TestAccessibleUpgradeable: TestAccessibleUpgradeable_json_1.default,
ISomaEarn: ISomaEarn_json_1.default,
ISomaEarnFactory: ISomaEarnFactory_json_1.default,
SomaEarn: SomaEarn_json_1.default,
SomaEarnFactory: SomaEarnFactory_json_1.default,
SomaEarnToken: SomaEarnToken_json_1.default,
ISomaGuard: ISomaGuard_json_1.default,
SomaGuard: SomaGuard_json_1.default,
GuardableUpgradeable: GuardableUpgradeable_json_1.default,
GuardHelper: GuardHelper_json_1.default,
IGuardable: IGuardable_json_1.default,
IMultiGuardable: IMultiGuardable_json_1.default,
MultiGuardableUpgradeable: MultiGuardableUpgradeable_json_1.default,
TestGuardableUpgradeable: TestGuardableUpgradeable_json_1.default,
TestGuardHelper: TestGuardHelper_json_1.default,
SOMAlib: SOMAlib_json_1.default,
ISomaStaking: ISomaStaking_json_1.default,
SomaStaking: SomaStaking_json_1.default,
SomaStakingLibrary: SomaStakingLibrary_json_1.default,
SomaStarter: SomaStarter_json_1.default,
ISomaSwapCallee: ISomaSwapCallee_json_1.default,
ISomaSwapERC20: ISomaSwapERC20_json_1.default,
ISomaSwapFactory: ISomaSwapFactory_json_1.default,
ISomaSwapPair: ISomaSwapPair_json_1.default,
Math: Math_json_1.default,
UQ112x112: UQ112x112_json_1.default,
SomaSwapFactory: SomaSwapFactory_json_1.default,
SomaSwapPair: SomaSwapPair_json_1.default,
ExampleComputeLiquidityValue: ExampleComputeLiquidityValue_json_1.default,
ExampleFlashSwap: ExampleFlashSwap_json_1.default,
ExampleOracleSimple: ExampleOracleSimple_json_1.default,
ExampleSlidingWindowOracle: ExampleSlidingWindowOracle_json_1.default,
ExampleSwapToPrice: ExampleSwapToPrice_json_1.default,
AddressStringUtil: AddressStringUtil_json_1.default,
Babylonian: Babylonian_json_1.default,
BitMath: BitMath_json_1.default,
FixedPoint: FixedPoint_json_1.default,
FullMath: FullMath_json_1.default,
SafeERC20Namer: SafeERC20Namer_json_1.default,
TransferHelper: TransferHelper_json_1.default,
IWETH: IWETH_json_1.default,
ISomaSwapRouter: ISomaSwapRouter_json_1.default,
SomaSwapLibrary: SomaSwapLibrary_json_1.default,
SomaSwapLiquidityMathLibrary: SomaSwapLiquidityMathLibrary_json_1.default,
SomaSwapOracleLibrary: SomaSwapOracleLibrary_json_1.default,
SomaSwapRouter: SomaSwapRouter_json_1.default,
AddressStringUtilTest: AddressStringUtilTest_json_1.default,
BabylonianEchidnaTest: BabylonianEchidnaTest_json_1.default,
BabylonianTest: BabylonianTest_json_1.default,
BitMathEchidnaTest: BitMathEchidnaTest_json_1.default,
BitMathTest: BitMathTest_json_1.default,
DeflatingERC20: DeflatingERC20_json_1.default,
ERC20: ERC20_json_1.default,
FixedPointTest: FixedPointTest_json_1.default,
FullMathEchidnaTest: FullMathEchidnaTest_json_1.default,
FullMathTest: FullMathTest_json_1.default,
RouterEventEmitter: RouterEventEmitter_json_1.default,
NamerTestFakeCompliantERC20: NamerTestFakeCompliantERC20_json_1.default,
NamerTestFakeNoncompliantERC20: NamerTestFakeNoncompliantERC20_json_1.default,
NamerTestFakeOptionalERC20: NamerTestFakeOptionalERC20_json_1.default,
SafeERC20NamerTest: SafeERC20NamerTest_json_1.default,
TransferHelperTest: TransferHelperTest_json_1.default,
TransferHelperTestFakeERC20Compliant: TransferHelperTestFakeERC20Compliant_json_1.default,
TransferHelperTestFakeERC20Noncompliant: TransferHelperTestFakeERC20Noncompliant_json_1.default,
TransferHelperTestFakeFallback: TransferHelperTestFakeFallback_json_1.default,
WETH9: WETH9_json_1.default,
ITemplateDeployer: ITemplateDeployer_json_1.default,
ITemplateFactory: ITemplateFactory_json_1.default,
TemplateDeployer: TemplateDeployer_json_1.default,
TemplateFactory: TemplateFactory_json_1.default,
TemplateFactoryLibrary: TemplateFactoryLibrary_json_1.default,
ERC20UpgradableTest: ERC20UpgradableTest_json_1.default,
TestTemplate: TestTemplate_json_1.default,
ITokenRewards: ITokenRewards_json_1.default,
TokenRewards: TokenRewards_json_1.default,
Deployer: Deployer_json_1.default,
DynamicArray: DynamicArray_json_1.default,
ISomaContract: ISomaContract_json_1.default,
Percent: Percent_json_1.default,
SortedList: SortedList_json_1.default,
SortedListTest: SortedListTest_json_1.default,
Forwarder: Forwarder_json_1.default,
IPausable: IPausable_json_1.default,
SomaContract: SomaContract_json_1.default,
SomaContractUpgradeable: SomaContractUpgradeable_json_1.default
};
exports.default = Artifacts;
//# sourceMappingURL=index.js.map