Skip to content

Commit

Permalink
Merge pull request #304 from curvefi/fix/fixed-tricrypto_factory-address
Browse files Browse the repository at this point in the history
fix: fixed tricrypto_factory address
  • Loading branch information
OnlyJousting authored Apr 8, 2024
2 parents 49aafcf + 834085f commit bb0ce88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curvefi/api",
"version": "2.56.13",
"version": "2.56.14",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ALIASES_POLYGON = lowerCaseValues({
"eywa_factory": '0x37F22A0B028f2152e6CAcef210e0C4d3b875f367', // <--- DUMMY
"crypto_factory": "0xE5De15A9C9bBedb4F5EC13B131E61245f2983A69",
"twocrypto_factory": '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F', // <--- NEW
"tricrypto_factory": '0x0c0e5f2fF0ff18a3be9b835635039256dC4B4963', // <--- TODO CHANGE
"tricrypto_factory": '0xC1b393EfEF38140662b91441C6710Aa704973228',
"stable_ng_factory": '0x1764ee18e8B3ccA4787249Ceb249356192594585',
"factory_admin": "",
});
Expand Down

0 comments on commit bb0ce88

Please sign in to comment.