Skip to content

Commit

Permalink
Update protocol to PtParisBx
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Jun 11, 2024
1 parent fbe0f6f commit 471cc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pytezos/sandbox/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pytezos.sandbox.parameters import LATEST
from pytezos.sandbox.parameters import sandbox_addresses

DOCKER_IMAGE = 'bakingbad/sandboxed-node:v20.0-2'
DOCKER_IMAGE = 'bakingbad/sandboxed-node:v20.0-3'
MAX_ATTEMPTS = 60
ATTEMPT_DELAY = 0.5
TEZOS_NODE_PORT = 8732
Expand Down
2 changes: 1 addition & 1 deletion src/pytezos/sandbox/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MUMBAI = 'PtMumbai2TmsJHNGRkD8v8YDbtao7BLUC3wjASn1inAKLFCjaH1'
NAIROBI = 'PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf'
OXFORD = 'ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH'
PARIS = 'PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz'
PARIS = 'PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ'
LATEST = PARIS

protocol_hashes = {
Expand Down

0 comments on commit 471cc7b

Please sign in to comment.