Skip to content

Commit

Permalink
fix commented out testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Oct 17, 2023
1 parent cbddd7b commit 89c658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/api/staticOG/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function getNetworkName(gatewayAddress) {
function getRPCFromUrl(gatewayAddress) {
// get the correct RPC endpoint for each network
switch(gatewayAddress) {
// case 'https://testnet.obscu.ro/':
// case 'https://testnet.obscu.ro':
// return 'https://rpc.sepolia-testnet.obscu.ro'
case 'https://sepolia-testnet.obscu.ro':
return 'https://rpc.sepolia-testnet.obscu.ro'
Expand Down

0 comments on commit 89c658d

Please sign in to comment.