Skip to content

Commit

Permalink
Issue #86
Browse files Browse the repository at this point in the history
  • Loading branch information
DVitaliy committed May 21, 2024
1 parent e9594d3 commit 9905709
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions tests/ThePoolz.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,7 @@ describe("ThePoolz", () => {
symbol: "ETH",
decimals: 18
},
chainId: 1,
infoURL: "https://base.org",
explorers: [
{
name: "basescan",
url: "https://basescan.org",
standard: "none"
},
{
name: "basescout",
url: "https://base.blockscout.com",
icon: "blockscout",
standard: "EIP3091"
},
{
name: "dexguru",
url: "https://base.dex.guru",
icon: "dexguru",
standard: "EIP3091"
}
]
chainId: 1
}
const thePoolz = new ThePoolz("http://localhost:8545", { chainInfo, poolzAddress: "0x000" })
await thePoolz.init()
Expand Down

0 comments on commit 9905709

Please sign in to comment.