Skip to content

Commit

Permalink
Merge pull request #44 from lidofinance/cfg/adi
Browse files Browse the repository at this point in the history
cfg: add config for binance
  • Loading branch information
TheDZhon authored Jul 3, 2024
2 parents 6424619 + cea0711 commit 525cc63
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config_samples/bsc/mainnet/lido_adi_mainnet_config_binance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"contracts": {
"0x29E6817db339795766244B96aEf5Dc534a98518d": "ProxyAdmin",
"0x40C4464fCa8caCd550C33B39d674fC257966022F": "TransparentUpgradeableProxy",
"0xB7Ba81dd07885ae7BFD18452B36D3404d7EDD8Ee": "CrossChainController",
"0x8E5175D17f74d1D512de59b2f5d5A5d8177A123d": "CrossChainExecutor",
"0x250227c30e3b26525f292f63756e5eB3C425427E": "CrossChainExecutor",
"0x15AD245133568c2498c7dA0cf2204A03b0e9b98A": "CCIPAdapter",
"0xCd867B440c726461e5fAbe8d3a050b2f8701C230": "HyperLaneAdapter",
"0xc934433f4c433Cf80DE6fB65fd70C7a650D8a408": "LayerZeroAdapter",
"0xBb1E43408BbF2C767Ff3Bd5bBC34E183CC1Ef119": "WormholeAdapter"
},
"explorer_token_env_var": "ETHERSCAN_API_BINANCE",
"explorer_hostname": "api.bscscan.com",
"github_repo": {
"url": "https://github.com/lidofinance/aave-delivery-infrastructure",
"commit": "41c81975c2ce5b430b283e6f4aab922c3bde1555",
"relative_root": ""
},
"dependencies": {
"lib/openzeppelin-contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "e1b3d8c7ee2c97868f4ab107fe8b7e19f0a8db9f",
"relative_root": ""
},
"lib/solidity-utils": {
"url": "https://github.com/bgd-labs/solidity-utils",
"commit": "56720adb8b751c3742a5f9b8c5bcb8a9446ba941",
"relative_root": ""
}
}
}
30 changes: 30 additions & 0 deletions config_samples/bsc/mainnet/lido_adi_mainnet_config_ethereum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"contracts": {
"0xADD673dC6A655AFD6f38fB88301028fA31A6fDeE": "ProxyAdmin",
"0x93559892D3C7F66DE4570132d68b69BD3c369A7C": "TransparentUpgradeableProxy",
"0x5f456f29238F8d63b3ae69bCEF9e9d4E953f2c63": "CrossChainController",
"0x29D4fA5FCC282ba2788A281860770c166F597d5d": "CCIPAdapter",
"0x8d374DF3de08b971777Aa091fA68BCE109b3a7F3": "HyperLaneAdapter",
"0x742650E0441Be8503682965d601AD0Ba1fB54411": "LayerZeroAdapter",
"0xEDc0D2cb2289BBa1587424dd42bDD1ca7eAbDF17": "WormholeAdapter"
},
"explorer_token_env_var": "ETHERSCAN_API_MAINNET",
"explorer_hostname": "api.etherscan.io",
"github_repo": {
"url": "https://github.com/lidofinance/aave-delivery-infrastructure",
"commit": "41c81975c2ce5b430b283e6f4aab922c3bde1555",
"relative_root": ""
},
"dependencies": {
"lib/openzeppelin-contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "e1b3d8c7ee2c97868f4ab107fe8b7e19f0a8db9f",
"relative_root": ""
},
"lib/solidity-utils": {
"url": "https://github.com/bgd-labs/solidity-utils",
"commit": "56720adb8b751c3742a5f9b8c5bcb8a9446ba941",
"relative_root": ""
}
}
}
31 changes: 31 additions & 0 deletions config_samples/bsc/testnet/lido_adi_testnet_config_binance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"contracts": {
"0x490E441352635aacA64224c8205636FD9d2e3362": "ProxyAdmin",
"0x1FAa7AFD7851e7Cf931053e49CE26D4E262698b6": "TransparentUpgradeableProxy",
"0x5EC23B39E6E8eb5BA0c7064a0c08b5e678b02F37": "CrossChainController",
"0x69EE990d0AADEfcbbA0F2de94E0F26521ae680ff": "CrossChainExecutor",
"0x39B321FC78B96fB184191788dD87e8B7c498bcEa": "CCIPAdapterTestnet",
"0xa75A4F7E70a983b7388CcAA1F6C88BebC4AFc0Ef": "HyperLaneAdapter",
"0xa950B68BDA44419683c788C5E5845abC8F1863C1": "LayerZeroAdapterTestnet",
"0x30dF46cF148Df5eB53eb8B81b0BD5Bc785001E12": "WormholeAdapterTestnet"
},
"explorer_token_env_var": "ETHERSCAN_API_BINANCE",
"explorer_hostname": "api-testnet.bscscan.com",
"github_repo": {
"url": "https://github.com/lidofinance/aave-delivery-infrastructure",
"commit": "41c81975c2ce5b430b283e6f4aab922c3bde1555",
"relative_root": ""
},
"dependencies": {
"lib/openzeppelin-contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "e1b3d8c7ee2c97868f4ab107fe8b7e19f0a8db9f",
"relative_root": ""
},
"lib/solidity-utils": {
"url": "https://github.com/bgd-labs/solidity-utils",
"commit": "56720adb8b751c3742a5f9b8c5bcb8a9446ba941",
"relative_root": ""
}
}
}
30 changes: 30 additions & 0 deletions config_samples/bsc/testnet/lido_adi_testnet_config_ethereum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"contracts": {
"0x7BE89331452883D335C2556d1863CD2925E76afc": "ProxyAdmin",
"0x9d8548963Fa0a9BE7C434cA482dd5b79E8062d3A": "TransparentUpgradeableProxy",
"0x57B3C8DC50d1C881fCB384Da4d66f3d610671177": "CrossChainController",
"0xA0362E6D6f399A3dca79a20cf6041807F7Bfd89e": "CCIPAdapterTestnet",
"0x9aa88aD35da12C89F5514d04e3BBd8CD95fDf428": "HyperLaneAdapter",
"0xFA3199330C9F33e5bA2D559574033D9cf3FCb609": "LayerZeroAdapterTestnet",
"0x82C16B1e054fa94bf60b54A1Aa9FA74c5872899d": "WormholeAdapterTestnet"
},
"explorer_token_env_var": "ETHERSCAN_API_SEPOLIA",
"explorer_hostname": "api-sepolia.etherscan.io",
"github_repo": {
"url": "https://github.com/lidofinance/aave-delivery-infrastructure",
"commit": "41c81975c2ce5b430b283e6f4aab922c3bde1555",
"relative_root": ""
},
"dependencies": {
"lib/openzeppelin-contracts": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts",
"commit": "e1b3d8c7ee2c97868f4ab107fe8b7e19f0a8db9f",
"relative_root": ""
},
"lib/solidity-utils": {
"url": "https://github.com/bgd-labs/solidity-utils",
"commit": "56720adb8b751c3742a5f9b8c5bcb8a9446ba941",
"relative_root": ""
}
}
}

0 comments on commit 525cc63

Please sign in to comment.