Skip to content

Commit

Permalink
chore: update README logo on white background
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Aug 22, 2023
1 parent 438c3a1 commit 78303ee
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Safe Apps

[![Logo](https://raw.githubusercontent.com/safe-global/safe-react-apps/main/assets/logo.png)](https://safe.global/)
[![Logo](https://raw.githubusercontent.com/safe-global/safe-react-apps/main/assets/logo.svg)](https://safe.global/)

![license](https://img.shields.io/github/license/safe-global/safe-react-apps)
![build](https://img.shields.io/github/actions/workflow/status/safe-global/safe-react-apps/deployment.yml?branch=main)
Expand Down Expand Up @@ -62,11 +62,11 @@ In `./apps` you can find one folder per each integration app Gnosis develops.

Also, each app must expose a `manifest.json` in order to be accepted by the Safe, you can find it in their `./public` folder. Besides the `manifest.json` file we also include the app Icon.

This will allow the Safe to consume these resources like so: `https://apps.gnosis-safe.io/tx-builder/manifest.json`
This will allow the Safe to consume these resources like so: `https://apps-portal.safe.global/tx-builder/manifest.json`

## How to Develop a third-party App

Documentation about how to develop and integrate your third-party app can be found [here](https://docs.gnosis-safe.io/build/sdks/safe-apps).
Documentation about how to develop and integrate your third-party app can be found [here](https://docs.safe.global/safe-core-aa-sdk/safe-apps).

## For developers

Expand Down Expand Up @@ -98,12 +98,12 @@ These apps are deployed in the following environments.
| [Transaction Builder](https://safe-apps.staging.5afe.dev/tx-builder)
| [WalletConnect](https://safe-apps.staging.5afe.dev/wallet-connect)

- When the code is released: https://apps.gnosis-safe.io
- When the code is released: https://apps-portal.safe.global

[Drain Account](https://apps.gnosis-safe.io/drain-safe)
| [Ramp Network](https://apps.gnosis-safe.io/ramp-network)
| [Transaction Builder](https://apps.gnosis-safe.io/tx-builder)
| [WalletConnect](https://apps.gnosis-safe.io/wallet-connect)
[Drain Account](https://apps-portal.safe.global/drain-safe)
| [Ramp Network](https://apps-portal.safe.global/ramp-network)
| [Transaction Builder](https://apps-portal.safe.global/tx-builder)
| [WalletConnect](https://apps-portal.safe.global/wallet-connect)

## Run e2e tests

Expand Down
Binary file removed assets/logo.png
Binary file not shown.
21 changes: 21 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78303ee

Please sign in to comment.