Skip to content

Commit

Permalink
fix: 5260 linea unwrapper contract (#5261)
Browse files Browse the repository at this point in the history
* fix: redeploy Unwrapper contract

* chore: rebuild
  • Loading branch information
liu-zhipeng authored Dec 1, 2023
1 parent b7557d4 commit 7b3cd07
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 29 deletions.
4 changes: 2 additions & 2 deletions packages/deployments/contracts/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -387833,7 +387833,7 @@
"blockNumber": 753045
},
"Unwrapper": {
"address": "0xCeB49aEa4fAeC437Bf1B82EA4a76940Df9323273",
"address": "0x5A53576DDE5071719a9A3a9E78e68cbcDf863253",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -388170,7 +388170,7 @@
"type": "receive"
}
],
"blockNumber": 753156
"blockNumber": 1035888
},
"UpgradeBeaconController": {
"address": "0xDFa5FAfac70a610E4224B85b7FC4764a0b90d2eA",
Expand Down
32 changes: 16 additions & 16 deletions packages/deployments/contracts/deployments/linea/Unwrapper.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0xCeB49aEa4fAeC437Bf1B82EA4a76940Df9323273",
"address": "0x5A53576DDE5071719a9A3a9E78e68cbcDf863253",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -336,39 +336,39 @@
"type": "receive"
}
],
"transactionHash": "0xb3dbb27e56e2e4fde2aa1026a7e0adfdb48ec4e4aaa9b0de24768113f8666255",
"transactionHash": "0x9d35f86d4ad3bc2c5ea542c65167bdb701f7b1cd30cd592b99e015ca69ea85f5",
"receipt": {
"to": null,
"from": "0xade09131C6f43fe22C2CbABb759636C43cFc181e",
"contractAddress": "0xCeB49aEa4fAeC437Bf1B82EA4a76940Df9323273",
"transactionIndex": 2,
"contractAddress": "0x5A53576DDE5071719a9A3a9E78e68cbcDf863253",
"transactionIndex": 24,
"gasUsed": "816855",
"logsBloom": "0x00000000000000000000000000000000000000000000400000800000000000000000000000000000000000000000000000000000000000000000000040020000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000008000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001020000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x01faeafaba52207146ff085e694008c7ec5cbb54920e5cd7435c86e6d7f2f9a1",
"transactionHash": "0xb3dbb27e56e2e4fde2aa1026a7e0adfdb48ec4e4aaa9b0de24768113f8666255",
"logsBloom": "0x00000000000000000000000000000000000000000000400000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000001000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000002000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001020000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x729d36b28d70711dc005e4c2e06bb31c7d8927a9c86ace08a9ac7f178351463f",
"transactionHash": "0x9d35f86d4ad3bc2c5ea542c65167bdb701f7b1cd30cd592b99e015ca69ea85f5",
"logs": [
{
"transactionIndex": 2,
"blockNumber": 753156,
"transactionHash": "0xb3dbb27e56e2e4fde2aa1026a7e0adfdb48ec4e4aaa9b0de24768113f8666255",
"address": "0xCeB49aEa4fAeC437Bf1B82EA4a76940Df9323273",
"transactionIndex": 24,
"blockNumber": 1035888,
"transactionHash": "0x9d35f86d4ad3bc2c5ea542c65167bdb701f7b1cd30cd592b99e015ca69ea85f5",
"address": "0x5A53576DDE5071719a9A3a9E78e68cbcDf863253",
"topics": [
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
"0x0000000000000000000000000000000000000000000000000000000000000000",
"0x000000000000000000000000ade09131c6f43fe22c2cbabb759636c43cfc181e"
],
"data": "0x",
"logIndex": 4,
"blockHash": "0x01faeafaba52207146ff085e694008c7ec5cbb54920e5cd7435c86e6d7f2f9a1"
"logIndex": 45,
"blockHash": "0x729d36b28d70711dc005e4c2e06bb31c7d8927a9c86ace08a9ac7f178351463f"
}
],
"blockNumber": 753156,
"cumulativeGasUsed": "1063565",
"blockNumber": 1035888,
"cumulativeGasUsed": "4544345",
"status": 1,
"byzantium": true
},
"args": [
"0xB20c7f8aDe683C1ad7F5b76435D9345059b1ed3F",
"0xa05eF29e9aC8C75c530c2795Fa6A800e188dE0a9",
"0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f"
],
"numDeployments": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import type * as admin from "./admin";
export type { admin };
import type * as arbitrum from "./arbitrum";
export type { arbitrum };
import type * as consensys from "./consensys";
export type { consensys };
import type * as gnosis from "./gnosis";
export type { gnosis };
import type * as linea from "./linea";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type * as wormhole from "./wormhole";
export type { wormhole };
import type * as zksync from "./zksync";
export type { zksync };
export type { ConsensysAmb } from "./ConsensysAmb";
export type { GnosisAmb } from "./GnosisAmb";
export type { LineaAmb } from "./LineaAmb";
export type { Multichain } from "./Multichain";
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/* eslint-disable */
export * as admin from "./admin";
export * as arbitrum from "./arbitrum";
export * as consensys from "./consensys";
export * as gnosis from "./gnosis";
export * as linea from "./linea";
export * as mainnet from "./mainnet";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export * as optimism from "./optimism";
export * as polygonzk from "./polygonzk";
export * as wormhole from "./wormhole";
export * as zksync from "./zksync";
export { ConsensysAmb__factory } from "./ConsensysAmb__factory";
export { GnosisAmb__factory } from "./GnosisAmb__factory";
export { LineaAmb__factory } from "./LineaAmb__factory";
export { Multichain__factory } from "./Multichain__factory";
6 changes: 0 additions & 6 deletions packages/deployments/contracts/src/typechain-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ export type { Connector } from "./contracts/messaging/connectors/Connector";
export { Connector__factory } from "./factories/contracts/messaging/connectors/Connector__factory";
export type { ConnectorManager } from "./contracts/messaging/connectors/ConnectorManager";
export { ConnectorManager__factory } from "./factories/contracts/messaging/connectors/ConnectorManager__factory";
export type { ConsensysHubConnector } from "./contracts/messaging/connectors/consensys/ConsensysHubConnector";
export { ConsensysHubConnector__factory } from "./factories/contracts/messaging/connectors/consensys/ConsensysHubConnector__factory";
export type { ConsensysSpokeConnector } from "./contracts/messaging/connectors/consensys/ConsensysSpokeConnector";
export { ConsensysSpokeConnector__factory } from "./factories/contracts/messaging/connectors/consensys/ConsensysSpokeConnector__factory";
export type { GasCap } from "./contracts/messaging/connectors/GasCap";
export { GasCap__factory } from "./factories/contracts/messaging/connectors/GasCap__factory";
export type { GnosisBase } from "./contracts/messaging/connectors/gnosis/GnosisBase";
Expand Down Expand Up @@ -244,8 +240,6 @@ export type { IArbitrumOutbox } from "./contracts/messaging/interfaces/ambs/arbi
export { IArbitrumOutbox__factory } from "./factories/contracts/messaging/interfaces/ambs/arbitrum/IArbitrumOutbox__factory";
export type { IArbitrumRollup } from "./contracts/messaging/interfaces/ambs/arbitrum/IArbitrumRollup";
export { IArbitrumRollup__factory } from "./factories/contracts/messaging/interfaces/ambs/arbitrum/IArbitrumRollup__factory";
export type { ConsensysAmb } from "./contracts/messaging/interfaces/ambs/ConsensysAmb";
export { ConsensysAmb__factory } from "./factories/contracts/messaging/interfaces/ambs/ConsensysAmb__factory";
export type { GnosisAmb } from "./contracts/messaging/interfaces/ambs/GnosisAmb";
export { GnosisAmb__factory } from "./factories/contracts/messaging/interfaces/ambs/GnosisAmb__factory";
export type { LineaAmb } from "./contracts/messaging/interfaces/ambs/LineaAmb";
Expand Down

0 comments on commit 7b3cd07

Please sign in to comment.