Skip to content

Commit

Permalink
Merge pull request #201 from bnb-chain/feat/tokenApi1216
Browse files Browse the repository at this point in the history
fix: Fix procressor
  • Loading branch information
wenty22 authored Dec 17, 2024
2 parents 53cb7cb + 85fc17b commit 83d01a2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export class BridgeProcessor extends WorkerHost {
return this.fetchCBridge();
case Tasks.fetchDebridge:
return this.fetchDeBridge();
case Tasks.fetchMeson:
return this.fetchMeson();
case Tasks.fetchStargate:
return this.fetchStargate();
default:
}
}
Expand Down

0 comments on commit 83d01a2

Please sign in to comment.