Skip to content

Commit ef63105

Browse files
authored
fix: check fee before finalizing transfer (#293)
* fix: check fee before finalizing transfer * chore: remove windows from build plan * feat: use rpc call instead of bridge-indexer's API * chore: removed redundant else block * chore: updated sdk version * refactor: added method to check if we need to check fee
1 parent 303facd commit ef63105

File tree

9 files changed

+707
-345
lines changed

9 files changed

+707
-345
lines changed

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allow-dirty = ["ci"]
1111
# The installers to generate for each app
1212
installers = ["shell"]
1313
# Target platforms to build apps for (Rust target-triple syntax)
14-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
14+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
1515
# Path that installers should place binaries in
1616
install-path = "CARGO_HOME"
1717
# Whether to install an updater program

0 commit comments

Comments
 (0)