Skip to content

Commit

Permalink
Remove Mumbai (#531)
Browse files Browse the repository at this point in the history
* Remove Mumbai

* Add Nairobi
  • Loading branch information
GusevPM authored Jul 7, 2023
1 parent a2df746 commit 1e32fc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ VUE_APP_TOKEN_METADATA_API=https://metadata.dipdup.net
VUE_APP_METADATA_API_URI=https://metadata.dipdup.net
VUE_APP_MAINNET_STATS_API_URI=https://stats.dipdup.net
VUE_APP_GHOSTNET_STATS_API_URI=https://stats-ghostnet.dipdup.net
VUE_APP_TESTNET_STATS_API_URI=https://stats-nairobinet.dipdup.net
VUE_APP_MUMBAI_STATS_API_URI=https://stats-mumbainet.dipdup.net
VUE_APP_TESTNET_STATS_API_URI=https://stats-nairobinet.dipdup.net
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ VUE_APP_METADATA_API_URI=https://metadata.dipdup.net
VUE_APP_MAINNET_STATS_API_URI=https://stats.dipdup.net
VUE_APP_GHOSTNET_STATS_API_URI=https://stats-ghostnet.dipdup.net
VUE_APP_TESTNET_STATS_API_URI=https://stats-nairobinet.dipdup.net
VUE_APP_MUMBAI_STATS_API_URI=https://stats-mumbainet.dipdup.net
VUE_APP_IPFS_NODE=https://ipfs.io
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ let stats = new StatsAPI({
'mainnet': process.env.VUE_APP_MAINNET_STATS_API_URI,
'nairobinet': process.env.VUE_APP_TESTNET_STATS_API_URI,
'ghostnet': process.env.VUE_APP_GHOSTNET_STATS_API_URI,
'mumbainet': process.env.VUE_APP_MUMBAI_STATS_API_URI,
});

const darkLocalStorage = localStorage.getItem('dark');
Expand Down
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ export function newRouter(networks) {
]
},
{
path: '/:network(mainnet|ghostnet|mumbainet|sandboxnet|mondaynet|dailynet|rollupnet)/opg/:hash(o[0-9A-z]{50})',
alias: '/:network(mainnet|ghostnet|mumbainet|sandboxnet|mondaynet|dailynet|rollupnet)/:hash(o[0-9A-z]{50})',
path: '/:network(mainnet|ghostnet|nairobinet|sandboxnet|mondaynet|dailynet|rollupnet)/opg/:hash(o[0-9A-z]{50})',
alias: '/:network(mainnet|ghostnet|nairobinet|sandboxnet|mondaynet|dailynet|rollupnet)/:hash(o[0-9A-z]{50})',
components: {
default: OperationGroup
},
Expand Down

0 comments on commit 1e32fc7

Please sign in to comment.