Skip to content

Commit

Permalink
Merge branch 'naynay/new-sdk-rc' of github.com:entropyxyz/cli into na…
Browse files Browse the repository at this point in the history
…ynay/new-sdk-rc
  • Loading branch information
mixmix committed Oct 23, 2024
2 parents 0a121f3 + 7e4e38b commit 399dd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function tuiEndpointOption () {
'Can also be given a stored endpoint name from config eg: `entropy --endpoint test-net`.'
].join(' ')
)
.env('ENTROPY_ENDPOINT')
.env('ENTROPY_TUI_ENDPOINT')
.argParser(aliasOrEndpoint => {
/* see if it's a raw endpoint */
if (aliasOrEndpoint.match(/^wss?:\/\//)) return aliasOrEndpoint
Expand Down

0 comments on commit 399dd75

Please sign in to comment.