@instadapp/avocado-base 0.0.28 → 0.0.30

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/metadata.ts CHANGED
@@ -42,7 +42,7 @@ const actionMetadataTypes = {
42
42
  "uint160 amount",
43
43
  "uint48 expiration",
44
44
  ],
45
- castDetails: ["string castDetails"],
45
+ "instadapp-pro": ["string castDetails"],
46
46
  };
47
47
 
48
48
  const encodeMetadata = (props: MetadataProps) => {
@@ -397,7 +397,7 @@ export const decodeMetadata = (data: string) => {
397
397
  };
398
398
 
399
399
  break;
400
- case "castDetails":
400
+ case "instadapp-pro":
401
401
  payload = {
402
402
  type,
403
403
  castDetails: decodedData.castDetails,
package/utils/network.ts CHANGED
@@ -4,7 +4,7 @@ export const bridgeDisabledNetworks = [1101];
4
4
 
5
5
  export const networks: Network[] = [
6
6
  {
7
- name: "Mainnet",
7
+ name: "Ethereum",
8
8
  debankName: "eth",
9
9
  ankrName: "eth",
10
10
  zerionName: "ethereum",