-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
ft_transfer_call
on withdraw (#43)
* Implement ft transfer call on withdraw * Return promise * Add wnear account to init * Add test `set_wnear_account_id` * Fix test pause * Fix attached deposit test * Add tests for `parse_recipient` * Update contract build * Add storage deposit * Make the init payable * Update contract build * Bump version * Update contract build
- Loading branch information
Showing
5 changed files
with
216 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "near_bridge" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
authors = ["Near Inc <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
Binary file not shown.
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
Oops, something went wrong.