Skip to content

Commit

Permalink
matic --> pol
Browse files Browse the repository at this point in the history
  • Loading branch information
EREN authored and EREN committed Oct 2, 2024
1 parent 7ba9378 commit 7f99baa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { Token } from '../../../types/token.js';

const MATIC = {
name: 'Wrapped Matic',
name: 'Wrapped POL',
address: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
symbol: 'WMATIC',
symbol: 'WPOL',
oracleId: 'WMATIC',
decimals: 18,
chainId: 137,
Expand Down
6 changes: 3 additions & 3 deletions src/api/rpc/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ const bscChain = {

const polygonChain = {
id: 137,
name: 'Poylgon',
name: 'Pol',
network: 'polygon',
nativeCurrency: {
decimals: 18,
name: 'Matic',
symbol: 'MATIC',
name: 'Pol',
symbol: 'POL',
},
rpcUrls: {
public: { http: [POLYGON_RPC] },
Expand Down

0 comments on commit 7f99baa

Please sign in to comment.