Skip to content

Commit

Permalink
feat(neuron-ui): update the url to nervos dao rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 28, 2019
1 parent ee76fb0 commit 6b68ab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/neuron-ui/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ export const SHANNON_CKB_RATIO = 1e8
export const MEDIUM_FEE_RATE = 6000
export const WITHDRAW_EPOCHS = 180

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

export enum ConnectionStatus {
Online = 'online',
Expand Down

0 comments on commit 6b68ab6

Please sign in to comment.