Skip to content

Commit

Permalink
add fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
meithebear committed Feb 23, 2024
1 parent 02e582f commit 02c7a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/berachain-default-gauges.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const packageJson = require("../package.json");
const { expect } = require("chai");
const fetch = require("node-fetch");
const { getAddress } = require("@ethersproject/address");
const defaultGaugeList = require("../src/gauges/testnet/defaultGaugeList.json");

Expand Down
1 change: 1 addition & 0 deletions test/berachain-default-tokens.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const packageJson = require("../package.json");
const { expect } = require("chai");
const fetch = require("node-fetch");
const { getAddress } = require("@ethersproject/address");
const defaultTokenList = require("../src/tokens/testnet/defaultTokenList.json");

Expand Down

0 comments on commit 02c7a95

Please sign in to comment.