LorenzoTestnet property

ChainInfo LorenzoTestnet
getter/setter pair

Implementation

static ChainInfo LorenzoTestnet = ChainInfo(
    83291,
    'lorenzo',
    'evm',
    'https://static.particle.network/token-list/lorenzo/native.png',
    'Lorenzo Testnet',
    'Testnet',
    'https://lorenzo-protocol.xyz',
    ChainInfoNativeCurrency('stBTC', 'stBTC', 18),
    'https://rpc-testnet.lorenzo-protocol.xyz',
    '',
    'https://scan-testnet.lorenzo-protocol.xyz',
    [ChainInfoFeature('EIP1559'),ChainInfoFeature('ERC4337')],
  );