Skip to content

Commit

Permalink
fix: Add deprecated reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Nov 14, 2023
1 parent 10c65b0 commit aaea80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/neuron-wallet/src/services/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ 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.
// Before 0.106.0 version the default remote's value is http://localhost:8114
// "localhost" was deprecated because of https://github.com/Magickbase/neuron-public-issues/issues/122
const oldDefaultRemotes = ['http://localhost:8114', BUNDLED_CKB_URL]

export default class NetworksService extends Store {
Expand Down

1 comment on commit aaea80d

@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 6859824298

Please sign in to comment.