@joai/warps-adapter-evm 1.2.1 → 1.3.0

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/dist/index.mjs CHANGED
@@ -993,6 +993,9 @@ var _WarpEvmDataLoader = class _WarpEvmDataLoader {
993
993
  return null;
994
994
  }
995
995
  }
996
+ async getAccountNfts(address, options) {
997
+ return [];
998
+ }
996
999
  async getAccountActions(address, options) {
997
1000
  return [];
998
1001
  }