Skip to content

Commit

Permalink
Add CSV Airdrop (safe-global#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sanchez authored Jul 12, 2021
1 parent ca0cc91 commit bcc09f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/appsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ const safeAppsConfig = [
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmX31xCdhFDmJzoVG33Y6kJtJ5Ujw8r5EJJBrsp8Fbjm7k`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},
// CSV Airdrop
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmdFyTuzHnzj6Z1pRRLqjWXEbH56TBNKo3M1an21zKWCXt`,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY, ETHEREUM_NETWORK.XDAI],
},
// Curve
{
url: `https://curve.fi`,
Expand Down
13 changes: 13 additions & 0 deletions public/gnosis-default.applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@
4
]
},
{
"id": "{\"url\":\"https://cloudflare-ipfs.com/ipfs/QmdFyTuzHnzj6Z1pRRLqjWXEbH56TBNKo3M1an21zKWCXt\",\"name\":\"C\"}",
"url": "https://cloudflare-ipfs.com/ipfs/QmdFyTuzHnzj6Z1pRRLqjWXEbH56TBNKo3M1an21zKWCXt",
"name": "CSV Airdrop",
"iconUrl": "https://cloudflare-ipfs.com/ipfs/QmdFyTuzHnzj6Z1pRRLqjWXEbH56TBNKo3M1an21zKWCXt/logo.svg",
"description": "Upload your CSV transfer file to send arbitrarily many tokens of various amounts to a list of recipients.",
"iconPath": "logo.svg",
"networks": [
1,
4,
100
]
},
{
"id": "{\"url\":\"https://curve.fi\",\"name\":\"Curve\"}",
"url": "https://curve.fi",
Expand Down

0 comments on commit bcc09f6

Please sign in to comment.