@@ -105,6 +105,24 @@ library LibRaindexDeploy {
105105 bytes32 constant RAINDEX_DEPLOYED_CODEHASH_0_1_7 =
106106 0x774ca4c194abf0720bca6c033580762029a80291feefd0a4b7855b16bcbbf7a9 ;
107107
108+ /// The deployed address of the `RaindexV6` contract at the published `0.1.8`
109+ /// tag. (Unchanged from `0.1.7`.)
110+ address constant RAINDEX_DEPLOYED_ADDRESS_0_1_8 = 0x86594ac4319230870C6E587f4ACa48FAb575619e ;
111+
112+ /// The runtime code hash of the `RaindexV6` contract at the published `0.1.8`
113+ /// tag.
114+ bytes32 constant RAINDEX_DEPLOYED_CODEHASH_0_1_8 =
115+ 0x774ca4c194abf0720bca6c033580762029a80291feefd0a4b7855b16bcbbf7a9 ;
116+
117+ /// The deployed address of the `RaindexV6` contract at the published `0.1.9`
118+ /// tag. (Unchanged from `0.1.7`.)
119+ address constant RAINDEX_DEPLOYED_ADDRESS_0_1_9 = 0x86594ac4319230870C6E587f4ACa48FAb575619e ;
120+
121+ /// The runtime code hash of the `RaindexV6` contract at the published `0.1.9`
122+ /// tag.
123+ bytes32 constant RAINDEX_DEPLOYED_CODEHASH_0_1_9 =
124+ 0x774ca4c194abf0720bca6c033580762029a80291feefd0a4b7855b16bcbbf7a9 ;
125+
108126 /// The address of the `RaindexV6SubParser` contract when deployed with
109127 /// the rain standard zoltu deployer.
110128 address constant SUB_PARSER_DEPLOYED_ADDRESS = SUB_PARSER_ADDR;
@@ -176,6 +194,24 @@ library LibRaindexDeploy {
176194 bytes32 constant SUB_PARSER_DEPLOYED_CODEHASH_0_1_7 =
177195 0x704aadc1ed56f63ff918ab219e6681a5d2851d774e2ee136bbe7904ea3b2fdcd ;
178196
197+ /// The deployed address of the `RaindexV6SubParser` contract at the
198+ /// published `0.1.8` tag. (Unchanged from `0.1.2`.)
199+ address constant SUB_PARSER_DEPLOYED_ADDRESS_0_1_8 = 0x09Bc7AF266012F44fb41D8Bd682da931666605e1 ;
200+
201+ /// The runtime code hash of the `RaindexV6SubParser` contract at the
202+ /// published `0.1.8` tag.
203+ bytes32 constant SUB_PARSER_DEPLOYED_CODEHASH_0_1_8 =
204+ 0x704aadc1ed56f63ff918ab219e6681a5d2851d774e2ee136bbe7904ea3b2fdcd ;
205+
206+ /// The deployed address of the `RaindexV6SubParser` contract at the
207+ /// published `0.1.9` tag. (Unchanged from `0.1.2`.)
208+ address constant SUB_PARSER_DEPLOYED_ADDRESS_0_1_9 = 0x09Bc7AF266012F44fb41D8Bd682da931666605e1 ;
209+
210+ /// The runtime code hash of the `RaindexV6SubParser` contract at the
211+ /// published `0.1.9` tag.
212+ bytes32 constant SUB_PARSER_DEPLOYED_CODEHASH_0_1_9 =
213+ 0x704aadc1ed56f63ff918ab219e6681a5d2851d774e2ee136bbe7904ea3b2fdcd ;
214+
179215 /// The address of the `RouteProcessor4` contract when deployed with the
180216 /// rain standard zoltu deployer.
181217 address constant ROUTE_PROCESSOR_DEPLOYED_ADDRESS = ROUTE_PROCESSOR_ADDR;
@@ -247,6 +283,24 @@ library LibRaindexDeploy {
247283 bytes32 constant ROUTE_PROCESSOR_DEPLOYED_CODEHASH_0_1_7 =
248284 0xeb3745a79c6ba48e8767b9c355b8e7b79f9d6edeca004e4bb91be4de515a7eeb ;
249285
286+ /// The deployed address of the `RouteProcessor4` contract at the published
287+ /// `0.1.8` tag. (Unchanged from `0.1.7`.)
288+ address constant ROUTE_PROCESSOR_DEPLOYED_ADDRESS_0_1_8 = 0x6E2d0e71d900474b262E545Bc4C98b71ab368d21 ;
289+
290+ /// The runtime code hash of the `RouteProcessor4` contract at the published
291+ /// `0.1.8` tag.
292+ bytes32 constant ROUTE_PROCESSOR_DEPLOYED_CODEHASH_0_1_8 =
293+ 0xeb3745a79c6ba48e8767b9c355b8e7b79f9d6edeca004e4bb91be4de515a7eeb ;
294+
295+ /// The deployed address of the `RouteProcessor4` contract at the published
296+ /// `0.1.9` tag. (Unchanged from `0.1.7`.)
297+ address constant ROUTE_PROCESSOR_DEPLOYED_ADDRESS_0_1_9 = 0x6E2d0e71d900474b262E545Bc4C98b71ab368d21 ;
298+
299+ /// The runtime code hash of the `RouteProcessor4` contract at the published
300+ /// `0.1.9` tag.
301+ bytes32 constant ROUTE_PROCESSOR_DEPLOYED_CODEHASH_0_1_9 =
302+ 0xeb3745a79c6ba48e8767b9c355b8e7b79f9d6edeca004e4bb91be4de515a7eeb ;
303+
250304 /// The address of the `GenericPoolRaindexV6ArbOrderTaker` contract when
251305 /// deployed with the rain standard zoltu deployer.
252306 address constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_ADDRESS = GENERIC_POOL_ARB_OT_ADDR;
@@ -321,6 +375,24 @@ library LibRaindexDeploy {
321375 bytes32 constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_7 =
322376 0xc4492cb22d918a3f0d41f13e533744ef03a2e7f744ec0a43b79d97a04c537544 ;
323377
378+ /// The deployed address of the `GenericPoolRaindexV6ArbOrderTaker` contract
379+ /// at the published `0.1.8` tag. (Unchanged from `0.1.7`.)
380+ address constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_ADDRESS_0_1_8 = 0xc0c17e58018C80A5420dF7756acd2B2dcf37e380 ;
381+
382+ /// The runtime code hash of the `GenericPoolRaindexV6ArbOrderTaker` contract
383+ /// at the published `0.1.8` tag.
384+ bytes32 constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_8 =
385+ 0xc4492cb22d918a3f0d41f13e533744ef03a2e7f744ec0a43b79d97a04c537544 ;
386+
387+ /// The deployed address of the `GenericPoolRaindexV6ArbOrderTaker` contract
388+ /// at the published `0.1.9` tag. (Unchanged from `0.1.7`.)
389+ address constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_ADDRESS_0_1_9 = 0xc0c17e58018C80A5420dF7756acd2B2dcf37e380 ;
390+
391+ /// The runtime code hash of the `GenericPoolRaindexV6ArbOrderTaker` contract
392+ /// at the published `0.1.9` tag.
393+ bytes32 constant GENERIC_POOL_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_9 =
394+ 0xc4492cb22d918a3f0d41f13e533744ef03a2e7f744ec0a43b79d97a04c537544 ;
395+
324396 /// The address of the `RouteProcessorRaindexV6ArbOrderTaker` contract
325397 /// when deployed with the rain standard zoltu deployer.
326398 address constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_ADDRESS = RP_ARB_OT_ADDR;
@@ -402,6 +474,26 @@ library LibRaindexDeploy {
402474 bytes32 constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_7 =
403475 0xc3fb3bb0355fee22e54cade57f5ff828478d59f34fdd8057bc0bc6a11b3d48fc ;
404476
477+ /// The deployed address of the `RouteProcessorRaindexV6ArbOrderTaker`
478+ /// contract at the published `0.1.8` tag. (Unchanged from `0.1.7`.)
479+ address constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_ADDRESS_0_1_8 =
480+ 0x5Ec2625ee7c73c85fAb2bc4cf527E1434F0dcC5d ;
481+
482+ /// The runtime code hash of the `RouteProcessorRaindexV6ArbOrderTaker`
483+ /// contract at the published `0.1.8` tag.
484+ bytes32 constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_8 =
485+ 0xc3fb3bb0355fee22e54cade57f5ff828478d59f34fdd8057bc0bc6a11b3d48fc ;
486+
487+ /// The deployed address of the `RouteProcessorRaindexV6ArbOrderTaker`
488+ /// contract at the published `0.1.9` tag. (Unchanged from `0.1.7`.)
489+ address constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_ADDRESS_0_1_9 =
490+ 0x5Ec2625ee7c73c85fAb2bc4cf527E1434F0dcC5d ;
491+
492+ /// The runtime code hash of the `RouteProcessorRaindexV6ArbOrderTaker`
493+ /// contract at the published `0.1.9` tag.
494+ bytes32 constant ROUTE_PROCESSOR_ARB_ORDER_TAKER_DEPLOYED_CODEHASH_0_1_9 =
495+ 0xc3fb3bb0355fee22e54cade57f5ff828478d59f34fdd8057bc0bc6a11b3d48fc ;
496+
405497 /// The address of the `GenericPoolRaindexV6FlashBorrower` contract when
406498 /// deployed with the rain standard zoltu deployer.
407499 address constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_ADDRESS = GENERIC_POOL_FB_ADDR;
@@ -476,6 +568,24 @@ library LibRaindexDeploy {
476568 bytes32 constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_CODEHASH_0_1_7 =
477569 0xed618063fd6ffc7558e4588ea6357356e781d660fa22caa292a2f9aeaa21996f ;
478570
571+ /// The deployed address of the `GenericPoolRaindexV6FlashBorrower` contract
572+ /// at the published `0.1.8` tag. (Unchanged from `0.1.7`.)
573+ address constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_ADDRESS_0_1_8 = 0xAd8af7f90a06659E9bBFD457c6C642fB60B1F46b ;
574+
575+ /// The runtime code hash of the `GenericPoolRaindexV6FlashBorrower` contract
576+ /// at the published `0.1.8` tag.
577+ bytes32 constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_CODEHASH_0_1_8 =
578+ 0xed618063fd6ffc7558e4588ea6357356e781d660fa22caa292a2f9aeaa21996f ;
579+
580+ /// The deployed address of the `GenericPoolRaindexV6FlashBorrower` contract
581+ /// at the published `0.1.9` tag. (Unchanged from `0.1.7`.)
582+ address constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_ADDRESS_0_1_9 = 0xAd8af7f90a06659E9bBFD457c6C642fB60B1F46b ;
583+
584+ /// The runtime code hash of the `GenericPoolRaindexV6FlashBorrower` contract
585+ /// at the published `0.1.9` tag.
586+ bytes32 constant GENERIC_POOL_FLASH_BORROWER_DEPLOYED_CODEHASH_0_1_9 =
587+ 0xed618063fd6ffc7558e4588ea6357356e781d660fa22caa292a2f9aeaa21996f ;
588+
479589 uint256 constant RAINDEX_START_BLOCK_ARBITRUM = 473030678 ;
480590 uint256 constant RAINDEX_START_BLOCK_BASE = 47278140 ;
481591 uint256 constant RAINDEX_START_BLOCK_FLARE = 62835540 ;
0 commit comments