Skip to content

Commit

Permalink
fix(core): use correct localnet algod default port (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar authored Apr 11, 2024
1 parent 122f54a commit ec1c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-wallet/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function createDefaultNetworkConfig(): NetworkConfigMap {
const localnetConfig: AlgodConfig = {
token: 'a'.repeat(64),
baseServer: 'http://localhost',
port: 4002,
port: 4001,
headers: {}
}

Expand Down

0 comments on commit ec1c4bb

Please sign in to comment.