Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix use wallet dependency #1674

Merged
merged 1 commit into from
Oct 28, 2021
Merged

fix use wallet dependency #1674

merged 1 commit into from
Oct 28, 2021

Conversation

githubdoramon
Copy link
Contributor

No description provided.

@githubdoramon githubdoramon merged commit b868b18 into master Oct 28, 2021
@githubdoramon githubdoramon deleted the fix/20211028_master branch October 28, 2021 11:09
githubdoramon added a commit that referenced this pull request Oct 28, 2021
* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Dec 23, 2021
* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* Fix/dao lookup 20211028 2 (#1675)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* adding timeout for bad web sockets

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results (#1677)

* adding auto connect (#1678) (#1679)

* [polygon] changes node address (#1689)

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Dec 23, 2021
* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* Fix/dao lookup 20211028 2 (#1676)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results

* adding auto connect (#1678)

* switch polygon connection to proxy deployment (#1688)

closes #1687

* Adding Metis stardust testnet and andromeda (#1696)

* Adding Metis stardust testnet and andromeda

* cleaning code

* removing gas price estimation

* changing delay values to be more flexible because of L2s rollups

* DAO-444: add dai address (#1697)

* add dai address and block time

* allowing custom sync delays (#1698)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Jan 14, 2022
* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* Fix/dao lookup 20211028 2 (#1676)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results

* adding auto connect (#1678)

* switch polygon connection to proxy deployment (#1688)

closes #1687

* Adding Metis stardust testnet and andromeda (#1696)

* Adding Metis stardust testnet and andromeda

* cleaning code

* removing gas price estimation

* changing delay values to be more flexible because of L2s rollups

* DAO-444: add dai address (#1697)

* add dai address and block time

* allowing custom sync delays (#1698)

* Release/20211223 metis (#1700)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* Fix/dao lookup 20211028 2 (#1675)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* adding timeout for bad web sockets

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results (#1677)

* adding auto connect (#1678) (#1679)

* [polygon] changes node address (#1689)

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Changed the DAI address to the official Rinkeby Compound DAI address (#1707)

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* Update of Dandelion info (#1710)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* Update Dandelion info (fixed) (#1711)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Jan 17, 2022
* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* Fix/dao lookup 20211028 2 (#1676)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results

* adding auto connect (#1678)

* switch polygon connection to proxy deployment (#1688)

closes #1687

* Adding Metis stardust testnet and andromeda (#1696)

* Adding Metis stardust testnet and andromeda

* cleaning code

* removing gas price estimation

* changing delay values to be more flexible because of L2s rollups

* DAO-444: add dai address (#1697)

* add dai address and block time

* allowing custom sync delays (#1698)

* Release/20211223 metis (#1700)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* Fix/dao lookup 20211028 2 (#1675)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* adding timeout for bad web sockets

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results (#1677)

* adding auto connect (#1678) (#1679)

* [polygon] changes node address (#1689)

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Changed the DAI address to the official Rinkeby Compound DAI address (#1707)

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* Update of Dandelion info (#1710)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* Update Dandelion info (fixed) (#1711)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* removed survey app from discover apps

* added unsupported tag to open-enterprise template

* added unsupported tags in descover apps and removed survey icon import

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Jan 22, 2022
* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* Fix/dao lookup 20211028 2 (#1676)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results

* adding auto connect (#1678)

* switch polygon connection to proxy deployment (#1688)

closes #1687

* Adding Metis stardust testnet and andromeda (#1696)

* Adding Metis stardust testnet and andromeda

* cleaning code

* removing gas price estimation

* changing delay values to be more flexible because of L2s rollups

* DAO-444: add dai address (#1697)

* add dai address and block time

* allowing custom sync delays (#1698)

* Release/20211223 metis (#1700)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* Fix/dao lookup 20211028 2 (#1675)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* adding timeout for bad web sockets

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results (#1677)

* adding auto connect (#1678) (#1679)

* [polygon] changes node address (#1689)

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Changed the DAI address to the official Rinkeby Compound DAI address (#1707)

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* Update of Dandelion info (#1710)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* Update Dandelion info (fixed) (#1711)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* removed survey app from discover apps

* added unsupported tag to open-enterprise template

* added unsupported tags in descover apps and removed survey icon import

* edited unsupported tags to not maintained

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>
githubdoramon added a commit that referenced this pull request Apr 27, 2022
* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* Fix/dao lookup 20211028 2 (#1676)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* adding timeout for bad web sockets

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results

* adding auto connect (#1678)

* switch polygon connection to proxy deployment (#1688)

closes #1687

* Adding Metis stardust testnet and andromeda (#1696)

* Adding Metis stardust testnet and andromeda

* cleaning code

* removing gas price estimation

* changing delay values to be more flexible because of L2s rollups

* DAO-444: add dai address (#1697)

* add dai address and block time

* allowing custom sync delays (#1698)

* Release/20211223 metis (#1700)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1671)

* fix use wallet dependency (#1674)

* Fix/dao lookup 20211028 2 (#1675)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* Getting develop branch up to date (#1670)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

* allow upgrade page to display even if missing content (#1648)

* Removing all Govern migration components (#1653)

* updating websocket for polygon (#1654)

* Merge Master into Develop (#1651)

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* updating websocket for polygon (#1654) (#1656)

* Feature / Dao-311 (#1657)

* pass mainnet intead of main to migration generator (#1639)

* Release of latest changes (#1647)

* DAO-308: Set Polygon DAI address (#1628)

* fix dandelion dao creation error
* update polygon dai address and fix build error

* [cicd] adds workflow for develop deployment (#1636)

* pass mainnet intead of main to migration generator (#1639) (#1640)

* Improved DAO discovery DAO-204 (#1645)

* Feature/improve notfound modal dao 268 (#1637)

* added .vscode to gitignore

* moved utils file into separate folder

* changed import statements

* moved context into context folder

* adapted import paths

* refactored Onboarding topbar

* added chain indicator to onboardin topbar

* added chain indicator to orgview topbar

* extracted network indicator module

* grouped modal into folder

* adapted imports

* scaffold for network switch modal

* added layout and content to modal

* improved Modals module

* changed networkswitch modal props

* added networkswitch modal to orgview

* made network indicator clickable

* made clickable networkindicator open modal

* small orgview refactoring

* centered network indicator on orgview

* network switch button hooked up to logic

* use existing method for network name

* refactored network config/utils

* fixed network switching issues

* added short vs full names

* removed unused prop

* addressed PR comments

* changed variable name to testnet

* fixed copy/paste error

* changed not found copy on notfound modal

* extracted message component

* added found on other network message

* handling addresses

* add a space before the network name

Co-authored-by: yuetloo <[email protected]>

* Fix: improve network switch DAO-270 (#1638)

* improved chain names

* displaced network switch

* changed networkindicator to display short name

* Minor ui details

* hide network indicator when connected (#1642)

* Feautre/search daos dao 269 (#1641)

* move inline css into styled components

* new hook file

* detectDao hook

* fixed infinite checking

* connect hook to not found modal

* detect dao with providers

* added component keys

* added logic to dao not found modal

* moved active Networks info networkconfig

* persist last connected network (#1644)

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>

* Feature/polygon node 20210913 (#1646)

* Removing Ethereum hardcoded copy and using current network

* re-adding polygon to ens lookup

* changing polygon prod node

* lint fix

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>

* update v2-migrator-script (#1649)

* Release agent fix (#1650)

* allow upgrade page to display even if missing content (#1648)
* version 1.1.0

* Removing all Govern migration related components (#1652)

* Implement new events

* fix lint

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: Ramon Canales <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>

* Feature/harmony support 20211011 (#1662)

* Add Harmony One Support to client (#1659)

* update: make aragon work with Harmony
* fix: added keep alive for wss connections
* update: fix issue with getLogs query return more than 1024 blocks

* lint fix (#1660)

* Changing ENS address for Aragon official one

* updating use-wallet and removing references of networks inside application

* lint fix

* updating lock file

* Moving back to correct ENS

* ops

* removing logs

Co-authored-by: Victa Kwok Wai Phu <[email protected]>
Co-authored-by: yuetloo <[email protected]>

* Fixing harmony test

* Adding BSC testnet (#1664)

* Adding BSC testnet

* Improving inactive to avoid confusion

* setting harmony mainnet as active and fixing ENS address (#1666)

* updating lock file

* reverted react version change

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* lint fix

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* fixes dao lookup (#1672)

* fix use wallet dependency (#1673)

* adding timeout for bad web sockets

Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* adding reason for failure so filter works when evaluating promises results (#1677)

* adding auto connect (#1678) (#1679)

* [polygon] changes node address (#1689)

Co-authored-by: Valentin Racine <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Mathias Scherer <[email protected]>
Co-authored-by: Giorgi Lagidze <[email protected]>
Co-authored-by: yuetloo <[email protected]>
Co-authored-by: Rekard0 <[email protected]>
Co-authored-by: Victa Kwok Wai Phu <[email protected]>

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Changed the DAI address to the official Rinkeby Compound DAI address (#1707)

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* Update of Dandelion info (#1710)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* Update Dandelion info (fixed) (#1711)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* Update Dandelion info (fixed fixed) (#1712)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* Fix broken links and adding unsupported tag logic (#1713)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* removed survey app from discover apps

* added unsupported tag to open-enterprise template

* added unsupported tags in descover apps and removed survey icon import

* Fix remove survey app and added unsupported tags (#1716)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* removed survey app from discover apps

* added unsupported tag to open-enterprise template

* added unsupported tags in descover apps and removed survey icon import

* edited unsupported tags to not maintained

* Edit unsupported tags to not maintained (#1718)

* Changed the DAI address to the official Rinkeby Compound DAI address

This address does have liquidity on Rinkeby Uniswap unlike the former one

* Update Dandelion info

* Update Dandelion info2

* fixing error with yarn lint --fix

* comma fix

* created tag for unsupported and added it to dandelion index

* added unsupported tag logic to templatedetails

* added unsupported tag to fundraising template and fixed link

* removed survey app from discover apps

* added unsupported tag to open-enterprise template

* added unsupported tags in descover apps and removed survey icon import

* edited unsupported tags to not maintained

* wallet-connect appearing in connect account box

* added walletconnect_url logic

* added other chains next to eth-mainnet for wallet-connect

* fixed failing test on prettier error

* disabled if not statement w…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants