@instadapp/avocado-base 0.3.6 → 0.3.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
3
  "type": "module",
4
- "version": "0.3.6",
4
+ "version": "0.3.7",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
7
7
  "engines": {
package/utils/network.ts CHANGED
@@ -537,7 +537,7 @@ export const networks: Network[] = [
537
537
  name: ink.name,
538
538
  apiURL: null,
539
539
  color: '#78d64b',
540
- explorerUrl: ink.blockExplorers.default.url,
540
+ explorerUrl: 'https://inkonscan.xyz',
541
541
  fakeTransactionHash: '0x3523aad6a790c81ef57e1afd4320760b7cea6dd3424ccd582e00ffc9bdc316e6',
542
542
  legacySupported: false,
543
543
  get serverRpcUrl() {