Skip to content

Commit

Permalink
dl-core: 2.4.9-test.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tHeMaskedMan981 committed Oct 19, 2023
1 parent 10b4d58 commit ef9bd98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socket.tech/dl-core",
"license": "UNLICENSED",
"version": "2.4.9",
"version": "2.4.9-test.1",
"description": "Smart contracts for socket data layer.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
11 changes: 4 additions & 7 deletions scripts/deploy/scripts/capacitorCount.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
import { utils } from "ethers";
import { ethers } from "hardhat";

import { utils } from "ethers";
import { ethers } from "hardhat";

import {
version,
DeploymentAddresses,
getAllAddresses,
ChainSlug,
IntegrationTypes
IntegrationTypes,
} from "../../../src";
import { mode, chains } from "../config";
import {
getProviderFromChainSlug,
} from "../../constants";
import { getProviderFromChainSlug } from "../../constants";
import { encodePacketId } from "../utils/packetId";

const main = async (
Expand Down

0 comments on commit ef9bd98

Please sign in to comment.