Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add mainnet broadcast information #425

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
generate
lumtis committed Nov 20, 2024
commit 8c6c5328ea8453b28a985f1b6c1d3fdddcf89613
Original file line number Diff line number Diff line change
@@ -267,7 +267,7 @@ function withdrawAndRevert(
Deposits asset to custody and pay fee in zeta erc20.

**Note:**
This method is deprecated.
deprecated: This method is deprecated.


```solidity
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ uint256 public constant MAX_PAYLOAD_SIZE = 1024;
### constructor

**Note:**
constructor
oz-upgrades-unsafe-allow: constructor


```solidity
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ modifier onlyProtocol();
### constructor

**Note:**
constructor
oz-upgrades-unsafe-allow: constructor


```solidity
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/main/v2/contracts/zevm/interfaces/UniversalContract.sol)

**Note:**
should be removed once v2 SystemContract is not used anymore.
deprecated: should be removed once v2 SystemContract is not used anymore.
UniversalContract should be used


Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/main/v2/contracts/zevm/interfaces/UniversalContract.sol)

**Note:**
should be removed once v2 SystemContract is not used anymore.
deprecated: should be removed once v2 SystemContract is not used anymore.
MessageContext should be used


2 changes: 1 addition & 1 deletion v2/pkg/address.sol/address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/beaconproxy.sol/beaconproxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/console.sol/console.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/core.sol/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/defender.sol/defender.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/defenderdeploy.sol/defenderdeploy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/erc1967proxy.sol/erc1967proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/pkg/erc1967utils.sol/erc1967utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading