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