Skip to content

Commit

Permalink
Merge pull request connext#5910 from connext/feat/zero-fees
Browse files Browse the repository at this point in the history
chore: flipped fees switch
  • Loading branch information
preethamr authored Mar 22, 2024
2 parents 5c60ec8 + ffb8556 commit ae277d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/agents/sdk-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk",
"version": "2.4.0",
"version": "2.4.1",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk-core",
"version": "2.4.0",
"version": "2.4.1",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-utils",
"version": "2.4.0",
"version": "2.4.1",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/peripherals/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const calculateRelayerFee = async (
chainData: Map<string, ChainData>,
logger?: Logger,
_requestContext?: RequestContext,
onlyExecute = true,
onlyExecute = false,
): Promise<BigNumber> => {
const { requestContext, methodContext } = createLoggingContext(calculateRelayerFee.name, _requestContext);

Expand Down

0 comments on commit ae277d7

Please sign in to comment.