Skip to content

Commit 0910e82

Browse files
Merge pull request #84 from morpho-org/fix/wrong-decimals
fix(feeds): wrong decimals defined
2 parents 50e07a9 + c96d7f5 commit 0910e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/price-feeds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,7 @@
32153215
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
32163216
"chainId": 1
32173217
},
3218-
"decimals": 8
3218+
"decimals": 18
32193219
},
32203220
{
32213221
"chainId": 1,

0 commit comments

Comments
 (0)