Skip to content

Commit

Permalink
add actual testnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Dec 8, 2023
1 parent 93c2143 commit b551f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/script/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function genServicesConfig(){
url='https://devnetstats.apothem.network/devnet'
break
case 'testnet':
url='https://devnetstats.apothem.network/testnet' //confirm url
url='https://erpc.apothem.network/'
break
case 'mainnet':
url='https://devnetstats.apothem.network/mainnet' //confirm url
Expand Down

0 comments on commit b551f4c

Please sign in to comment.