Skip to content

Commit

Permalink
Updated the POL token name
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Nov 3, 2024
1 parent 46a11ad commit 077bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration/1725326426460-seedTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Token } from '../src/entities/token';

const tokens = [
{
name: 'Matic Token',
symbol: 'MATIC',
name: 'Polygon Ecosystem Token',
symbol: 'POL',
decimals: 18,
address: '0xa2036f0538221a77a3937f1379699f44945018d0',
coingeckoId: 'matic-network',
Expand Down

0 comments on commit 077bf73

Please sign in to comment.