Skip to content

Commit

Permalink
fix: Add comment for http://localhost:8114
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Nov 14, 2023
1 parent ea87125 commit 10c65b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-wallet/src/services/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ enum NetworksKey {
}

const oldDefaultNames = ['Default', 'default node', presetNetworks.networks[0].name]
// Before 0.106.0 version the default remote's value is http://localhost:8114.
const oldDefaultRemotes = ['http://localhost:8114', BUNDLED_CKB_URL]

export default class NetworksService extends Store {
Expand Down

1 comment on commit 10c65b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 6859782031

Please sign in to comment.