Skip to content

Commit 56ad7cf

Browse files
authored
chore: bump partner-chains-smart-contracts to v6.2.2 (#212)
1 parent 6d8bb61 commit 56ad7cf

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on how to create these new data sources see `node/src/main_chain_follower.rs` fi
2626
* `partner-chains-cli` does not use `cardano-cli` to derive address not to query utxos.
2727
* `partner-chains-cli` does not use `pc-contracts-cli` in `prepare-configuration` wizard, it uses `partner-chains-cardano-offchain` crate instead.
2828
* Update cardano-node to 10.1.2
29+
* Bumped `partner-chains-smart-contracts` version to v6.2.2
2930

3031
## Removed
3132

dev/local-environment/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OGMIOS_IMAGE="cardanosolutions/ogmios:v6.8.0"
88
POSTGRES_IMAGE="postgres:15.3"
99
SIDECHAIN_MAIN_CLI_IMAGE="node:22-bookworm"
1010
TESTS_IMAGE="python:3.10-slim"
11-
PC_CONTRACTS_CLI_ZIP_URL="https://github.com/input-output-hk/partner-chains-smart-contracts/releases/download/v6.2.1/pc-contracts-cli-v6.2.1.zip"
11+
PC_CONTRACTS_CLI_ZIP_URL="https://github.com/input-output-hk/partner-chains-smart-contracts/releases/download/v6.2.2/pc-contracts-cli-v6.2.2.zip"
1212
PARTNER_CHAINS_NODE_URL="https://github.com/input-output-hk/partner-chains/releases/download/v1.2.0/partner-chains-node-v1.2.0-x86_64-linux"
1313
PARTNER_CHAINS_CLI_URL="https://github.com/input-output-hk/partner-chains/releases/download/v1.2.0/partner-chains-cli-v1.2.0-x86_64-linux"
1414

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Partner Chains deps
2626
smart-contracts = {
27-
url = "github:input-output-hk/partner-chains-smart-contracts/v6.2.1";
27+
url = "github:input-output-hk/partner-chains-smart-contracts/v6.2.2";
2828
flake = false;
2929
};
3030
cardano-node = {

0 commit comments

Comments
 (0)