Skip to content

Commit

Permalink
Merge pull request #141 from clober-dex/feat/change-mitosis-block-ex
Browse files Browse the repository at this point in the history
Feat/change mitosis block ex
  • Loading branch information
Dorvin authored Nov 27, 2024
2 parents 7f9ead9 + 7561a74 commit 5ddd3de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clober/v2-sdk",
"version": "0.0.86",
"version": "0.0.87",
"description": "🛠 An SDK for building applications on top of Clober V2",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/mitosis-testnet-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const mitosisTestnet = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Mitosis Testnet',
url: 'https://blockscout-internal.testnet.mitosis.org',
url: 'https://testnet.mitosiscan.xyz',
},
},
testnet: true,
Expand Down

0 comments on commit 5ddd3de

Please sign in to comment.