diff --git a/package.json b/package.json index 0800306..1cad184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crocswap-libs/sdk", - "version": "2.0.12", + "version": "2.0.13", "description": "🛠🐊🛠 An SDK for building applications on top of CrocSwap", "author": "Ben Wolski ", "repository": "https://github.com/CrocSwap/sdk.git", @@ -37,6 +37,6 @@ "vitest": "^2.1.8" }, "dependencies": { - "ethers": "^6.13.5" + "ethers": "^6.14.1" } } diff --git a/src/constants.ts b/src/constants.ts index a9412bc..f81b778 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -204,7 +204,7 @@ const SWELL_CHAIN: ChainSpec = { long: 130, liq: 128 }, - blockExplorer: "https://explorer.swellnetwork.io/", + blockExplorer: "https://swellchainscan.io/", displayName: "Swell", }; diff --git a/yarn.lock b/yarn.lock index 88ba75d..5087f97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1094,10 +1094,10 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -ethers@^6.13.5: - version "6.13.5" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.5.tgz#8c1d6ac988ac08abc3c1d8fabbd4b8b602851ac4" - integrity sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ== +ethers@^6.14.1: + version "6.14.1" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.1.tgz#96b5e967d9c3c66c6b64304d8e7669a761d6fca3" + integrity sha512-JnFiPFi3sK2Z6y7jZ3qrafDMwiXmU+6cNZ0M+kPq+mTy9skqEzwqAdFW3nb/em2xjlIVXX6Lz8ID6i3LmS4+fQ== dependencies: "@adraffy/ens-normalize" "1.10.1" "@noble/curves" "1.2.0"