Skip to content

Commit

Permalink
Merge pull request #51 from GladOSkar/patch-1
Browse files Browse the repository at this point in the history
Add `json` extension to networks import
  • Loading branch information
rahuldamodar94 authored Aug 18, 2021
2 parents a4dd939 + e013385 commit 55619d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const networks = require("./networks")
const networks = require("./networks.json")

class Network {
constructor(name, version = "v1") {
Expand Down

0 comments on commit 55619d7

Please sign in to comment.