Skip to content

Commit

Permalink
chore(oft-solana): remove deprecated flag (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazreen authored Feb 21, 2025
1 parent c03791c commit e5fc217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oft-solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ npx hardhat lz:oft:solana:init-config --oapp-config layerzero.config.ts --solana
Run the following to wire the pathways specified in your `layerzero.config.ts`

```bash
npx hardhat lz:oapp:wire --oapp-config layerzero.config.ts --solana-secret-key --solana-eid <SOLANA_ENDPOINT_ID>
npx hardhat lz:oapp:wire --oapp-config layerzero.config.ts --solana-eid <SOLANA_ENDPOINT_ID>
```

With a squads multisig, you can simply append the `--multisig-key` flag to the end of the above command.
Expand Down

0 comments on commit e5fc217

Please sign in to comment.