Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed May 4, 2021
1 parent cee8ddc commit d395b0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// import chains, { NetworkName } from './src'
import jsonToTs from 'json-to-ts';
import chains from './chains.json'
console.log(jsonToTs(chains[0]))
// console.log(chains.get(NetworkName['Ether-1']))
export {default as chains} from './src'

0 comments on commit d395b0b

Please sign in to comment.