Skip to content

Commit

Permalink
Fix add of ERC20 tokens to Metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
simonesestito committed Jan 12, 2024
1 parent 80719d7 commit 7c82108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/js/geth_contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,6 @@ async function geth_purchaseTokens(amount) {
type: 'ERC20',
options: {
address: geth_contract_address, // The address that the token is at.
symbol: 'GETH', // A ticker symbol or shorthand, up to 5 chars.
decimals: 0, // The number of decimals in the token
image: window.location.origin + '/big_icon.png', // A string url of the token logo
},
},
Expand Down

0 comments on commit 7c82108

Please sign in to comment.