Skip to content

Commit

Permalink
dev2master (#1810)
Browse files Browse the repository at this point in the history
* fix: switches mumbai rpc to our alchemy node (#1769)

* fix: update web3.js and wrapper (#1779)

* F/rinkeby to goerli (#1783)

* feat: removes rinkeby and adds goerli

* fix: makes the linter happy

* Dtech patch 1 - helpscout to hubspot (#1786)

* adding hubspot and removing helpscout

using this documentation https://developers.hubspot.com/docs/api/conversation/chat-widget-sdk to replace the help widget

* hubspot code needed to be in the head

* back to right before the body for best practices

* fix: changes goerli ENS registry to the correct address (#1790)

* Feature/jira widget2 (#1809)

* 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 walletconnect_url variable

* added rpc data to walletconnect

* removed unessecary walletconnect_url logic

* removed unessecary instance

* fixed prettier issue

* removed unnecessary secret

* updated rpc-endpoints to aragon-rpc-endpoints

* disabled buggy and unused networks for network selection modal

* replaced hubspot beacon with jira widget

* undid changes to network-config.js which are part of another to be reviewed pr

* fix: merge fail for goerli eth registry

---------

Co-authored-by: alibama <adp6j@virginia.edu>
Co-authored-by: Barukimang <barukimang@gmail.com>
  • Loading branch information
3 people committed Apr 12, 2023
1 parent 9526df7 commit c5a2078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"network": "harmonyTest"
},
"goerli": {
"registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"appName": "aragon.aragonpm.eth",
"network": "goerli"
},
Expand Down
5 changes: 1 addition & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
</noscript>
<div id="root"></div>
<script src="./index.js"></script>

<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/21998404.js"></script>
<!-- End of HubSpot Embed Code -->
<script data-jsd-embedded data-key="7ba929c1-8803-40b4-919d-33c7dd4a67e5" data-base-url="https://jsd-widget.atlassian.com" src="https://jsd-widget.atlassian.com/assets/embed.js"></script>
</body>
</html>

0 comments on commit c5a2078

Please sign in to comment.