Skip to content

Commit

Permalink
fix: remove last character
Browse files Browse the repository at this point in the history
  • Loading branch information
gaquarius committed Feb 9, 2024
1 parent b49856b commit 810bac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const makeNetworkList = () => {
},
namespace: '09573a3526818a8ecd6eb92f60f1175d',
subscanEndpoint: 'https://creditcoin3-testnet.api.subscan.io',
subscanUrl: 'https://subscan-cc3-testnet.creditcoin.network/',
subscanUrl: 'https://subscan-cc3-testnet.creditcoin.network',
});

if (import.meta.env.VITE_NETWORK !== 'testnet') {
Expand All @@ -122,7 +122,7 @@ const makeNetworkList = () => {
},
namespace: '09573a3526818a8ecd6eb92f60f1175d',
subscanEndpoint: 'https://creditcoin3-dev.api.subscan.io',
subscanUrl: 'https://subscan-cc3-devnet.creditcoin.network/',
subscanUrl: 'https://subscan-cc3-devnet.creditcoin.network',
});
}

Expand Down

0 comments on commit 810bac1

Please # to comment.