@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
20 lines (19 loc) • 597 B
TypeScript
import near_mainnet from './near/near/mainnet';
import near_testnet from './near/near/testnet';
declare const _default: {
"ethereum/sepolia": {
metamask: typeof import("./ethereum/metamask").default;
dapplets: typeof import("./ethereum/dapplets").default;
};
"ethereum/xdai": {
metamask: typeof import("./ethereum/metamask").default;
dapplets: typeof import("./ethereum/dapplets").default;
};
"near/mainnet": {
near: typeof near_mainnet;
};
"near/testnet": {
near: typeof near_testnet;
};
};
export default _default;