@rep3/rep3-sdk
Version:
`rep3-sdk` is the ts package for projects to integrate rep3-protocol and services in their projects. This documentation will provide various ways and code snippets for the same. To know more about the protocol head over to our [docs](https://docs.rep3.gg/
21 lines (20 loc) • 520 B
TypeScript
export declare const networks_ENUM: {
MUMBAI: number;
POLYGON: number;
};
export declare const deployed_address: {
Manager: string;
Beacon: string;
Router: string;
};
export declare const deployed_address_polygon: {
Manager: string;
Beacon: string;
Router: string;
};
export declare const BASE_URL: {
subgraph_mainnet: string;
subgraph: string;
};
export declare const SIGNING_DOMAIN_NAME = "REP3Signer";
export declare const SIGNING_DOMAIN_VERSION = "0.0.1";