@renft/sdk
Version:
**ReNFT** is a multi-chain highly gas-optimised NFT rental protocol and platform that can be whitelabel integrated into any project to enable collateral-free in-house renting, lending, and reward share (scholarship automation).
5 lines (4 loc) • 461 B
TypeScript
import { Deployment, RenftContractType, SylvesterVersion } from '../types';
export declare const DEPLOYMENT_SYLVESTER_ETHEREUM_MAINNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;
export declare const DEPLOYMENT_SYLVESTER_ETHEREUM_GOERLI_TESTNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;
export declare const DEPLOYMENT_SYLVESTER_POLYGON_MAINNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;