Skip to content

Commit

Permalink
Feature/ss 499 (#94)
Browse files Browse the repository at this point in the history
* [SS-499] Fix subscan button

* remove test codes

* [SS-499] Fix validator address link

* [SS-499] change subscan url
  • Loading branch information
Sanggon-Kim authored Feb 6, 2024
1 parent 5f73fb6 commit fb3e1c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const makeNetworkList = () => {
},
namespace: 'creditcoin-mainnet',
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin.subscan.io/',
subscanUrl: 'https://creditcoin3.subscan.io/',
});
}
networks.creditcoinTest = makeCreditcoinNetwork({
Expand All @@ -107,7 +107,7 @@ const makeNetworkList = () => {
},
namespace: '09573a3526818a8ecd6eb92f60f1175d',
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin-testnet.subscan.io/',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
});

if (import.meta.env.VITE_NETWORK !== 'testnet') {
Expand All @@ -122,7 +122,7 @@ const makeNetworkList = () => {
},
namespace: '09573a3526818a8ecd6eb92f60f1175d',
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin-testnet.subscan.io/',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
});
}
if (import.meta.env.DEV) {
Expand All @@ -136,7 +136,7 @@ const makeNetworkList = () => {
},
},
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin-testnet.subscan.io/',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
});
}

Expand Down

0 comments on commit fb3e1c8

Please # to comment.