@river-build/web3
Version:
Dapps for our Space and Registry contracts
24 lines • 829 B
JavaScript
export * from './BaseContractShim';
export * from './BaseRegistry';
export * from './IChannelShim';
export * from './IEntitlementsShim';
export * from './IMulticallShim';
export * from './IRuleEntitlementShim';
export * from './IRuleEntitlementV2Shim';
export * from './IRolesShim';
export * from './ISpaceArchitectShim';
export * from './ISpaceOwnerShim';
export * from './MockERC721AShim';
export * from './OwnableFacetShim';
export * from './RiverRegistry';
export * from './SpaceDapp';
export * from './TokenPausableFacetShim';
export * from './Space';
export * from './SpaceOwner';
export * from './SpaceRegistrar';
export * from './UserEntitlementShim';
export * from './WalletLink';
export * from './ICreateSpaceShim';
export * from './IDropFacetShim';
export * from './RiverAirdropDapp';
//# sourceMappingURL=index.js.map