Skip to content

Commit 0f2a16f

Browse files
authored
Hotfix/sbc 73 (#2)
* Update gitignore * Add staking export
1 parent 3b4f252 commit 0f2a16f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,7 @@ dist
107107
/build
108108

109109
# Proto files
110-
/proto
110+
/proto
111+
112+
# IDE
113+
.idea

src/messages/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './Message';
22
export * from './bank';
33
export * from './distribution';
4+
export * from './staking';

0 commit comments

Comments
 (0)