Skip to content

Commit

Permalink
add watr testnet to chains list
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetbhagat committed Jan 10, 2024
1 parent 3d34eb0 commit 6ef51a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions explorer-ui/src/contexts/chainNames.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ test("Rococo chain info", () => {
test("Shibuya chain info", () => {
expect(resolveInfoFromName("shibuya testnet")).toEqual("shibuya")
})

test("watr testnet chain info", () => {
expect(resolveInfoFromName("watr network testnet")).toEqual("rococoWatr")
})
4 changes: 4 additions & 0 deletions explorer-ui/src/contexts/chainNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const names = [
chain: "watr network",
endpoint: "watr"
},
{
chain: "watr network testnet",
endpoint: "rococoWatr"
},
{
chain: "local contracts chain",
endpoint: "local"
Expand Down

0 comments on commit 6ef51a8

Please sign in to comment.