Skip to content

Commit

Permalink
feat: add the graph token
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ibars committed Mar 23, 2021
1 parent 8e32319 commit 50dc6c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/currency/src/erc20/networks/mainnet.ts
Expand Up @@ -63,6 +63,14 @@ const extraERC20Tokens = {
decimals: 18,
address: '0x3845badAde8e6dFF049820680d1F14bD3903a5d0',
},
// GRT (The Graph Token)
'0xc944e90c64b2c07662a292be6244bdf05cda44a7': {
name: 'GRT',
erc20: true,
symbol: 'GRT',
decimals: 18,
address: '0xc944e90c64b2c07662a292be6244bdf05cda44a7',
},
};
/* eslint-enable spellcheck/spell-checker */

Expand Down

0 comments on commit 50dc6c1

Please sign in to comment.