Skip to content

Commit

Permalink
feat: added pay module (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidreder authored Aug 20, 2024
1 parent 886d974 commit 1259d4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@
"import": "./esm/identity/index.js",
"default": "./esm/identity/index.js"
},
"./pay": {
"types": "./esm/pay/index.d.ts",
"module": "./esm/pay/index.js",
"import": "./esm/pay/index.js",
"default": "./esm/pay/index.js"
},
"./swap": {
"types": "./esm/swap/index.d.ts",
"module": "./esm/swap/index.js",
Expand Down
Empty file added src/pay/index.ts
Empty file.

0 comments on commit 1259d4f

Please sign in to comment.