Skip to content

Commit

Permalink
Merge pull request #745 from ethereum-push-notification-service/minor…
Browse files Browse the repository at this point in the history
…-fixes-arb

fix: minor fixes
  • Loading branch information
akp111 authored Oct 3, 2023
2 parents 23fa1bc + 3c6b14d commit 207009e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
icon: createSVGIcon(<ArbitrumSvg/>, 'Arbitrum Mainnet'),
},
ARBITRUM_TESTNET: {
label: 'ARBITRUMONE MAINNET',
label: 'ARBITRUM TESTNET',
icon: createSVGIcon(<ArbitrumSvg/>, 'Arbitrum Testnet'),
},
THE_GRAPH: { label: 'THE GRAPH', icon: createSVGIcon(<TheGraphSvg/>, 'The Graph') },
Expand Down
1 change: 1 addition & 0 deletions packages/uiweb/src/lib/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const allowedNetworks = {
5, // for goerli
80001, //for mumbai polygon
97, // bnb testnet
420, // optimism goerli testnet
421613 // for arbitrum testnet
],
'local' :[
Expand Down

0 comments on commit 207009e

Please sign in to comment.