Skip to content

Commit 6b68ab6

Browse files
committed
feat(neuron-ui): update the url to nervos dao rfc
1 parent ee76fb0 commit 6b68ab6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/neuron-ui/src/utils/const.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ export const SHANNON_CKB_RATIO = 1e8
1919
export const MEDIUM_FEE_RATE = 6000
2020
export const WITHDRAW_EPOCHS = 180
2121

22-
export const RUN_NODE_GUIDE_URL = 'https://docs.nervos.org/references/neuron-wallet-guide.html#1-run-a-ckb-mainnet-node'
22+
export const RUN_NODE_GUIDE_URL =
23+
'https://www.docs.nervos.org/references/neuron-wallet-guide.html#1-run-a-ckb-mainnet-node'
2324
export const NERVOS_DAO_RFC_URL =
24-
'https://github.com/nervosnetwork/rfcs/tree/master/rfcs/0000-dao-deposit-withdraw/0000-dao-deposit-withdraw.md'
25+
'https://www.github.com/nervosnetwork/rfcs/blob/master/rfcs/0023-dao-deposit-withdraw/0023-dao-deposit-withdraw.md'
2526

2627
export enum ConnectionStatus {
2728
Online = 'online',

0 commit comments

Comments
 (0)