Skip to content

Commit

Permalink
chore: add test network
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkharvar committed Dec 4, 2024
1 parent f5cb57c commit 5b1c4a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ export const supportedChains: ChainInfo[] = [
blockExplorer: "https://elated-tan-skat.explorer.mainnet.skalenodes.com/",
name: "Europa Liquidity Hub",
},
{
chainId: 7777123123,
disperseAddress: "0x54510dA48aE512387111623D59812B794d11754f",
blockExplorer: "http://34.143.211.226:32808/",
name: "Test Network",
},
];

0 comments on commit 5b1c4a3

Please sign in to comment.