Skip to content

Commit

Permalink
Change two Gnosis references to Safe
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jan 8, 2024
1 parent dab86aa commit d651df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/drain-safe-app/03-transfer-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Now, if you click on the button, you should see a modal in the Safe web app.

# Additional: Tracking the transaction status

Because Safe is a multi-signature wallet and transactions must be confirmed by multiple parties, it's not immediately proposed to the blockchain. Instead, transactions and owner's signatures are stored off-chain on the Gnosis backend, and someone can execute it as soon as the transaction has enough signatures.
Because Safe is a multi-signature wallet and transactions must be confirmed by multiple parties, it's not immediately proposed to the blockchain. Instead, transactions and owner's signatures are stored off-chain on the Safe transaction service, and someone can execute it as soon as the transaction has enough signatures.

We use the Safe Transaction hash as an ID of the transaction, and it's just a sha3 hash of all the transaction properties.

Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Opts = {
};

const opts: Opts = {
allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/],
allowedDomains: [/app.safe.global$/],
debug: false,
};

Expand Down

0 comments on commit d651df5

Please sign in to comment.