Skip to content

Commit

Permalink
fix: testnet's url change
Browse files Browse the repository at this point in the history
  • Loading branch information
travis_joe committed Dec 18, 2019
1 parent 78b49ed commit 45f93b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const api: API = {
},
{
name: 'CITA Node Server',
url: 'https://node.citahub.com'
url: 'https://testnet.citahub.com'
}
],
jsonRpc: '/',
Expand Down

0 comments on commit 45f93b6

Please sign in to comment.