-
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.
update ADA to use mainnet fireblocks asset in raw signing (#117)
- Loading branch information
Showing
3 changed files
with
20 additions
and
24 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 |
---|---|---|
|
@@ -8,30 +8,26 @@ Check out the [full documentation](https://docs.kiln.fi/v1/connect/overview). | |
|
||
## Supported protocols | ||
|
||
- ADA | ||
- ATOM | ||
- DOT | ||
- DYDX | ||
- ETH | ||
- FET | ||
- INJ | ||
- KAVA | ||
- KSM | ||
- MATIC | ||
- NEAR | ||
- NOBLE | ||
- OSMO | ||
- SOL | ||
- TIA | ||
- TON | ||
- XTZ | ||
- ZETA | ||
- ADA (mainnet) | ||
- ATOM (mainnet and testnet) | ||
- DOT (mainnet) | ||
- DYDX (mainnet) | ||
- ETH (mainnet and holesky) | ||
- FET (mainnet) | ||
- INJ (mainnet) | ||
- KAVA (mainnet) | ||
- KSM (mainnet) | ||
- MATIC (mainnet and sepolia) | ||
- NEAR (mainnet and testnet) | ||
- NOBLE (mainnet) | ||
- OSMO (mainnet) | ||
- SOL (mainnet and testnet) | ||
- TIA (mainnet) | ||
- TON (mainnet and testnet) | ||
- XTZ (mainnet and ghostnet) | ||
- ZETA (mainnet) | ||
- More protocol to come, don't hesitate to contact us ([email protected]) | ||
|
||
### ⚠️️WARNING: | ||
|
||
The transaction crafting and reporting are done on mainnet networks on OSMO / TIA / DYDX even in testnet mode. | ||
|
||
## Installation | ||
|
||
You can install the JS SDK with npm: | ||
|
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.21.1", | ||
"version": "2.21.2", | ||
"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