-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
108 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { toNano } from "@ton/core"; | ||
|
||
const FWD_AMOUNT = toNano(0.1); | ||
const TON_MESSAGE_VALID_UNTIL = 100000; | ||
const BRIDGE_TON_TO_ORAI_MINIMUM_GAS = toNano(1); | ||
const EXTERNAL_MESSAGE_FEE = toNano(0.01); | ||
|
||
export { | ||
FWD_AMOUNT, | ||
TON_MESSAGE_VALID_UNTIL, | ||
BRIDGE_TON_TO_ORAI_MINIMUM_GAS, | ||
EXTERNAL_MESSAGE_FEE, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters