github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/blockchain/linea.go (about) 1 package blockchain 2 3 // LineaMultinodeClient represents a multi-node, EVM compatible client for the Linea network 4 type LineaMultinodeClient struct { 5 *EthereumMultinodeClient 6 } 7 8 // LineaClient represents a single node, EVM compatible client for the Linea network 9 type LineaClient struct { 10 *EthereumClient 11 }