@bitgo-beta/sdk-coin-coredao 1.0.1-alpha.43 → 1.0.1-alpha.45

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 +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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
+ ## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.0.0...@bitgo/sdk-coin-coredao@2.0.3) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update getAddressNonce logic in coredao ([a1138da](https://github.com/BitGo/BitGoJS/commit/a1138dab0064e9e6ee76b4014f87c6391165bc96))
11
+ - updating coredao api url ([9f79847](https://github.com/BitGo/BitGoJS/commit/9f79847f2f961be1b0bf9d9ef85267f1893b5899))
12
+
13
+ ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.0.0...@bitgo/sdk-coin-coredao@2.0.2) (2025-02-26)
14
+
15
+ ### Bug Fixes
16
+
17
+ - update getAddressNonce logic in coredao ([a1138da](https://github.com/BitGo/BitGoJS/commit/a1138dab0064e9e6ee76b4014f87c6391165bc96))
18
+ - updating coredao api url ([9f79847](https://github.com/BitGo/BitGoJS/commit/9f79847f2f961be1b0bf9d9ef85267f1893b5899))
19
+
6
20
  ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.0.0...@bitgo/sdk-coin-coredao@2.0.1) (2025-02-20)
7
21
 
8
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-coredao",
3
- "version": "1.0.1-alpha.43",
3
+ "version": "1.0.1-alpha.45",
4
4
  "description": "BitGo SDK coin library for Coredao",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,16 +40,16 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.280",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.280",
45
- "@bitgo-beta/statics": "10.0.1-alpha.280",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.282",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.282",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.282",
46
46
  "@ethereumjs/common": "^2.6.5",
47
47
  "@ethereumjs/tx": "^3.3.0",
48
48
  "bn.js": "^5.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.6.1-alpha.280",
52
- "@bitgo-beta/sdk-test": "^8.0.72"
51
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.282",
52
+ "@bitgo-beta/sdk-test": "^8.0.74"
53
53
  },
54
- "gitHead": "a66cb523a7e2df3a536729f4b0c716763632d3d1"
54
+ "gitHead": "a148f9260fe567e13206553b662163cbecc92880"
55
55
  }