@tat-protocol/config
v1.1.1
Published
Configuration module for TAT Protocol
Maintainers
Readme
@tat-protocol/config
Default protocol configuration values used by SDK packages.
Install
npm install @tat-protocol/configExports
PROTOCOL_VERSIONdefaultConfig
Usage
import { defaultConfig, PROTOCOL_VERSION } from "@tat-protocol/config";
console.log(PROTOCOL_VERSION);
console.log(defaultConfig.relays);Notes
defaultConfig.relaysis intentionally minimal; production apps should provide their own relay set.- Most packages accept
relaysdirectly in their constructor config.
