UNPKG

@dojima-wallet/connection

Version:

Initialise and connection for layer 1&2 blockchain

15 lines (12 loc) 275 B
export const defaultArMainnetConfig = { host: "arweave.net", protocol: "https", timeout: 100000, }; // export const defaultArTestnetConfig = { // host: "localhost", // port: "1984", // protocol: "http", // timeout: 100000, // }; export const AR_DECIMAL = 12;