We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a0fe6 + b73ce73 commit a2ae0b4Copy full SHA for a2ae0b4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@curvefi/stablecoin-api",
3
- "version": "1.5.6",
+ "version": "1.5.7",
4
"description": "JavaScript library for Curve Stablecoin",
5
"main": "lib/index.js",
6
"author": "Macket",
src/crvusd.ts
@@ -62,6 +62,7 @@ class Crvusd implements Icrvusd {
62
'0xfb726f57d251ab5c731e5c64ed4f5f94351ef9f3'.toLowerCase(),
63
'0x3fa20eaa107de08b38a8734063d605d5842fe09c'.toLowerCase(),
64
'0x0a05ff644878b908ef8eb29542aa88c07d9797d3'.toLowerCase(),
65
+ '0x503E1Bf274e7a6c64152395aE8eB57ec391F91F8'.toLowerCase(),
66
],
67
WETH: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2".toLowerCase(),
68
};
0 commit comments