Skip to content

Commit

Permalink
update servers versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Oct 10, 2024
1 parent cc578f9 commit 8709ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions counterparty-core/counterpartycore/test/mainnet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# [server_url, api_version, server_version]
CHECK_SERVERS = [
["http://rpc:[email protected]:4000", "v1", "v9.61.1"],
["https://api.counterparty.io:4000", "v2", "v10.4.3"],
["https://dev.counterparty.io:4000", "v2", "v10.4.3"],
["https://api.counterparty.info", "v2", "v10.4.3"],
["https://api.counterparty.io:4000", "v2", "v10.4.4"],
["https://dev.counterparty.io:4000", "v2", "v10.4.4"],
["https://api.counterparty.info", "v2", "v10.4.4"],
["http://rpc:[email protected]:4000", "v1", "v9.61.3"],
["https://api.xcp.dev/v9_61/", "xcpdev", "v9.61.3"],
["https://api.xcp.dev/v10_1/", "xcpdev", "v10.1.2.CNTRPRTY"],
Expand Down

0 comments on commit 8709ad4

Please sign in to comment.