Skip to content

Commit

Permalink
chore: bump version of SDK and use core package
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Sep 24, 2024
1 parent ee21e26 commit 57d0415
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 2,941 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@aws-sdk/client-sns": "^3.418.0",
"@buildwithsygma/sygma-sdk-core": "^2.1.0",
"@buildwithsygma/core": "1.2.3",
"@chainsafe/eslint-config": "^1.1.0",
"@polkadot/types": "10.9.1",
"@rushstack/eslint-patch": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/DomainController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { FastifyReply, FastifyRequest } from "fastify"
import { Environment } from "@buildwithsygma/sygma-sdk-core"
import { Environment } from "@buildwithsygma/core"
import { ResourcesMetadataConfig } from "../utils/resourcesMetadata"
import { logger } from "../utils/logger"
import { DomainMetadataConfig } from "../utils/domainMetadata"
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/RoutesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { FastifyReply, FastifyRequest } from "fastify"
import { Environment } from "@buildwithsygma/sygma-sdk-core"
import { Environment } from "@buildwithsygma/core"
import { IRouteByResourceType, IRoutesByDomain } from "../interfaces"
import { logger } from "../utils/logger"
import { RoutesService } from "../services/routes.service"
Expand Down
2 changes: 1 addition & 1 deletion src/services/routes.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { Environment } from "@buildwithsygma/sygma-sdk-core"
import { Environment } from "@buildwithsygma/core"
import { routesMainnet } from "../routes/routes.mainnet"
import { routesTestnet } from "../routes/routes.testnet"
import { Route } from "../routes/types"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/domainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { Environment } from "@buildwithsygma/sygma-sdk-core"
import { Environment } from "@buildwithsygma/core"

export type ResourceMetadata = {
caip19: string
Expand Down
2 changes: 1 addition & 1 deletion src/utils/resourcesMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { Environment } from "@buildwithsygma/sygma-sdk-core"
import { Environment } from "@buildwithsygma/core"

export type ResourceMetadata = {
caip19: string
Expand Down
Loading

0 comments on commit 57d0415

Please sign in to comment.