Skip to content

Commit

Permalink
Merge pull request #2453 from planetarium/release/2.6.2
Browse files Browse the repository at this point in the history
Release/2.6.2 to main
  • Loading branch information
Akamig committed Jun 5, 2024
2 parents f8ba784 + 6f949e1 commit 3b0961b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NineChronicles",
"productName": "Nine Chronicles",
"version": "2.6.1",
"version": "2.6.2",
"description": "Game Launcher for Nine Chronicles",
"author": "Planetarium <engineering@planetariumhq.com>",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/bridgeFee.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Decimal } from "decimal.js";

export const BRIDGE_MIN = new Decimal(100);
export const BRIDGE_MAX = new Decimal(50000);
export const BRIDGE_MAX = new Decimal(100000);
export const BASE_RATE = new Decimal(0.01);
export const SURCHARGE_RATE = new Decimal(0.02);
export const FIXED_THRESHOLD = new Decimal(1000);
Expand Down

0 comments on commit 3b0961b

Please sign in to comment.