diff --git a/.changeset/chilly-plums-ring.md b/.changeset/chilly-plums-ring.md new file mode 100644 index 0000000..8e60871 --- /dev/null +++ b/.changeset/chilly-plums-ring.md @@ -0,0 +1,5 @@ +--- +"@rabbitholegg/questdk": patch +--- + +update abi diff --git a/package.json b/package.json index df0713e..f61266f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rabbitholegg/questdk", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "description": "", "type": "module", "main": "./dist/cjs/index.js", diff --git a/src/abi/index.ts b/src/abi/index.ts new file mode 100644 index 0000000..63d0b7d --- /dev/null +++ b/src/abi/index.ts @@ -0,0 +1 @@ +export * from './quest-factory.js' diff --git a/src/index.ts b/src/index.ts index 9a557d5..d7eadcf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,6 +6,8 @@ export { export { PluginActionNotImplementedError } from './errors/plugin.js' +export * from './abi/quest-factory.js' + export type { SwapActionParams, BurnActionParams,