Skip to content

Commit

Permalink
Merge pull request #114 from dataswap/chore/use-evm-instances-of-data…
Browse files Browse the repository at this point in the history
…swapjs

chore: 🤖 use evm instances of dataswapjs
  • Loading branch information
siriusyim authored Jan 18, 2024
2 parents cea0efa + d7762d0 commit 418325a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 206 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/dataswap/messagehub#readme",
"dependencies": {
"@dataswapjs/dataswapjs": "^0.18.2",
"@dataswapjs/dataswapjs": "^0.19.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/config/backgroundTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import {
rolesEvm_Main,
storagesEvm_Calibration,
storagesEvm_Main,
} from "./evm"
} from "@dataswapjs/dataswapjs"
import * as dotenv from "dotenv"
dotenv.config()

Expand Down
204 changes: 0 additions & 204 deletions src/config/evm.ts

This file was deleted.

0 comments on commit 418325a

Please sign in to comment.