@bitgo-beta/sdk-coin-opeth 1.0.1-beta.700 → 1.0.1-beta.702

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [18.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.2.0...@bitgo/sdk-coin-opeth@18.3.0) (2025-04-25)
7
+
8
+ ### Features
9
+
10
+ - add isTssSupportGated method and gate arb and op ([c2a38cd](https://github.com/BitGo/BitGoJS/commit/c2a38cd1e23bcb5f3919c3de6235aae55c27b8be))
11
+ - add tss support for arb and op tokens ([3450a59](https://github.com/BitGo/BitGoJS/commit/3450a59818741222f0bb143c478a8cdb1bf89429))
12
+ - **statics:** add coin feature TSS_SUPPORT_GATED and gate arb and op ([bb217aa](https://github.com/BitGo/BitGoJS/commit/bb217aa49b169187189f5cb8119feab204fcd931))
13
+
6
14
  # [18.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.60...@bitgo/sdk-coin-opeth@18.2.0) (2025-04-15)
7
15
 
8
16
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-opeth",
3
- "version": "1.0.1-beta.700",
3
+ "version": "1.0.1-beta.702",
4
4
  "description": "BitGo SDK coin library for Optimism",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,18 +40,18 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.1079",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.849",
45
- "@bitgo-beta/secp256k1": "1.0.2-beta.875",
46
- "@bitgo-beta/statics": "15.1.1-beta.852",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1081",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.851",
45
+ "@bitgo-beta/secp256k1": "1.0.2-beta.877",
46
+ "@bitgo-beta/statics": "15.1.1-beta.854",
47
47
  "@ethereumjs/common": "^2.6.5",
48
48
  "ethereumjs-abi": "^0.6.5",
49
49
  "ethereumjs-util": "7.1.5"
50
50
  },
51
51
  "devDependencies": {
52
- "@bitgo-beta/sdk-api": "1.10.1-beta.848",
53
- "@bitgo-beta/sdk-test": "^8.0.81",
52
+ "@bitgo-beta/sdk-api": "1.10.1-beta.850",
53
+ "@bitgo-beta/sdk-test": "^8.0.82",
54
54
  "secp256k1": "5.0.1"
55
55
  },
56
- "gitHead": "2b24b8594e590986a76c8c1e8f07fc7e5e55b241"
56
+ "gitHead": "8fc1ff3fc9b8ba599bcd09a07c6ffa82f03437c1"
57
57
  }