Skip to content

Commit

Permalink
change Polygon native asset to POL
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky committed Sep 9, 2024
1 parent f0c6850 commit 7b224b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/cache.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastUpdated":1725871676562}
{"lastUpdated":1725871883204}
2 changes: 1 addition & 1 deletion build/result.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion constants/humanizerInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -77596,7 +77596,7 @@
"0xc35dadb65012ec5796536bd9864ed8773abc74c4": "BentoBoxV1",
"0xa5e0829caced8ffdd4de3c43696c57f7d7a678ff": "QuickSwap",
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "Wrapped ETH",
"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270": "Wrapped POL",
"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270": "Wrapped MATIC",
"0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9": "Aave",
"0x8dff5e27ea6b7ac08ebfdf9eb090f32ee9a30fcf": "Aave",
"0xeffc18fc3b7eb8e676dac549e0c693ad50d1ce31": "Aave",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generateContractInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ const contracts = [
addr: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
abiName: 'WETH'
},
{ name: 'Wrapped POL', network: 'polygon', addr: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270' },
{ name: 'Wrapped MATIC', network: 'polygon', addr: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270' },
{
name: 'Aave',
network: 'ethereum',
Expand Down

0 comments on commit 7b224b8

Please sign in to comment.