Skip to content

Commit 36a105c

Browse files
committed
update polkadot-sdk version
1 parent d709568 commit 36a105c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ This API can be used independently for dry-running, double-checking, or testing.
11851185
This API allows a dry-run of any extrinsic and obtaining the outcome if it fails or succeeds, as well as the local xcm and remote xcm messages sent to other chains.
11861186

11871187
```rust
1188-
1188+
fn dry_run_call(origin: OriginCaller, call: Call, result_xcms_version: XcmVersion) -> Result<CallDryRunEffects<Event>, Error>;
11891189
```
11901190

11911191
??? interface "Input parameters"
@@ -1912,7 +1912,7 @@ client.destroy();
19121912
This API allows the direct dry-run of an xcm message instead of an extrinsic one, checks if it will execute successfully, and determines what other xcm messages will be forwarded to other chains.
19131913

19141914
```rust
1915-
}
1915+
fn dry_run_call(origin: OriginCaller, call: Call) -> Result<CallDryRunEffects<Event>, Error>;
19161916
```
19171917

19181918
??? interface "Input parameters"

variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies:
1818
docker_image_version: 1.84.1
1919
polkadot_sdk:
2020
repository_url: https://github.com/paritytech/polkadot-sdk
21-
version: polkadot-stable2412
22-
docker_image_version: stable2412
21+
version: polkadot-stable2503-7
22+
docker_image_version: stable2503-7
2323
open_zeppelin_contracts:
2424
repository_url: https://github.com/OpenZeppelin/openzeppelin-contracts
2525
version: v5.3.0

0 commit comments

Comments
 (0)