Skip to content

Commit

Permalink
update app.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Jun 4, 2024
1 parent 4b6a944 commit 7f407ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/http/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ const MOCK_CHAINS: TChain[] = [
id: 1,
name: "mainnet",
type: "mainnet",
prettyName: "Ethereum",
blockExplorer: "https://etherscan.io/",
icon: "https://ipfs.io/ipfs/QmdPgVsrQAYJyDmrs17QTawu95z4gbaKGAwmBu73JFZc2f",
rpc: "https://mainnet.infura.io/v3/",
pricesFromTimestamp: 1667354777,
maxGetLogsRange: 0,
contracts: {
multiRoundCheckout: "0x",
directGrants: "0x",
quadraticFunding: "0x",
},
tokens: [
{
code: "ETH",
Expand Down

0 comments on commit 7f407ec

Please sign in to comment.