Skip to content

Commit

Permalink
fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MouazAlzahabi committed Jun 23, 2023
1 parent 853f95e commit 1399b3f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ class CreateSafeInstructionsViewController: InstructionsViewController {
steps = [
.header,
.step(number: "1", title: "Choose a name", description: "How do you want to identify your Safe Account?"),
.step(number: "2", title: "Select network", description: "Safe Account will only exist on the selected network."),
.step(number: "3", title: "Add owners", description: "Owners are owner keys that control Safe Account. Add owners and specify the number of required signatures."),
.step(number: "4", title: "Pay network fee", description: "A network fee is required for creation, as Safe Account is a smart contract. We don’t profit from the fees."),
.step(number: "2", title: "Add owners", description: "Owners are owner keys that control Safe Account. Add owners and specify the number of required signatures."),
.step(number: "3", title: "Pay network fee", description: "A network fee is required for creation, as Safe Account is a smart contract. We don’t profit from the fees."),
.finalStep(title: "Start using your Safe Account!")
]

Expand Down

0 comments on commit 1399b3f

Please sign in to comment.