File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @unisat/bitcoin-address-verifier" ,
3
3
"description" : " A Bitcoin address verifier plugin for the BTC Staking platform." ,
4
4
"author" : " cybersinsloth" ,
5
- "version" : " 0.2.1 " ,
5
+ "version" : " 0.2.2 " ,
6
6
"main" : " dist/index.js" ,
7
7
"module" : " dist/index.js" ,
8
8
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- // Auto-generated at 2025-06-03T07:05:34.891Z
1
+ // Auto-generated at 2025-06-03T09:22:32.564Z
2
2
// DO NOT EDIT DIRECTLY
3
3
4
4
import BabylonSlashing from '../plugins/babylon/slashing' ;
5
+ import BabylonSlashingBurn from '../plugins/babylon/slashing-burn' ;
5
6
import BabylonStaking from '../plugins/babylon/staking' ;
6
7
import BabylonUnbonding from '../plugins/babylon/unbonding' ;
7
8
import Brc20DevModule from '../plugins/brc20-dev/module' ;
8
9
9
10
export function registerAllPlugins ( registry ) {
10
11
registry . register ( BabylonSlashing ) ;
12
+ registry . register ( BabylonSlashingBurn ) ;
11
13
registry . register ( BabylonStaking ) ;
12
14
registry . register ( BabylonUnbonding ) ;
13
15
registry . register ( Brc20DevModule ) ;
You can’t perform that action at this time.
0 commit comments