Skip to content

Commit 1bcb37b

Browse files
TermMax: update fromBlock values for various addresses in ADDRESSES configuration (#16835)
1 parent d7389e2 commit 1bcb37b

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

projects/term-structure/index.js

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const ADDRESSES = {
3939
arbitrum: {
4040
Factory: {
4141
address: "0x14920Eb11b71873d01c93B589b40585dacfCA096",
42-
fromBlock: 322193553,
42+
fromBlock: 322190000,
4343
},
4444
VaultFactory: [
4545
{
@@ -52,6 +52,10 @@ const ADDRESSES = {
5252
address: "0xa7c93162962D050098f4BB44E88661517484C5EB",
5353
fromBlock: 385228046,
5454
},
55+
{
56+
address: "0x18b8A9433dBefcd15370F10a75e28149bcc2e301",
57+
fromBlock: 385228046,
58+
},
5559
],
5660
},
5761
bsc: {
@@ -62,20 +66,24 @@ const ADDRESSES = {
6266
VaultFactory: [
6367
{
6468
address: "0x48bCd27e208dC973C3F56812F762077A90E88Cea",
65-
fromBlock: 50519690,
69+
fromBlock: 50519589,
6670
},
6771
],
6872
VaultFactoryV2: [
6973
{
7074
address: "0x1401049368eD6AD8194f8bb7E41732c4620F170b",
71-
fromBlock: 63192842,
75+
fromBlock: 63100000,
76+
},
77+
{
78+
address: "0xdffE6De6de1dB8e1B5Ce77D3222eba401C2573b5",
79+
fromBlock: 63100000,
7280
},
7381
],
7482
},
7583
ethereum: {
7684
Factory: {
7785
address: "0x37Ba9934aAbA7a49cC29d0952C6a91d7c7043dbc",
78-
fromBlock: 22174761,
86+
fromBlock: 22174000,
7987
},
8088
FactoryV2: [
8189
{
@@ -96,43 +104,47 @@ const ADDRESSES = {
96104
address: "0x4778CBf91d8369843281c8f5a2D7b56d1420dFF5",
97105
fromBlock: 22283092,
98106
},
107+
{
108+
address: "0x3a9ECfFDBDc595907f65640F810d3dDDDDe2FA61",
109+
fromBlock: 23138659,
110+
},
99111
],
100112
VaultFactoryV2: [
101113
{
102114
address: "0xF2BDa87CA467eB90A1b68f824cB136baA68a8177",
103-
fromBlock: 23445703,
115+
fromBlock: 23430000,
104116
},
105117
{
106118
address: "0x5b8B26a6734B5eABDBe6C5A19580Ab2D0424f027",
107-
fromBlock: 23488637,
119+
fromBlock: 23430000,
108120
},
109121
],
110122
},
111123
berachain: {
112124
FactoryV2: [
113125
{
114126
address: "0x4BC4F8f9B212B5a3F9f7Eeb35Ae1A91902670F7f",
115-
fromBlock: 11541942,
127+
fromBlock: 11541952,
116128
},
117129
],
118130
VaultFactoryV2: [
119131
{
120132
address: "0x65fC69DE62E11592E8Acf57a0c97535209090Ef1",
121-
fromBlock: 11541942,
133+
fromBlock: 11541953,
122134
},
123135
],
124136
},
125137
hyperliquid: {
126138
FactoryV2: [
127139
{
128-
address: "0xDeC5E1D1E1bC3E3c6b8b7b5E3f0F1A2B3C4D5E6F",
129-
fromBlock: 12345678,
140+
address: "0xC1Ce945e55506B384daDDEf48FA5A78554560ad3",
141+
fromBlock: 15997179,
130142
},
131143
],
132144
VaultFactoryV2: [
133145
{
134-
address: "0xF1E2D3C4B5A697887766554433221100FFEEDDCC",
135-
fromBlock: 12345678,
146+
address: "0xA0E0702b701cCaC329732Bb409681612f43E41AD",
147+
fromBlock: 15997362,
136148
},
137149
],
138150
},

0 commit comments

Comments
 (0)