Skip to content

Commit 86e97db

Browse files
committed
Add name and state to MultichainRouter
1 parent ecfe6cf commit 86e97db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/snaps-controllers/src/multichain/MultichainRouter.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ type ProtocolSnap = {
114114
const name = 'MultichainRouter';
115115

116116
export class MultichainRouter {
117+
name: typeof name = name;
118+
119+
state = null;
120+
117121
#messenger: MultichainRouterMessenger;
118122

119123
#withSnapKeyring: WithSnapKeyringFunction;

0 commit comments

Comments
 (0)