You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/ccip/tutorials/evm/offchain/transfer-tokens-from-eoa.mdx
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,18 +76,19 @@ In this tutorial, you will use Chainlink CCIP to transfer tokens directly from y
76
76
77
77
-`USER_KEY`: Find the private key for your testnet wallet. If you use MetaMask, follow the instructions to [Export a Private Key](https://support.metamask.io/managing-my-wallet/secret-recovery-phrase-and-private-keys/how-to-export-an-accounts-private-key/).**Note**: The offchain script uses your private key to sign any transactions you make such as transferring tokens.
78
78
79
-
<Asidetype="note"title="Note">
80
-
Commands of the [`ccip-tools`](https://github.com/smartcontractkit/ccip-tools-ts) which need to send transactions try to get its private key from a `USER_KEY` environment
81
-
variable.
79
+
{/* prettier-ignore */}
80
+
<Asidetype="note"title="Note">
81
+
Commands of the [`ccip-tools`](https://github.com/smartcontractkit/ccip-tools-ts) which need to send transactions try to get its private key from a `USER_KEY` environment
82
+
variable.
82
83
83
-
An encrypted wallet json can also be passed to `--wallet` option. It'll be decrypted with password
84
-
from `USER_KEY_PASSWORD` environment variable, or interactively prompted if not set.
84
+
An encrypted wallet json can also be passed to `--wallet` option. It'll be decrypted with password
85
+
from `USER_KEY_PASSWORD` environment variable, or interactively prompted if not set.
85
86
86
-
Additionally, `--wallet ledger` (or `--wallet "ledger:<derivationPath>"`) can be used to connect to
87
-
a Ledger device, using the `@ledgerhq/hw-app-eth` library. The derivation path can be specified, or
88
-
defaults to `m/44'/60'/0'/0/0`.
87
+
Additionally, `--wallet ledger` (or `--wallet "ledger:<derivationPath>"`) can be used to connect to
88
+
a Ledger device, using the `@ledgerhq/hw-app-eth` library. The derivation path can be specified, or
0 commit comments