Skip to content

Commit

Permalink
feat: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Dec 7, 2023
1 parent 155f454 commit ddca12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.13.test-0",
"version": "2.4.14",
"description": "Smart contracts for socket data layer.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions scripts/admin/rescueFunds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
ChainSocketAddresses,
DeploymentAddresses,
IntegrationTypes,
ChainSlug,
} from "@socket.tech/dl-core";
import { ChainSlug } from "../../src";

/**
* Usable flags
Expand Down Expand Up @@ -163,7 +163,7 @@ export const main = async () => {
ETH_ADDRESS,
signer.address,
rescueAmount,
{ ...overrides(chainSlug) }
{ ...overrides(parseInt(chainSlug)) }
);
console.log(
`Rescuing ${rescueAmount} from ${contractAddr[index]} on ${chainSlug}: ${tx.hash}`
Expand Down

0 comments on commit ddca12e

Please sign in to comment.