@instadapp/avocado-base 0.0.12 → 0.0.13

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 +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/network.ts CHANGED
@@ -131,7 +131,6 @@ export const networks: Network[] = [
131
131
  {
132
132
  name: "Gnosis",
133
133
  debankName: "xdai",
134
- ankrName: "gnosis",
135
134
  chainId: 100,
136
135
  balanceResolverAddress: "0xfaa244e276b1597f663975ed007ee4ff70d27849",
137
136
  explorerUrl: "https://gnosisscan.io",