Skip to content

Commit

Permalink
change origin for ppom to metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdevelopa committed Feb 27, 2024
1 parent 4411edc commit 4048cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ class Confirm extends PureComponent {
id,
jsonrpc: '2.0',
method: 'eth_sendTransaction',
origin: TransactionTypes.MMM,
origin: TransactionTypes.MM,
params: [
{
from,
Expand Down
1 change: 1 addition & 0 deletions app/core/TransactionTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export default {
ERC1155: 'ERC1155',
},
MMM: 'MetaMask Mobile',
MM: 'metamask',
};

0 comments on commit 4048cd7

Please sign in to comment.