github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/blockchain/scroll.go (about)

     1  package blockchain
     2  
     3  // ScrollMultinodeClient represents a multi-node, EVM compatible client for the Scroll network
     4  type ScrollMultinodeClient struct {
     5  	*EthereumMultinodeClient
     6  }
     7  
     8  // ScrollClient represents a single node, EVM compatible client for the Scroll network
     9  type ScrollClient struct {
    10  	*EthereumClient
    11  }