Skip to content

Commit bb0ce88

Browse files
authored
Merge pull request #304 from curvefi/fix/fixed-tricrypto_factory-address
fix: fixed tricrypto_factory address
2 parents 49aafcf + 834085f commit bb0ce88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curvefi/api",
3-
"version": "2.56.13",
3+
"version": "2.56.14",
44
"description": "JavaScript library for curve.fi",
55
"main": "lib/index.js",
66
"author": "Macket",

src/constants/aliases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const ALIASES_POLYGON = lowerCaseValues({
4343
"eywa_factory": '0x37F22A0B028f2152e6CAcef210e0C4d3b875f367', // <--- DUMMY
4444
"crypto_factory": "0xE5De15A9C9bBedb4F5EC13B131E61245f2983A69",
4545
"twocrypto_factory": '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F', // <--- NEW
46-
"tricrypto_factory": '0x0c0e5f2fF0ff18a3be9b835635039256dC4B4963', // <--- TODO CHANGE
46+
"tricrypto_factory": '0xC1b393EfEF38140662b91441C6710Aa704973228',
4747
"stable_ng_factory": '0x1764ee18e8B3ccA4787249Ceb249356192594585',
4848
"factory_admin": "",
4949
});

0 commit comments

Comments
 (0)