Skip to content

Commit

Permalink
Feature/jira widget2 (#1809)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Barukimang committed Apr 11, 2023
1 parent e4ee4c7 commit 33ced61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.html
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 33ced61

Please sign in to comment.