UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

8 lines 235 B
export const tron = { id: 728126428 }; export const tronAddressRegex = /^(41[a-fA-F0-9]{40}|T[a-zA-Z0-9]{33})$/; export function isTronAddress(address) { return tronAddressRegex.test(address); } //# sourceMappingURL=tron.js.map