Skip to content

Commit

Permalink
fix(all): plugin loading path
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Dec 31, 2022
1 parent 034f733 commit 0a463b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@sentio/cli",
"license": "Apache-2.0",
"private": true,
"version": "1.1.0",
"private": false,
"version": "1.0.7",
"scripts": {
"compile": "tsc -p . && cp src/webpack.config.js lib/",
"build": "yarn compile",
Expand Down
1 change: 1 addition & 0 deletions packages/sdk-aptos/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export type { FunctionNameAndCallFilter, EventFilter, CallFilter, ArgumentsFilte
export { AptosBaseProcessor, AptosAccountProcessor } from './aptos-processor'
export { AptosContext, AptosResourceContext } from './context'
export { AptosBindOptions, AptosNetwork, getRpcClient } from './network'
export * from './api'

export { AptosPlugin } from './aptos-plugin'
2 changes: 1 addition & 1 deletion packages/sdk/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class ProcessorServiceImpl implements ProcessorServiceImplementation {
for (const plugin of [
'@sentio/sdk/lib/core/eth-plugin',
'@sentio/sdk/lib/core/sui-plugin',
'@sentio/sdk/lib/aptos/aptos-plugin',
'@sentio/sdk-aptos/lib/aptos-plugin',
'@sentio/sdk-solana/lib/solana-plugin',
]) {
try {
Expand Down

0 comments on commit 0a463b1

Please sign in to comment.