@bitgo-beta/utxo-staking 1.1.0-alpha.95 → 1.1.0-alpha.97

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.
@@ -114,5 +114,34 @@
114
114
  "allow_list_expiration_height": "139920",
115
115
  "btc_activation_height": 891425
116
116
  }
117
+ },
118
+ {
119
+ "params": {
120
+ "covenant_pks": [
121
+ "d45c70d28f169e1f0c7f4a78e2bc73497afe585b70aa897955989068f3350aaa",
122
+ "4b15848e495a3a62283daaadb3f458a00859fe48e321f0121ebabbdd6698f9fa",
123
+ "23b29f89b45f4af41588dcaf0ca572ada32872a88224f311373917f1b37d08d1",
124
+ "d3c79b99ac4d265c2f97ac11e3232c07a598b020cf56c6f055472c893c0967ae",
125
+ "8242640732773249312c47ca7bdb50ca79f15f2ecc32b9c83ceebba44fb74df7",
126
+ "e36200aaa8dce9453567bba108bdc51f7f1174b97a65e4dc4402fc5de779d41c",
127
+ "f178fcce82f95c524b53b077e6180bd2d779a9057fdff4255a0af95af918cee0",
128
+ "de13fc96ea6899acbdc5db3afaa683f62fe35b60ff6eb723dad28a11d2b12f8c",
129
+ "cbdd028cfe32c1c1f2d84bfec71e19f92df509bba7b8ad31ca6c1a134fe09204"
130
+ ],
131
+ "covenant_quorum": 6,
132
+ "min_staking_value_sat": "500000",
133
+ "max_staking_value_sat": "500000000000",
134
+ "min_staking_time_blocks": 64000,
135
+ "max_staking_time_blocks": 64000,
136
+ "slashing_pk_script": "agdiYWJ5bG9u",
137
+ "min_slashing_tx_fee_sat": "100000",
138
+ "slashing_rate": "0.001000000000000000",
139
+ "unbonding_time_blocks": 1008,
140
+ "unbonding_fee_sat": "9600",
141
+ "min_commission_rate": "0.030000000000000000",
142
+ "delegation_creation_base_gas_fee": "1095000",
143
+ "allow_list_expiration_height": "139920",
144
+ "btc_activation_height": 893362
145
+ }
117
146
  }
118
147
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/utxo-staking",
3
- "version": "1.1.0-alpha.95",
3
+ "version": "1.1.0-alpha.97",
4
4
  "description": "BitGo SDK for build UTXO staking transactions",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
21
21
  "license": "MIT",
22
22
  "engines": {
23
- "node": ">=18 <21"
23
+ "node": ">=18 <23"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -43,10 +43,10 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@babylonlabs-io/babylon-proto-ts": "1.0.0",
46
- "@bitgo-beta/babylonlabs-io-btc-staking-ts": "0.4.0-alpha.42",
47
- "@bitgo-beta/unspents": "0.11.3-alpha.326",
48
- "@bitgo-beta/utxo-core": "1.0.1-alpha.56",
49
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.326",
46
+ "@bitgo-beta/babylonlabs-io-btc-staking-ts": "0.4.0-alpha.44",
47
+ "@bitgo-beta/unspents": "0.11.3-alpha.328",
48
+ "@bitgo-beta/utxo-core": "1.0.1-alpha.58",
49
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.328",
50
50
  "@bitgo/wasm-miniscript": "2.0.0-beta.7",
51
51
  "bip322-js": "^2.0.0",
52
52
  "bitcoinjs-lib": "^6.1.7",
@@ -57,5 +57,5 @@
57
57
  "devDependencies": {
58
58
  "yargs": "^17.7.2"
59
59
  },
60
- "gitHead": "19fae34aac7a3c68f1d00bad73a1605ecb600a67"
60
+ "gitHead": "c81de51e884febd686e03eb00ad97e5ef077818b"
61
61
  }