Skip to content

Commit

Permalink
Add test app to check behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez committed Apr 20, 2021
1 parent 3a33ed0 commit 3252185
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ const safeAppsConfig = [
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmXLxxczMH4MBEYDeeN9zoiHDzVkeBmB5rBjA3UniPEFcA`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// Test App
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmfMq8NgxdDfai1qKv7bGbT8DegYX4mNzmpi9AkY1VJZBS`,
networks: [ETHEREUM_NETWORK.RINKEBY],
},
// OpenZeppelin
{
Expand Down
13 changes: 12 additions & 1 deletion public/gnosis-default.applist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gnosis Safe default apps list",
"timestamp": "2021-04-14T09:31:33.528Z",
"timestamp": "2021-04-20T16:04:19.631Z",
"version": {
"major": 0,
"minor": 1,
Expand Down Expand Up @@ -246,6 +246,17 @@
4
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmfMq8NgxdDfai1qKv7bGbT8DegYX4mNzmpi9AkY1VJZBS\",\"name\":\"T\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmfMq8NgxdDfai1qKv7bGbT8DegYX4mNzmpi9AkY1VJZBS",
"name": "SDK Test app",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmfMq8NgxdDfai1qKv7bGbT8DegYX4mNzmpi9AkY1VJZBS/logo.svg",
"description": "Describe your Safe App here",
"iconPath": "logo.png",
"networks": [
4
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmQovvfYYMUXjZfNbysQDUEXR8nr55iJRwcYgJQGJR7KEA\",\"name\":\"O\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmQovvfYYMUXjZfNbysQDUEXR8nr55iJRwcYgJQGJR7KEA",
Expand Down

0 comments on commit 3252185

Please sign in to comment.