UNPKG

everything-dev

Version:

A consolidated product package for building Module Federation apps with oRPC APIs.

8 lines (7 loc) 217 B
//#region src/network.ts function getNetworkIdForAccount(account) { return account.endsWith(".testnet") ? "testnet" : "mainnet"; } //#endregion export { getNetworkIdForAccount }; //# sourceMappingURL=network.mjs.map