We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083c3b2 commit 1f26e50Copy full SHA for 1f26e50
src/client/LumClient.ts
@@ -9,6 +9,8 @@ import {
9
setupBankExtension,
10
BeamExtension,
11
setupBeamExtension,
12
+ DfractExtension,
13
+ setupDfractExtension,
14
DistributionExtension,
15
setupDistributionExtension,
16
GovExtension,
@@ -35,6 +37,7 @@ export class LumClient {
35
37
AuthzExtension &
36
38
BankExtension &
39
BeamExtension &
40
+ DfractExtension &
41
DistributionExtension &
42
GovExtension &
43
IbcExtension &
@@ -59,6 +62,7 @@ export class LumClient {
59
62
setupAuthzExtension,
60
63
61
64
65
66
67
setupGovExtension,
68
setupIbcExtension,
0 commit comments