We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92112ab commit ac0b856Copy full SHA for ac0b856
packages/ethereum-contracts/contracts/superfluid/AaveETHYieldBackend.sol
@@ -44,7 +44,8 @@ contract AaveETHYieldBackend is AaveYieldBackend {
44
return 0x4200000000000000000000000000000000000006;
45
}
46
if (block.chainid == 137) { // Polygon
47
- return 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619;
+ // Note this token has the symbol WPOL, wrapping the native token POL
48
+ return 0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270;
49
50
if (block.chainid == 42161) { // Arbitrum
51
return 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1;
0 commit comments