Skip to content

Commit

Permalink
chore: release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
map3-release-bot committed Mar 13, 2023
1 parent d25b337 commit 30f5c21
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/global/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/global/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface Map3InitConfig {
memo?: string;
};
onClose?: () => void;
onExpire?: () => void;
onFailure?: (error: string, networkCode: string, address?: string) => void;
onOrderCreated?: (orderId: string, type: string) => void;
onSuccess?: (txHash: string, networkCode: string, address?: string) => void;
Expand Down
2 changes: 1 addition & 1 deletion dist/types.d.ts.map

Large diffs are not rendered by default.

0 comments on commit 30f5c21

Please sign in to comment.