fix: Update to ConnectV2PoolTogetherPolygon

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Edwin Cheung 2021-10-06 13:08:31 -07:00 committed by GitHub
parent b401bfa534
commit cb21849366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,6 @@ abstract contract PoolTogetherResolver is Events, DSMath, Basic {
}
}
contract ConnectV2PoolTogether is PoolTogetherResolver {
contract ConnectV2PoolTogetherPolygon is PoolTogetherResolver {
string public constant name = "PoolTogether-v1";
}