Skip to content

Commit

Permalink
feat: Fixes #2498 - Updating endpoint w/new chainstack provider
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjjpa committed Sep 17, 2021
1 parent 6a3ced0 commit 3a11af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hoprd/src/index.ts
Expand Up @@ -18,7 +18,7 @@ const DEFAULT_ID_PATH = path.join(process.env.HOME, '.hopr-identity')
const argv = yargs(process.argv.slice(2))
.option('provider', {
describe: 'A provider url for the Network you specified',
default: 'https://still-patient-forest.xdai.quiknode.pro/f0cdbd6455c0b3aea8512fc9e7d161c1c0abf66a/'
default: 'https://provider-proxy.hoprnet.workers.dev/matic_rio'
})
.option('host', {
describe: 'The network host to run the HOPR node on.',
Expand Down

0 comments on commit 3a11af9

Please sign in to comment.