Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Filter Apps by network#1433

Merged
fernandomg merged 3 commits intofeature/#1353-xDai-compatibilityfrom
issue-1361
Oct 6, 2020
Merged

Filter Apps by network#1433
fernandomg merged 3 commits intofeature/#1353-xDai-compatibilityfrom
issue-1361

Conversation

@nicosampler
Copy link
Contributor

closes #1361.

@github-actions
Copy link

github-actions bot commented Oct 5, 2020

CLA Assistant Lite All Contributors have signed the CLA.

@github-actions
Copy link

github-actions bot commented Oct 5, 2020

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@ghost
Copy link

ghost commented Oct 5, 2020

Travis automatic deployment:
https://pr1433--safereact.review.gnosisdev.com/app

Copy link
Contributor

@fernandomg fernandomg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xDai network is missing.

The rest looks good, although, I found it a bit hard to reason about it and follow. But the core logic was already there, so it's nothing that should be addressed here anyway.

Comment on lines 70 to +102
// OpenZeppelin
{ url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQovvfYYMUXjZfNbysQDUEXR8nr55iJRwcYgJQGJR7KEA`, disabled: false },
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmQovvfYYMUXjZfNbysQDUEXR8nr55iJRwcYgJQGJR7KEA`,
disabled: false,
networks: [
ETHEREUM_NETWORK.MAINNET,
ETHEREUM_NETWORK.RINKEBY,
ETHEREUM_NETWORK.ENERGY_WEB_CHAIN,
ETHEREUM_NETWORK.VOLTA,
],
},
// TX-Builder
{ url: `${gnosisAppsUrl}/tx-builder`, disabled: false },
{
url: `${gnosisAppsUrl}/tx-builder`,
disabled: false,
networks: [
ETHEREUM_NETWORK.MAINNET,
ETHEREUM_NETWORK.RINKEBY,
ETHEREUM_NETWORK.ENERGY_WEB_CHAIN,
ETHEREUM_NETWORK.VOLTA,
],
},
// Wallet-Connect
{ url: `${gnosisAppsUrl}/walletConnect`, disabled: false },
{
url: `${gnosisAppsUrl}/walletConnect`,
disabled: false,
networks: [
ETHEREUM_NETWORK.MAINNET,
ETHEREUM_NETWORK.RINKEBY,
ETHEREUM_NETWORK.ENERGY_WEB_CHAIN,
ETHEREUM_NETWORK.VOLTA,
],
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ETHEREUM_NETWORK.XDAI is missing in those

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️ Good catch! added.

@ghost
Copy link

ghost commented Oct 6, 2020

Travis automatic deployment:
https://pr1433--safereact.review.gnosisdev.com/app

@ghost
Copy link

ghost commented Oct 6, 2020

Travis automatic deployment:
https://pr1433--safereact.review.gnosisdev.com/app

@fernandomg fernandomg self-requested a review October 6, 2020 15:09
@fernandomg fernandomg merged commit 74cb6cf into feature/#1353-xDai-compatibility Oct 6, 2020
@fernandomg fernandomg deleted the issue-1361 branch October 6, 2020 16:42
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants