Skip to content

Commit

Permalink
chore: update erc20 custody addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 22, 2024
1 parent 03ce9e0 commit 6783942
Show file tree
Hide file tree
Showing 99 changed files with 94 additions and 115 deletions.
6 changes: 2 additions & 4 deletions v2/data/addresses.mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


[
{
"address": "0x000007Cf399229b2f5A4D043F20E90C9C98B7C6a",
Expand Down Expand Up @@ -100,7 +98,7 @@
"type": "connector"
},
{
"address": "0x69727Ef241ebD6e42Fc3A798092077069B415B2D",
"address": "0x0Bad40D9e9C369f2223c835E108f43a45fd223B5",
"category": "omnichain",
"chain_id": 137,
"chain_name": "polygon_mainnet",
Expand Down Expand Up @@ -398,7 +396,7 @@
"type": "connector"
},
{
"address": "0x53b0705194e686Ba745eF8A80cB1Ef355dE645D0",
"address": "0x0Bad40D9e9C369f2223c835E108f43a45fd223B5",
"category": "omnichain",
"chain_id": 8453,
"chain_name": "base_mainnet",
Expand Down
2 changes: 0 additions & 2 deletions v2/data/addresses.testnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


[
{
"address": "0x0000ecb8cdd25a18f12daa23f6422e07fbf8b9e1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ function withdrawAndRevert(

Deposits asset to custody and pay fee in zeta erc20.

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


```solidity
function deposit(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ uint256 public constant MAX_PAYLOAD_SIZE = 1024;
## Functions
### constructor

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


```solidity
constructor();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ modifier onlyProtocol();

### constructor

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


```solidity
constructor();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# zContract
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/main/v2/contracts/zevm/interfaces/UniversalContract.sol)

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


## Functions
### onCrossChainCall
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# zContext
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/main/v2/contracts/zevm/interfaces/UniversalContract.sol)

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


```solidity
struct zContext {
Expand Down
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.

Loading

0 comments on commit 6783942

Please sign in to comment.