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 9, 2024
1 parent 238588c commit 9c9151d
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.2"],
["https://dev.counterparty.io:4000", "v2", "v10.4.2"],
["https://api.counterparty.info", "v2", "v10.4.2"],
["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"],
["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 9c9151d

Please sign in to comment.