Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
merge develop to master (#21)
Browse files Browse the repository at this point in the history
* update: refact config context route app index

* update: adjust loading timing

* update: update def

* update: update notification and server list style

* update: move lngs to env config

* Feature/refactor (#8)

* update: refact config context route app index

* update: adjust loading timing

* update: update def

* update: update notification and server list style

* update: move lngs to env config

* update: update search params display

* Update README.md (#10)

* update: add notice of tps in doc

* update: refactor config, metadata module

* Feature/refactor (#11)

* update: refact config context route app index

* update: adjust loading timing

* update: update def

* update: update notification and server list style

* update: move lngs to env config

* update: update search params display

* update: add notice of tps in doc

* update: refactor config, metadata module

* update: update readme

* fix: fix metadata panel style

* Fix/fix metadata panel style (#14)

* update: refact config context route app index

* update: adjust loading timing

* update: update def

* update: update notification and server list style

* update: move lngs to env config

* update: update search params display

* update: add notice of tps in doc

* update: refactor config, metadata module

* fix: fix metadata panel style

* fix: fix metadata panel height

* Fix/fix metadata style (#15)

* update: refact config context route app index

* update: adjust loading timing

* update: update def

* update: update notification and server list style

* update: move lngs to env config

* update: update search params display

* update: add notice of tps in doc

* update: refactor config, metadata module

* fix: fix metadata panel style

* fix: fix metadata panel height

* update: add badge

* update: update appchain badge link

* update: update appchain badge color

* update: update cdn in doc

* update: update cdn in doc (#19)

* update: update cdn config
  • Loading branch information
Keith-CY authored Aug 15, 2018
1 parent fbcd6a0 commit 4ccd6fe
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/observables.tsx
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import * as React from 'react'
import CITAObservables from '@nervos/observables'

export const initObservables: CITAObservables = new CITAObservables({
server: window.localStorage.getItem('chainIp') || process.env.CHAIN_SERVER || '',
server: window.localStorage.getItem('chainIp') || process.env.CHAIN_SERVERS || '',
interval: (process.env.OBSERVABLE_INTERVAL && +process.env.OBSERVABLE_INTERVAL) || 1000
})
const ObservableContext = React.createContext(initObservables)
1 change: 1 addition & 0 deletions src/initValues.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
* @Date: 2018-07-22 19:59:22
* @Last Modified by: Keith-CY
* @Last Modified time: 2018-08-15 18:50:45
*/

import { IBlock, IBlockHeader, Transaction, Metadata, ABI } from './typings'
import widerThan from './utils/widerThan'

0 comments on commit 4ccd6fe

Please sign in to comment.