SeiTestnet property

ChainInfo SeiTestnet
getter/setter pair

Implementation

static ChainInfo SeiTestnet = ChainInfo(
    1328,
    'Sei',
    'evm',
    'https://static.particle.network/token-list/sei/native.png',
    'Sei Testnet',
    'Testnet',
    'https://www.sei.io',
    ChainInfoNativeCurrency('SEI', 'SEI', 18),
    'https://evm-rpc-testnet.sei-apis.com',
    '',
    'https://testnet.seistream.app',
    [ChainInfoFeature('EIP1559'),ChainInfoFeature('ERC4337')],
  );