@instadapp/avocado-base 0.1.6 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/metadata.ts CHANGED
@@ -472,7 +472,7 @@ const getMetadataFromData = (data: string) => {
472
472
  let metadata = "0x";
473
473
 
474
474
 
475
- if(data.startsWith('0x320036b4')) {
475
+ if(data.startsWith('0xc5e15557')) {
476
476
  const executeData = ifaceAgnostic.decodeFunctionData("executeChainAgnosticV1", data);
477
477
 
478
478
  const metadata = executeData?.params_?.params?.metadata