@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
23 lines • 884 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NormalizedWalletName = exports.WalletChainIncompatible = exports.WalletChainRestricted = void 0;
exports.WalletChainRestricted = {
phantom: [1, 8453, 792703809, 137, 8253038, 101, 10143],
backpack: [1, 8453, 137, 42161, 10, 10143, 80094, 9286185, 792703809],
magiceden: [1, 137, 8453, 33139, 8253038, 792703809, 1329, 2741, 42161, 80094, 56, 43114],
uniswap: [
1, 130, 42161, 43114, 8453, 81457, 56, 42220, 10, 137, 480, 324, 7777777
],
abstract: [2741],
ronin: [1, 56, 137, 42161, 8453, 2020]
};
exports.WalletChainIncompatible = {
binance: [7777777, 8453],
binanceus: [7777777, 8453]
};
exports.NormalizedWalletName = {
phantomevm: 'phantom',
magicedensol: 'magiceden',
roninwallet: 'ronin'
};
//# sourceMappingURL=walletCompatibility.js.map