-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
41 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# smartypay-client-metamask | ||
Metamask support for SmartyPay api | ||
Metamask support for Smarty Pay api |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "smartypay-client-metamask", | ||
"version": "2.36.0", | ||
"description": "Metamask support for SmartyPay api", | ||
"version": "2.36.2", | ||
"description": "Metamask support for Smarty Pay api", | ||
"author": "Evgeny Dolganov <[email protected]>", | ||
"repository": "https://github.com/smarty-pay/smartypay-client-metamask", | ||
"license": "MIT", | ||
|
@@ -22,8 +22,8 @@ | |
"esbuild-browser": "node ./build.js" | ||
}, | ||
"dependencies": { | ||
"smartypay-client-model": "^2.36.0", | ||
"smartypay-client-web3-common": "^2.36.0" | ||
"smartypay-client-model": "^2.36.2", | ||
"smartypay-client-web3-common": "^2.36.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
/* | ||
Smarty Pay Client Metamask | ||
@author Evgeny Dolganov <[email protected]> | ||
*/ | ||
|
||
import { util } from 'smartypay-client-model'; | ||
|
||
export function getEthereum() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
SMARTy Pay Client Metamask | ||
Smarty Pay Client Metamask | ||
@author Evgeny Dolganov <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
SMARTy Pay Client Metamask | ||
Smarty Pay Client Metamask | ||
@author Evgeny Dolganov <[email protected]> | ||
*/ | ||
|
||
|