UNPKG

@thirdweb-dev/wallets

Version:

<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht

15 lines 894 B
export declare const CHAIN_ID_TO_GNOSIS_SERVER_URL: { readonly 1: "https://safe-transaction-mainnet.safe.global"; readonly 5: "https://safe-transaction-goerli.safe.global"; readonly 10: "https://safe-transaction-optimism.safe.global"; readonly 56: "https://safe-transaction-bsc.safe.global"; readonly 100: "https://safe-transaction-gnosis-chain.safe.global"; readonly 137: "https://safe-transaction-polygon.safe.global"; readonly 43114: "https://safe-transaction-avalanche.safe.global"; readonly 42161: "https://safe-transaction-arbitrum.safe.global"; readonly 42220: "https://safe-transaction-celo.safe.global"; readonly 84531: "https://safe-transaction-base-testnet.safe.global"; readonly 1313161554: "https://safe-transaction-aurora.safe.global"; }; export declare const SafeSupportedChainsSet: Set<number>; //# sourceMappingURL=constants.d.ts.map