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

dev2master #1815

Merged
merged 9 commits into from
Jun 27, 2023
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
18 changes: 0 additions & 18 deletions src/ethereum-providers/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,6 @@ export const connectors = [
},
}
: null,
{
id: 'walletconnect',
properties: {
chainId: [1, 5, 137, 80001, 1666600000, 1666700000, 97, 56, 588, 1088], // add here to handle more injected chains
rpc: {
'1': 'https://mainnet.eth.aragon.network',
'5': 'https://goerli.eth.aragon.network',
'137': 'https://polygon-rpc.com',
'80001': 'https://rpc-mumbai.maticvigil.com',
'1666600000': 'https://api.harmony.one/',
'1666700000': 'https://api.s0.b.hmny.io/',
'97': 'https://data-seed-prebsc-1-s1.binance.org:8545/',
// '56': 'https://bsc-dataseed.binance.org/', //connecting to bnb is not working
'588': 'https://stardust.metis.io/?owner=588',
'1088': 'https://andromeda.metis.io/?owner=1088',
},
},
},
].filter(p => p)

// the final data that we pass to use-wallet package.
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>
Loading