Skip to content

Commit

Permalink
Update signing-messages-t-ecdsa.mdx (#3476)
Browse files Browse the repository at this point in the history
* Update signing-messages-t-ecdsa.mdx

* Update signing-messages-t-schnorr.mdx
  • Loading branch information
mraszyk authored Sep 14, 2024
1 parent c5f3177 commit 916e720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ service: {
The `sign_with_ecdsa` method allows specifying an optional `derivation_path` which allows a canister to request signatures for different keys controlled by the canister. The `key_id` field specifies the curve and name of the key to sign with.
Currently only the `secp256k1` curve and the following key names are supported:

- `dfx_test_key1`: Only available on the local replica started by dfx.
- `dfx_test_key`: Only available on the local replica started by dfx.
- `test_key_1`: Test key available on the ICP mainnet.
- `key_1`: Production key available on the ICP mainnet.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To sign a message, the `sign_with_schnorr` method is used, which requires that y

To deploy code using the `sign_with_schnorr` method, you will need to specify the correct `key_ID` for the environment in the canister's source code. The following key IDs are supported:

- `dfx_test_key1`: Only available on the local replica started by dfx.
- `dfx_test_key`: Only available on the local replica started by dfx.
- `test_key_1`: Test key available on the ICP mainnet.
- `key_1`: Production key available on the ICP mainnet.

Expand Down

0 comments on commit 916e720

Please sign in to comment.