Skip to content

Commit

Permalink
yarn generate
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed May 27, 2024
1 parent 3bb9d45 commit a0d223d
Show file tree
Hide file tree
Showing 62 changed files with 61 additions and 145 deletions.
84 changes: 0 additions & 84 deletions data/addresses.testnet.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,4 @@
[
{
"address": "0x0000ecb8cdd25a18f12daa23f6422e07fbf8b9e1",
"category": "messaging",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "connector"
},
{
"address": "0x0000a7db254145767262c6a81a7ee1650684258e",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "erc20Custody"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "messaging",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "pauser"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "tss"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "tssUpdater"
},
{
"address": "0xB7926C0430Afb07AA7DEfDE6DA862aE0Bde767bc",
"category": "messaging",
Expand Down Expand Up @@ -69,13 +34,6 @@
"chain_name": "bsc_testnet",
"type": "weth9"
},
{
"address": "0x0000c9ec4042283e8139c74f4c64bcd1e0b9b54f",
"category": "messaging",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "zetaToken"
},
{
"address": "0xFB2fCE3CCca19F0f764Ed8aa26C62181E3dA04C5",
"category": "messaging",
Expand Down Expand Up @@ -256,41 +214,6 @@
"chain_name": "btc_testnet",
"type": "tss"
},
{
"address": "0x0000ecb8cdd25a18f12daa23f6422e07fbf8b9e1",
"category": "messaging",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "connector"
},
{
"address": "0x0000a7db254145767262c6a81a7ee1650684258e",
"category": "omnichain",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "erc20Custody"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "messaging",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "pauser"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "tss"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "omnichain",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "tssUpdater"
},
{
"address": "0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32",
"category": "messaging",
Expand Down Expand Up @@ -326,13 +249,6 @@
"chain_name": "mumbai_testnet",
"type": "weth9"
},
{
"address": "0x0000c9ec4042283e8139c74f4c64bcd1e0b9b54f",
"category": "messaging",
"chain_id": 80001,
"chain_name": "mumbai_testnet",
"type": "zetaToken"
},
{
"address": "0x7e792f3736751e168864106AdbAC50152641A927",
"category": "messaging",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ERC20Custody
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/ERC20Custody.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/ERC20Custody.sol)

**Inherits:**
ReentrancyGuard
Expand Down
2 changes: 1 addition & 1 deletion docs/src/contracts/evm/Zeta.eth.sol/contract.ZetaEth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaEth
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/Zeta.eth.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/Zeta.eth.sol)

**Inherits:**
ERC20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaNonEth
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/Zeta.non-eth.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/Zeta.non-eth.sol)

**Inherits:**
[ZetaNonEthInterface](/contracts/evm/interfaces/ZetaNonEthInterface.sol/interface.ZetaNonEthInterface.md), ERC20Burnable, [ZetaErrors](/contracts/evm/interfaces/ZetaErrors.sol/interface.ZetaErrors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaConnectorBase
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/ZetaConnector.base.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/ZetaConnector.base.sol)

**Inherits:**
[ConnectorErrors](/contracts/evm/interfaces/ConnectorErrors.sol/interface.ConnectorErrors.md), Pausable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaConnectorEth
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/ZetaConnector.eth.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/ZetaConnector.eth.sol)

**Inherits:**
[ZetaConnectorBase](/contracts/evm/ZetaConnector.base.sol/contract.ZetaConnectorBase.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaConnectorNonEth
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/ZetaConnector.non-eth.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/ZetaConnector.non-eth.sol)

**Inherits:**
[ZetaConnectorBase](/contracts/evm/ZetaConnector.base.sol/contract.ZetaConnectorBase.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ConnectorErrors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ConnectorErrors.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ConnectorErrors.sol)

*Interface with connector custom errors*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaErrors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaErrors.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaErrors.sol)

*Common custom errors*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaInteractorErrors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInteractorErrors.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInteractorErrors.sol)

*Interface with Zeta Interactor errors*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaCommonErrors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInterfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInterfaces.sol)


## Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaConnector
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInterfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInterfaces.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaInterfaces
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInterfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInterfaces.sol)


## Structs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaReceiver
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInterfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInterfaces.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumer
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaInterfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaInterfaces.sol)

*ZetaTokenConsumer makes it easier to handle the following situations:
- Getting Zeta using native coin (to pay for destination gas while using `connector.send`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaNonEthInterface
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/interfaces/ZetaNonEthInterface.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/interfaces/ZetaNonEthInterface.sol)

**Inherits:**
IERC20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AttackerContract
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/AttackerContract.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/AttackerContract.sol)


## State Variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Victim
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/AttackerContract.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/AttackerContract.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ERC20Mock
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/ERC20Mock.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/ERC20Mock.sol)

**Inherits:**
ERC20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# INonfungiblePositionManager
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/TestUniswapV3Contracts.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/TestUniswapV3Contracts.sol)

Wraps Uniswap V3 positions in a non-fungible token interface which allows for them to be transferred
and authorized.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IPoolInitializer
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/TestUniswapV3Contracts.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/TestUniswapV3Contracts.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaInteractorMock
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/ZetaInteractorMock.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/ZetaInteractorMock.sol)

**Inherits:**
Ownable2Step, [ZetaInteractor](/contracts/evm/tools/ZetaInteractor.sol/abstract.ZetaInteractor.md), [ZetaReceiver](/contracts/zevm/ZetaConnectorZEVM.sol/interface.ZetaReceiver.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaReceiverMock
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/testing/ZetaReceiverMock.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/testing/ZetaReceiverMock.sol)

**Inherits:**
[ZetaReceiver](/contracts/zevm/ZetaConnectorZEVM.sol/interface.ZetaReceiver.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ImmutableCreate2Factory
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ImmutableCreate2Factory.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ImmutableCreate2Factory.sol)

**Author:**
0age
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ownable
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ImmutableCreate2Factory.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ImmutableCreate2Factory.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaInteractor
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaInteractor.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaInteractor.sol)

**Inherits:**
Ownable2Step, [ZetaInteractorErrors](/contracts/evm/interfaces/ZetaInteractorErrors.sol/interface.ZetaInteractorErrors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerPancakeV3
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)

**Inherits:**
[ZetaTokenConsumer](/contracts/evm/interfaces/ZetaInterfaces.sol/interface.ZetaTokenConsumer.md), [ZetaTokenConsumerUniV3Errors](/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol/interface.ZetaTokenConsumerUniV3Errors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISwapRouterPancake
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)

**Inherits:**
IUniswapV3SwapCallback
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WETH9
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerUniV3Errors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol)


## Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerTrident
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)

**Inherits:**
[ZetaTokenConsumer](/contracts/evm/interfaces/ZetaInterfaces.sol/interface.ZetaTokenConsumer.md), [ZetaTokenConsumerTridentErrors](/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol/interface.ZetaTokenConsumerTridentErrors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WETH9
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerTridentErrors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerTrident.strategy.sol)


## Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerUniV2
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerUniV2.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerUniV2.strategy.sol)

**Inherits:**
[ZetaTokenConsumer](/contracts/evm/interfaces/ZetaInterfaces.sol/interface.ZetaTokenConsumer.md), [ZetaTokenConsumerUniV2Errors](/contracts/evm/tools/ZetaTokenConsumerUniV2.strategy.sol/interface.ZetaTokenConsumerUniV2Errors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerUniV2Errors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerUniV2.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerUniV2.strategy.sol)


## Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerUniV3
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)

**Inherits:**
[ZetaTokenConsumer](/contracts/evm/interfaces/ZetaInterfaces.sol/interface.ZetaTokenConsumer.md), [ZetaTokenConsumerUniV3Errors](/contracts/evm/tools/ZetaTokenConsumerPancakeV3.strategy.sol/interface.ZetaTokenConsumerUniV3Errors.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WETH9
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZetaTokenConsumerUniV3Errors
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/ZetaTokenConsumerUniV3.strategy.sol)


## Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ConcentratedLiquidityPoolFactory
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/interfaces/TridentConcentratedLiquidityPoolFactory.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/interfaces/TridentConcentratedLiquidityPoolFactory.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IPoolRouter
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/evm/tools/interfaces/TridentIPoolRouter.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/evm/tools/interfaces/TridentIPoolRouter.sol)


## Functions
Expand Down
2 changes: 1 addition & 1 deletion docs/src/contracts/zevm/Interfaces.sol/enum.CoinType.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CoinType
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/zevm/Interfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/zevm/Interfaces.sol)

*Coin types for ZRC20. Zeta value should not be used.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISystem
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/760564b6e2ea95b8954e5fd40389cee0cb168d35/contracts/zevm/Interfaces.sol)
[Git Source](https://github.com/zeta-chain/protocol-contracts/blob/3bb9d457957aef905a86b30e0813a459014e0a7e/contracts/zevm/Interfaces.sol)

*Interfaces of SystemContract and ZRC20 to make easier to import.*

Expand Down
Loading

0 comments on commit a0d223d

Please sign in to comment.