-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add TIA support * remove useless try catch
- Loading branch information
Showing
19 changed files
with
1,266 additions
and
1,404 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,14 @@ Check out the [full documentation](https://docs.kiln.fi/v1/connect/overview). | |
- ADA | ||
- ATOM | ||
- DOT | ||
- DYDX | ||
- ETH | ||
- MATIC | ||
- NEAR | ||
- OSMO | ||
- SOL | ||
- TIA | ||
- XTZ | ||
- OSMO | ||
- DYDX | ||
- More protocol to come, don't hesitate to contact us ([email protected]) | ||
|
||
## Installation | ||
|
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 @@ | ||
{ | ||
"name": "@kilnfi/sdk", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"autor": "Kiln <[email protected]> (https://kiln.fi)", | ||
"license": "BUSL-1.1", | ||
"description": "JavaScript sdk for Kiln API", | ||
|
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ type AssetId = | |
| 'DOT' | ||
| 'DV4TNT_TEST' | ||
| 'DYDX_DYDX' | ||
| 'CELESTIA' | ||
; | ||
|
||
export class FbSigner { | ||
|
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.