Skip to content

Commit

Permalink
Beta (#70)
Browse files Browse the repository at this point in the history
* feat(sdk): add getPendingStatusInfo method

* fix(tsdoc): add some tsdoc

* feat(sdk): add sdk.utils; with addMemoToTx method

* feat: add support for the Testnet Holesky (#71)

* feat: add support for the Testnet Holesky

* added `getGasBalance`

* feat: memo 28 char max

* fix: gasBalance result (#73)

* feat: add soroban

* fix: /check/ for getGasBalance

* fix: example

* fix: soroban

* fix: sdk.utils.addMemoTx move to sdk.utils.sol.addMemoTx

* fix: sdk.utils.addMemoTx move to sdk.utils.sol.addMemoTx

* feat: BridgeTransaction add isClaimable:?boolean

---------

Co-authored-by: Kozer4 <ako@allbridge.io>
Co-authored-by: Milan Kotykov <mk@allbridge.io>
Co-authored-by: faramo_zayw <faramo_zayw@protonmail.com>
Co-authored-by: faramo_žayw <40602472+faramozzayw@users.noreply.github.com>
  • Loading branch information
5 people authored Dec 12, 2023
1 parent bc9af4f commit f639a5c
Show file tree
Hide file tree
Showing 50 changed files with 3,826 additions and 1,055 deletions.
11 changes: 10 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@
"txid",
"CCTP",
"cctp",
"Soroban"
"Soroban",
"Holešky",
"STLR",
"alphanum",
"retval",
"typeahead",
"Timepoint",
"Typepoint",
"futurenet",
"Vals"
],
"flagWords": [],
"ignorePaths": [
Expand Down
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"description": "",
"scripts": {
"pnpmi": "rm -rf node_modules && pnpm i",
"pnpmi": "cd ../ && pnpm build && cd examples && rm -rf node_modules && pnpm i",
"compile": "tsc",
"prettier": "prettier \"src/**/*.ts\" --write",
"lint": "eslint src --ext .ts",
Expand All @@ -20,6 +20,7 @@
"run:bridge:evm:sendTokens": "ts-node src/examples/bridge/evm/evm-send-tokens.ts",
"run:bridge:solana:send": "ts-node src/examples/bridge/solana/sol-build-send-tx.ts",
"run:bridge:solana:swap": "ts-node src/examples/bridge/solana/sol-build-swap-tx.ts",
"run:bridge:srb:fullExample": "ts-node src/examples/bridge/srb/srb-send-full-example.ts",
"run:bridge:trx:approveAndSend": "ts-node src/examples/bridge/trx/trx-build-approve-and-send-tx.ts",
"run:bridge:trx:approveAndSendWithStables": "ts-node src/examples/bridge/trx/trx-build-approve-and-send-tx-gas-fee-with-stables.ts",
"run:bridge:trx:swap": "ts-node src/examples/bridge/trx/trx-build-swap-tx.ts",
Expand Down
Loading

0 comments on commit f639a5c

Please sign in to comment.