Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meithebear committed Feb 21, 2024
1 parent 8707ea4 commit 9aebbc2
Show file tree
Hide file tree
Showing 3 changed files with 1,161 additions and 1,677 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berachain/default-token-list",
"version": "0.0.1",
"version": "1.0.0",
"description": "The Berachain default token list",
"main": "build/berachain-default.tokenlist.json",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,6 @@
"homepage": "https://github.com/Berachain/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@berachain/token-lists": "^1.0.0-beta.29",
"@uniswap/token-list-bridge-utils": "^2.0.0",
"ajv": "^6.12.3",
"chai": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
const packageJson = require("../package.json");
const { expect } = require("chai");
const { getAddress } = require("@ethersproject/address");
const Ajv = require("ajv");
const buildList = require("../src/buildList");

let defaultTokenList;
const defaultTokenList = require("../src/tokens/testnet/defaultTokenList.json");

before(async function () {
this.timeout(120000);
defaultTokenList = await buildList();
});

describe("buildList", () => {
Expand Down
Loading

0 comments on commit 9aebbc2

Please sign in to comment.