@instadapp/avocado-base 0.0.6 → 0.0.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.
@@ -427,7 +427,7 @@
427
427
  </svg>
428
428
 
429
429
  <svg
430
- v-else-if="chain === 250"
430
+ v-else-if="chain == 250"
431
431
  width="24"
432
432
  height="24"
433
433
  viewBox="0 0 24 24"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/network.ts CHANGED
@@ -189,7 +189,7 @@ export const networks: Network[] = [
189
189
  },
190
190
  },
191
191
  {
192
- name: "Fantom Opera",
192
+ name: "Fantom",
193
193
  chainId: 250,
194
194
  explorerUrl: "https://ftmscan.com",
195
195
  get serverRpcUrl() {
@@ -199,7 +199,7 @@ export const networks: Network[] = [
199
199
  balanceResolverAddress: "0x929376c77a2fb8152375a089a4fccf84ff481479",
200
200
  params: {
201
201
  rpcUrls: ["https://rpc.ankr.com/fantom"],
202
- chainName: "Fantom Opera",
202
+ chainName: "Fantom",
203
203
  nativeCurrency: {
204
204
  name: "Fantom",
205
205
  symbol: "FTM",