Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng committed Jan 28, 2025
1 parent c11fffe commit ee2c555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions backend/packages/pallet-assets-scan/src/consts/section.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
const {
env: { currentChain },
} = require("@osn/scan-common");

const chainSections = {
statemint: "assets",
polimec: "foreignAssets",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const {
env: { currentChain },
} = require("@osn/scan-common");
const {
handleCreated,
handleForceCreated,
Expand Down

0 comments on commit ee2c555

Please sign in to comment.