We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea0742 commit 6249ba3Copy full SHA for 6249ba3
packages/config/test/index.test.ts
@@ -2,7 +2,7 @@ import { describe, it } from "mocha"
2
import { assert } from "chai"
3
import { Chains, loadConfig } from "../src/index"
4
5
-describe("Package exports network details from JSON file", () => {
+describe("Load configuration from JSON file", () => {
6
it("ethereum chain id is 1", () => {
7
const config: Chains = loadConfig("production")
8
const chainId: number = config.ethereum.id
0 commit comments