@instadapp/avocado-base 0.0.92 → 0.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/network.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/network.ts CHANGED
@@ -357,7 +357,7 @@ export const networks: Network[] = [
357
357
  {
358
358
  name: "Manta Pacific",
359
359
  chainId: 169,
360
- explorerUrl: "https://manta-pacific.l2scan.co",
360
+ explorerUrl: "https://pacific-explorer.manta.network",
361
361
  params: {
362
362
  rpcUrls: ["https://pacific-rpc.manta.network/http"],
363
363
  chainName: "Manta Pacific",