feat: add new Krystal vault factory contracts (#15814)

This commit is contained in:
Huy Pham
2025-08-06 16:37:13 +07:00
committed by GitHub
parent e9549d7789
commit 6c3006f7f7

View File

@@ -19,6 +19,16 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 32253341,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 32588280,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 33537305,
customOwnerFee: true
}
],
},
@@ -40,6 +50,16 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 353725498,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 359319739,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 365137843,
customOwnerFee: true
}
]
},
@@ -57,6 +77,16 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 73516877,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 74146941,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 74819808,
customOwnerFee: true
}
]
},
@@ -74,6 +104,16 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 52701228,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 54567569,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 56504339,
customOwnerFee: true
}
]
},
@@ -91,6 +131,16 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 22836895,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 22952824,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 23073168,
customOwnerFee: true
}
]
},
@@ -108,12 +158,22 @@ const config = {
factory: "0xdf2deefe9e905db881d06b063d3e96c27bcfda7a",
fromBlock: 46556861,
customOwnerFee: true
},
{
factory: "0x3a35f9fef2ba83702b6e20d79fff96f77c922cf3",
fromBlock: 46876463,
customOwnerFee: true
},
{
factory: "0x87077592b446e9207c544c5614e19b56bc6970d5",
fromBlock: 47505286,
customOwnerFee: true
}
]
}
}
const excludedVaults = ["0xa9d939b440889946E6CEC3E1D4218E069605af6f"]
const excludedVaults = ["0xa9d939b440889946E6CEC3E1D4218E069605af6f", "0xC1592E4Ce1FB6B9E278E209483CC9B2107a1736f"]
const abis = {
getTotalValue: "function getTotalValue() view returns (uint256 totalValue)",