Skip to content

Commit

Permalink
Update transaction builder to v1.1.0 (safe-global#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez authored Jun 17, 2021
1 parent 28d0318 commit cfa1ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const safeAppsConfig = [
},
// TX-Builder
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmZBgEvjqi9Jg8xATr9uUgNUVmnfYiECNxZv9Taux7mzgV`,
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmdPPXcAGWjt1C6pEdDXYGRjaKb7qFWEA7Nhz9sDZSEqz5`,
networks: [
ETHEREUM_NETWORK.MAINNET,
ETHEREUM_NETWORK.RINKEBY,
Expand Down
6 changes: 3 additions & 3 deletions public/gnosis-default.applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmZBgEvjqi9Jg8xATr9uUgNUVmnfYiECNxZv9Taux7mzgV\",\"name\":\"T\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmZBgEvjqi9Jg8xATr9uUgNUVmnfYiECNxZv9Taux7mzgV",
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmdPPXcAGWjt1C6pEdDXYGRjaKb7qFWEA7Nhz9sDZSEqz5\",\"name\":\"T\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmdPPXcAGWjt1C6pEdDXYGRjaKb7qFWEA7Nhz9sDZSEqz5",
"name": "Transaction Builder",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmZBgEvjqi9Jg8xATr9uUgNUVmnfYiECNxZv9Taux7mzgV/tx-builder.png",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmdPPXcAGWjt1C6pEdDXYGRjaKb7qFWEA7Nhz9sDZSEqz5/tx-builder.png",
"description": "A Safe app to compose custom transactions",
"iconPath": "tx-builder.png",
"networks": [
Expand Down

0 comments on commit cfa1ab0

Please sign in to comment.