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