Skip to content

Commit

Permalink
Merge pull request #855 from reservoirprotocol/jaden/fixing-monad-tes…
Browse files Browse the repository at this point in the history
…tnet-explorer

feat: fixing monad testnet explorer
  • Loading branch information
JadenDurnford authored Jan 29, 2025
2 parents 6c6d58c + 42dd352 commit 5b7fe0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-rockets-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/reservoir-sdk': patch
---

fixing monad testnet explorer
4 changes: 2 additions & 2 deletions packages/sdk/src/utils/customChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,11 +1094,11 @@ export const monadTestnet = {
blockExplorers: {
etherscan: {
name: 'Monad Testnet Explorer',
url: 'https://monad.xyz',
url: 'https://testnet.monadexplorer.com',
},
default: {
name: 'Monad Testnet Explorer',
url: 'https://monad.xyz',
url: 'https://testnet.monadexplorer.com',
},
},
} as const satisfies Chain
Expand Down

0 comments on commit 5b7fe0d

Please sign in to comment.