@instadapp/avocado-base 0.0.68 → 0.0.69

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/network.ts CHANGED
@@ -90,6 +90,7 @@ export const networks: Network[] = [
90
90
  name: 'Base',
91
91
  chainId: 8453,
92
92
  color: '#1E2024',
93
+ ankrName:'base',
93
94
  explorerUrl: 'https://basescan.org',
94
95
  apiURL: 'https://api.basescan.org',
95
96
  get serverRpcUrl() {
@@ -135,6 +136,7 @@ export const networks: Network[] = [
135
136
  name: "Polygon zkEVM",
136
137
  chainId: 1101,
137
138
  color: "#8544f6",
139
+ ankrName: 'polygon_zkevm',
138
140
  explorerUrl: "https://zkevm.polygonscan.com",
139
141
  apiURL: 'https://api-zkevm.polygonscan.com',
140
142
  balanceResolverAddress: "0x48D1Fa5Ee6691a1E0B45d2B515650997BEA27a01",
@@ -227,6 +229,7 @@ export const networks: Network[] = [
227
229
  debankName: "xdai",
228
230
  zerionName: "xdai",
229
231
  color: "#04795C",
232
+ ankrName: 'gnosis',
230
233
  chainId: 100,
231
234
  balanceResolverAddress: "0xfaa244e276b1597f663975ed007ee4ff70d27849",
232
235
  explorerUrl: "https://gnosisscan.io",