@dydxprotocol/v4-client-js 1.20.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -2
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.21.0](https://github.com/dydxprotocol/v4-clients/compare/v4-client-js@1.20.0...v4-client-js@1.21.0) (2025-03-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Kman/update pyv2 conditional examples ([#334](https://github.com/dydxprotocol/v4-clients/issues/334)) ([a2c7adc](https://github.com/dydxprotocol/v4-clients/commit/a2c7adcc64b33fefaf56ffb6fc1d2bb8b174601e))
|
|
7
|
+
* **noble:** dYdX<->Noble transfers seqnum, `NobleUsdc` ergonomics ([#336](https://github.com/dydxprotocol/v4-clients/issues/336)) ([1ee775d](https://github.com/dydxprotocol/v4-clients/commit/1ee775d13cd60af153ae630fd62ace1b15d54ee5))
|
|
2
8
|
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
* Add
|
|
12
|
+
* Add Authenticator flow for Permissioned Keys ([#330](https://github.com/dydxprotocol/v4-clients/issues/330)) ([09706e8](https://github.com/dydxprotocol/v4-clients/commit/09706e8885c61f48ddc8d52e3747db40009c0821)), closes [#328](https://github.com/dydxprotocol/v4-clients/issues/328)
|
|
13
|
+
* Permissioned keys ([#322](https://github.com/dydxprotocol/v4-clients/issues/322)) ([1677a41](https://github.com/dydxprotocol/v4-clients/commit/1677a414afd2529880d68c0d4364bf825ab6a614)), closes [#318](https://github.com/dydxprotocol/v4-clients/issues/318) [#320](https://github.com/dydxprotocol/v4-clients/issues/320)
|
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ git clone git@github.com:dydxprotocol/v4-clients.git
|
|
|
45
45
|
cd v4-client-js/examples
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
These examples by default use a test account with `DYDX_TEST_MNEMONIC` from the TS client library under `v4-client-js/examples/constants
|
|
48
|
+
These examples by default use a test account with `DYDX_TEST_MNEMONIC` from the TS client library under `v4-client-js/examples/constants`, but you can use any test address that you own.
|
|
49
49
|
|
|
50
50
|
### 3. Run the scripts with node
|
|
51
51
|
|