File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
containers/Stake/DelegateDialog Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
export const config = {
34
34
RPC_URL : ' https://rpc.flixnet.omniflix.network' ,
35
35
REST_URL : ' https://rest.flixnet.omniflix.network' ,
36
- EXPLORER_URL : ' https://www.mintscan .io/omniflix' ,
36
+ EXPLORER_URL : ' https://explorer.chainroot .io/omniflix' ,
37
37
STAKING_URL : ' https://flix.omniflix.co/stake' ,
38
38
NETWORK_NAME : ' OmniFlix' ,
39
39
NETWORK_TYPE : ' testnet' ,
Original file line number Diff line number Diff line change 1
1
export const config = {
2
2
RPC_URL : 'https://rpc.omniflix.network' ,
3
3
REST_URL : 'https://rest.omniflix.network' ,
4
- EXPLORER_URL : 'https://www.mintscan .io/omniflix' ,
4
+ EXPLORER_URL : 'https://explorer.chainroot .io/omniflix' ,
5
5
STAKING_URL : 'https://flix.omniflix.co/stake' ,
6
6
NETWORK_NAME : 'OmniFlix' ,
7
7
NETWORK_TYPE : 'mainnet' ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const CustomTooltip = withStyles(() => ({
36
36
const SuccessDialog = ( props ) => {
37
37
const handleRedirect = ( ) => {
38
38
if ( config . EXPLORER_URL ) {
39
- const link = `${ config . EXPLORER_URL } /txs /${ props . hash } ` ;
39
+ const link = `${ config . EXPLORER_URL } /transactions /${ props . hash } ` ;
40
40
window . open ( link , '_blank' ) ;
41
41
}
42
42
} ;
You can’t perform that action at this time.
0 commit comments