Skip to content

Commit 5981a77

Browse files
committed
docs: update import path in sdk
1 parent a18f50f commit 5981a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3_guides/1_SDK_how_to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To get the SDK up and running in your project, you must first import it
2424

2525
```rust
2626
use aligned_sdk::common::types::{PriceEstimate, AlignedVerificationData, Network, ProvingSystemId, VerificationData};
27-
use aligned_sdk::sdk::{estimate_fee, submit_and_wait, get_nonce_from_ethereum};
27+
use aligned_sdk::verification_layer::{estimate_fee, submit_and_wait, get_nonce_from_ethereum};
2828
```
2929

3030
And then you can do a simple call of, for example, `get_nonce_from_ethereum`

0 commit comments

Comments
 (0)