Skip to content

Commit ac0b856

Browse files
committed
corrected address of native token wrapper for Polygon
1 parent 92112ab commit ac0b856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ethereum-contracts/contracts/superfluid/AaveETHYieldBackend.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ contract AaveETHYieldBackend is AaveYieldBackend {
4444
return 0x4200000000000000000000000000000000000006;
4545
}
4646
if (block.chainid == 137) { // Polygon
47-
return 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619;
47+
// Note this token has the symbol WPOL, wrapping the native token POL
48+
return 0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270;
4849
}
4950
if (block.chainid == 42161) { // Arbitrum
5051
return 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1;

0 commit comments

Comments
 (0)