Skip to content

Commit

Permalink
feat: add bnb addresses (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite authored Nov 20, 2023
1 parent a09a083 commit 2d16c86
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/configs/networks/bnb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const bnbAddresses: NetworkAddresses = {
chainId: ChainId.bnb,
addresses: {
TRANSPARENT_PROXY_FACTORY: '0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A',
PROTOCOL_GUARDIAN: '0x25170e9Ed4077ABA7D3DD03cf4A9F45Dc6D0fcCD',
PARASWAP_FEE_CLAIMER: '0xAe940e61E9863178b71500c9B5faE2a04Da361a1',
PROXY_ADMIN: '0x39EBFfc7679c62Dfcc4A3E2c09Bcb0be255Ae63c',
CREATE_3_FACTORY: '0x3b56998Ec06477704622ca8e2eA1b4db134cec32',
},
Expand Down
30 changes: 30 additions & 0 deletions scripts/configs/pools/bnb.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import {ChainId} from '../../generator/chains';
import {PoolConfig} from '../types';

export const bnbProtoV3: PoolConfig = {
name: 'Bnb',
chainId: ChainId.bnb,
POOL_ADDRESSES_PROVIDER: '0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D',
additionalAddresses: {
L2_ENCODER: '0xBeC519531F0E78BcDdB295242fA4EC5251B38574',
CAPS_PLUS_RISK_STEWARD: '0x971F1C94b139AdEdedA729DA636e2B0C433Ff595',
FREEZING_STEWARD: '0x83f15Bc50d1A212576B202f80489502a7cc10412',
DEBT_SWAP_ADAPTER: '0xAe13e4DA0952f0B8fE04E21df53716fCF799a923',
CONFIG_ENGINE: '0xcb0670258e5961CCA85D8F71D29C1167Ef20De99',
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x117684358D990E42Eb1649E7e8C4691951dc1E71',
RATES_FACTORY: '0x02e9b27599C4Bf8f789d34b6E65C51092c3d9FA6',
REPAY_WITH_COLLATERAL_ADAPTER: '0x0727a6494095511078d63143A8a1E90b9f310880',
SWAP_COLLATERAL_ADAPTER: '0x33E0b3fc976DC9C516926BA48CfC0A9E10a2aAA5',
UI_INCENTIVE_DATA_PROVIDER: '0x1236010CECea55998384e795B59815D871f5f94d',
UI_POOL_DATA_PROVIDER: '0x952F938949F965C70c83853e7ff28aa7af91005b',
WALLET_BALANCE_PROVIDER: '0x36616cf17557639614c1cdDb356b1B83fc0B2132',
WETH_GATEWAY: '0x589750BA8aF186cE5B55391B0b7148cAD43a1619',
WITHDRAW_SWAP_ADAPTER: '0x5E2d083417D12d4B0824E14Ecd48D26831F4Da7D',
},
initial: {
COLLECTOR: '0x25Ec457d1778b0E5316e7f38f3c22baF413F1A8C',
DEFAULT_A_TOKEN_IMPL: '0x6c23bAF050ec192afc0B967a93b83e6c5405df43',
DEFAULT_VARIABLE_DEBT_TOKEN_IMPL: '0x777fBA024bA1228fDa76149A4ff8B23475ed057D',
DEFAULT_STABLE_DEBT_TOKEN_IMPL: '0xb172a90A7C238969CE9B27cc19D13b60A91e7F00',
}
};
4 changes: 4 additions & 0 deletions scripts/generateAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {fantomProtoV3, fantomTestnetProtoV3} from './configs/pools/fantom';
import {harmonyProtoV3} from './configs/pools/harmony';
import {metisProtoV3} from './configs/pools/metis';
import {gnosisProtoV3} from './configs/pools/gnosis';
import {bnbProtoV3} from './configs/pools/bnb';
import {optimismGoerliProtoV3, optimismProtoV3} from './configs/pools/optimism';
import {
mumbaiProtoV2,
Expand Down Expand Up @@ -54,6 +55,7 @@ import {fantomAddresses} from './configs/networks/fantom';
import {optimismAddresses} from './configs/networks/optimism';
import {metisAddresses} from './configs/networks/metis';
import {gnosisAddresses} from './configs/networks/gnosis';
import {bnbAddresses} from './configs/networks/bnb';

async function main() {
// cleanup ts artifacts
Expand Down Expand Up @@ -107,6 +109,7 @@ async function main() {
baseProtoV3,
metisProtoV3,
gnosisProtoV3,
bnbProtoV3,
arbitrumGoerliProtoV3,
arbitrumProtoV3,
optimismGoerliProtoV3,
Expand All @@ -129,6 +132,7 @@ async function main() {
polygonAddresses,
metisAddresses,
gnosisAddresses,
bnbAddresses
].map((addresses) => generateNetworkAddresses(addresses));

const govImports = generateGovV2();
Expand Down
2 changes: 2 additions & 0 deletions src/AaveAddressBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {AaveV3Fuji} from './AaveV3Fuji.sol';
import {AaveV3Base} from './AaveV3Base.sol';
import {AaveV3Metis} from './AaveV3Metis.sol';
import {AaveV3Gnosis} from './AaveV3Gnosis.sol';
import {AaveV3Bnb} from './AaveV3Bnb.sol';
import {AaveV3ArbitrumGoerli} from './AaveV3ArbitrumGoerli.sol';
import {AaveV3Arbitrum} from './AaveV3Arbitrum.sol';
import {AaveV3OptimismGoerli} from './AaveV3OptimismGoerli.sol';
Expand All @@ -50,6 +51,7 @@ import {MiscOptimism} from './MiscOptimism.sol';
import {MiscPolygon} from './MiscPolygon.sol';
import {MiscMetis} from './MiscMetis.sol';
import {MiscGnosis} from './MiscGnosis.sol';
import {MiscBNB} from './MiscBNB.sol';
import {AaveGovernanceV2, IGovernanceStrategy} from './AaveGovernanceV2.sol';
import {AaveGovernanceV2} from './AaveGovernanceV2.sol';
import {AaveGovernanceV2, IGovernanceStrategy} from './AaveGovernanceV2.sol';
Expand Down
105 changes: 105 additions & 0 deletions src/AaveV3Bnb.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Bnb {
// https://bscscan.com/address/0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
IPoolAddressesProvider(0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D);

// https://bscscan.com/address/0x6807dc923806fE8Fd134338EABCA509979a7e0cB
IPool internal constant POOL = IPool(0x6807dc923806fE8Fd134338EABCA509979a7e0cB);

// https://bscscan.com/address/0x67bdF23C7fCE7C65fF7415Ba3F2520B45D6f9584
IPoolConfigurator internal constant POOL_CONFIGURATOR =
IPoolConfigurator(0x67bdF23C7fCE7C65fF7415Ba3F2520B45D6f9584);

// https://bscscan.com/address/0x39bc1bfDa2130d6Bb6DBEfd366939b4c7aa7C697
IAaveOracle internal constant ORACLE = IAaveOracle(0x39bc1bfDa2130d6Bb6DBEfd366939b4c7aa7C697);

// https://bscscan.com/address/0x0000000000000000000000000000000000000000
address internal constant PRICE_ORACLE_SENTINEL = 0x0000000000000000000000000000000000000000;

// https://bscscan.com/address/0x41585C50524fb8c3899B43D7D797d9486AAc94DB
IPoolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
IPoolDataProvider(0x41585C50524fb8c3899B43D7D797d9486AAc94DB);

// https://bscscan.com/address/0x2D97F8FA96886Fd923c065F5457F9DDd494e3877
IACLManager internal constant ACL_MANAGER =
IACLManager(0x2D97F8FA96886Fd923c065F5457F9DDd494e3877);

// https://bscscan.com/address/0x9390B1735def18560c509E2d0bc090E9d6BA257a
address internal constant ACL_ADMIN = 0x9390B1735def18560c509E2d0bc090E9d6BA257a;

// https://bscscan.com/address/0x25Ec457d1778b0E5316e7f38f3c22baF413F1A8C
ICollector internal constant COLLECTOR = ICollector(0x25Ec457d1778b0E5316e7f38f3c22baF413F1A8C);

// https://bscscan.com/address/0xC206C2764A9dBF27d599613b8F9A63ACd1160ab4
address internal constant DEFAULT_INCENTIVES_CONTROLLER =
0xC206C2764A9dBF27d599613b8F9A63ACd1160ab4;

// https://bscscan.com/address/0x6c23bAF050ec192afc0B967a93b83e6c5405df43
address internal constant DEFAULT_A_TOKEN_IMPL_REV_1 = 0x6c23bAF050ec192afc0B967a93b83e6c5405df43;

// https://bscscan.com/address/0x777fBA024bA1228fDa76149A4ff8B23475ed057D
address internal constant DEFAULT_VARIABLE_DEBT_TOKEN_IMPL_REV_1 =
0x777fBA024bA1228fDa76149A4ff8B23475ed057D;

// https://bscscan.com/address/0xb172a90A7C238969CE9B27cc19D13b60A91e7F00
address internal constant DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_1 =
0xb172a90A7C238969CE9B27cc19D13b60A91e7F00;

// https://bscscan.com/address/0x6eD1c70aa357fB8a7e1Eac85aa59e33287Df8f85
address internal constant EMISSION_MANAGER = 0x6eD1c70aa357fB8a7e1Eac85aa59e33287Df8f85;

// https://bscscan.com/address/0xBeC519531F0E78BcDdB295242fA4EC5251B38574
address internal constant L2_ENCODER = 0xBeC519531F0E78BcDdB295242fA4EC5251B38574;

// https://bscscan.com/address/0x971F1C94b139AdEdedA729DA636e2B0C433Ff595
address internal constant CAPS_PLUS_RISK_STEWARD = 0x971F1C94b139AdEdedA729DA636e2B0C433Ff595;

// https://bscscan.com/address/0x83f15Bc50d1A212576B202f80489502a7cc10412
address internal constant FREEZING_STEWARD = 0x83f15Bc50d1A212576B202f80489502a7cc10412;

// https://bscscan.com/address/0xAe13e4DA0952f0B8fE04E21df53716fCF799a923
address internal constant DEBT_SWAP_ADAPTER = 0xAe13e4DA0952f0B8fE04E21df53716fCF799a923;

// https://bscscan.com/address/0xcb0670258e5961CCA85D8F71D29C1167Ef20De99
address internal constant CONFIG_ENGINE = 0xcb0670258e5961CCA85D8F71D29C1167Ef20De99;

// https://bscscan.com/address/0x117684358D990E42Eb1649E7e8C4691951dc1E71
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
0x117684358D990E42Eb1649E7e8C4691951dc1E71;

// https://bscscan.com/address/0x02e9b27599C4Bf8f789d34b6E65C51092c3d9FA6
address internal constant RATES_FACTORY = 0x02e9b27599C4Bf8f789d34b6E65C51092c3d9FA6;

// https://bscscan.com/address/0x0727a6494095511078d63143A8a1E90b9f310880
address internal constant REPAY_WITH_COLLATERAL_ADAPTER =
0x0727a6494095511078d63143A8a1E90b9f310880;

// https://bscscan.com/address/0x33E0b3fc976DC9C516926BA48CfC0A9E10a2aAA5
address internal constant SWAP_COLLATERAL_ADAPTER = 0x33E0b3fc976DC9C516926BA48CfC0A9E10a2aAA5;

// https://bscscan.com/address/0x1236010CECea55998384e795B59815D871f5f94d
address internal constant UI_INCENTIVE_DATA_PROVIDER = 0x1236010CECea55998384e795B59815D871f5f94d;

// https://bscscan.com/address/0x952F938949F965C70c83853e7ff28aa7af91005b
address internal constant UI_POOL_DATA_PROVIDER = 0x952F938949F965C70c83853e7ff28aa7af91005b;

// https://bscscan.com/address/0x36616cf17557639614c1cdDb356b1B83fc0B2132
address internal constant WALLET_BALANCE_PROVIDER = 0x36616cf17557639614c1cdDb356b1B83fc0B2132;

// https://bscscan.com/address/0x589750BA8aF186cE5B55391B0b7148cAD43a1619
address internal constant WETH_GATEWAY = 0x589750BA8aF186cE5B55391B0b7148cAD43a1619;

// https://bscscan.com/address/0x5E2d083417D12d4B0824E14Ecd48D26831F4Da7D
address internal constant WITHDRAW_SWAP_ADAPTER = 0x5E2d083417D12d4B0824E14Ecd48D26831F4Da7D;
}

library AaveV3BnbAssets {}

library AaveV3BnbEModes {}
20 changes: 20 additions & 0 deletions src/MiscBNB.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0;

library MiscBNB {
// https://bscscan.com/address/0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A
address internal constant TRANSPARENT_PROXY_FACTORY = 0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A;

// https://bscscan.com/address/0x25170e9Ed4077ABA7D3DD03cf4A9F45Dc6D0fcCD
address internal constant PROTOCOL_GUARDIAN = 0x25170e9Ed4077ABA7D3DD03cf4A9F45Dc6D0fcCD;

// https://bscscan.com/address/0xAe940e61E9863178b71500c9B5faE2a04Da361a1
address internal constant PARASWAP_FEE_CLAIMER = 0xAe940e61E9863178b71500c9B5faE2a04Da361a1;

// https://bscscan.com/address/0x39EBFfc7679c62Dfcc4A3E2c09Bcb0be255Ae63c
address internal constant PROXY_ADMIN = 0x39EBFfc7679c62Dfcc4A3E2c09Bcb0be255Ae63c;

// https://bscscan.com/address/0x3b56998Ec06477704622ca8e2eA1b4db134cec32
address internal constant CREATE_3_FACTORY = 0x3b56998Ec06477704622ca8e2eA1b4db134cec32;
}
2 changes: 2 additions & 0 deletions src/ts/AaveAddressBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export * as AaveV3Fuji from './AaveV3Fuji';
export * as AaveV3Base from './AaveV3Base';
export * as AaveV3Metis from './AaveV3Metis';
export * as AaveV3Gnosis from './AaveV3Gnosis';
export * as AaveV3Bnb from './AaveV3Bnb';
export * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli';
export * as AaveV3Arbitrum from './AaveV3Arbitrum';
export * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli';
Expand All @@ -47,6 +48,7 @@ export * as MiscOptimism from './MiscOptimism';
export * as MiscPolygon from './MiscPolygon';
export * as MiscMetis from './MiscMetis';
export * as MiscGnosis from './MiscGnosis';
export * as MiscBNB from './MiscBNB';
export * as AaveGovernanceV2 from './AaveGovernanceV2';
export * as AaveSafetyModule from './AaveSafetyModule';
export {IAaveGovernanceV2_ABI} from './abis/IAaveGovernanceV2';
Expand Down
88 changes: 88 additions & 0 deletions src/ts/AaveV3Bnb.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
// IPoolAddressesProvider https://bscscan.com/address/0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D
export const POOL_ADDRESSES_PROVIDER = '0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D';

// IPool https://bscscan.com/address/0x6807dc923806fE8Fd134338EABCA509979a7e0cB
export const POOL = '0x6807dc923806fE8Fd134338EABCA509979a7e0cB';

// IPoolConfigurator https://bscscan.com/address/0x67bdF23C7fCE7C65fF7415Ba3F2520B45D6f9584
export const POOL_CONFIGURATOR = '0x67bdF23C7fCE7C65fF7415Ba3F2520B45D6f9584';

// IAaveOracle https://bscscan.com/address/0x39bc1bfDa2130d6Bb6DBEfd366939b4c7aa7C697
export const ORACLE = '0x39bc1bfDa2130d6Bb6DBEfd366939b4c7aa7C697';

// https://bscscan.com/address/0x0000000000000000000000000000000000000000
export const PRICE_ORACLE_SENTINEL = '0x0000000000000000000000000000000000000000';

// IPoolDataProvider https://bscscan.com/address/0x41585C50524fb8c3899B43D7D797d9486AAc94DB
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x41585C50524fb8c3899B43D7D797d9486AAc94DB';

// IACLManager https://bscscan.com/address/0x2D97F8FA96886Fd923c065F5457F9DDd494e3877
export const ACL_MANAGER = '0x2D97F8FA96886Fd923c065F5457F9DDd494e3877';

// https://bscscan.com/address/0x9390B1735def18560c509E2d0bc090E9d6BA257a
export const ACL_ADMIN = '0x9390B1735def18560c509E2d0bc090E9d6BA257a';

// ICollector https://bscscan.com/address/0x25Ec457d1778b0E5316e7f38f3c22baF413F1A8C
export const COLLECTOR = '0x25Ec457d1778b0E5316e7f38f3c22baF413F1A8C';

// https://bscscan.com/address/0xC206C2764A9dBF27d599613b8F9A63ACd1160ab4
export const DEFAULT_INCENTIVES_CONTROLLER = '0xC206C2764A9dBF27d599613b8F9A63ACd1160ab4';

// https://bscscan.com/address/0x6c23bAF050ec192afc0B967a93b83e6c5405df43
export const DEFAULT_A_TOKEN_IMPL_REV_1 = '0x6c23bAF050ec192afc0B967a93b83e6c5405df43';

// https://bscscan.com/address/0x777fBA024bA1228fDa76149A4ff8B23475ed057D
export const DEFAULT_VARIABLE_DEBT_TOKEN_IMPL_REV_1 = '0x777fBA024bA1228fDa76149A4ff8B23475ed057D';

// https://bscscan.com/address/0xb172a90A7C238969CE9B27cc19D13b60A91e7F00
export const DEFAULT_STABLE_DEBT_TOKEN_IMPL_REV_1 = '0xb172a90A7C238969CE9B27cc19D13b60A91e7F00';

// https://bscscan.com/address/0x6eD1c70aa357fB8a7e1Eac85aa59e33287Df8f85
export const EMISSION_MANAGER = '0x6eD1c70aa357fB8a7e1Eac85aa59e33287Df8f85';

// https://bscscan.com/address/0xBeC519531F0E78BcDdB295242fA4EC5251B38574
export const L2_ENCODER = '0xBeC519531F0E78BcDdB295242fA4EC5251B38574';

// https://bscscan.com/address/0x971F1C94b139AdEdedA729DA636e2B0C433Ff595
export const CAPS_PLUS_RISK_STEWARD = '0x971F1C94b139AdEdedA729DA636e2B0C433Ff595';

// https://bscscan.com/address/0x83f15Bc50d1A212576B202f80489502a7cc10412
export const FREEZING_STEWARD = '0x83f15Bc50d1A212576B202f80489502a7cc10412';

// https://bscscan.com/address/0xAe13e4DA0952f0B8fE04E21df53716fCF799a923
export const DEBT_SWAP_ADAPTER = '0xAe13e4DA0952f0B8fE04E21df53716fCF799a923';

// https://bscscan.com/address/0xcb0670258e5961CCA85D8F71D29C1167Ef20De99
export const CONFIG_ENGINE = '0xcb0670258e5961CCA85D8F71D29C1167Ef20De99';

// https://bscscan.com/address/0x117684358D990E42Eb1649E7e8C4691951dc1E71
export const POOL_ADDRESSES_PROVIDER_REGISTRY = '0x117684358D990E42Eb1649E7e8C4691951dc1E71';

// https://bscscan.com/address/0x02e9b27599C4Bf8f789d34b6E65C51092c3d9FA6
export const RATES_FACTORY = '0x02e9b27599C4Bf8f789d34b6E65C51092c3d9FA6';

// https://bscscan.com/address/0x0727a6494095511078d63143A8a1E90b9f310880
export const REPAY_WITH_COLLATERAL_ADAPTER = '0x0727a6494095511078d63143A8a1E90b9f310880';

// https://bscscan.com/address/0x33E0b3fc976DC9C516926BA48CfC0A9E10a2aAA5
export const SWAP_COLLATERAL_ADAPTER = '0x33E0b3fc976DC9C516926BA48CfC0A9E10a2aAA5';

// https://bscscan.com/address/0x1236010CECea55998384e795B59815D871f5f94d
export const UI_INCENTIVE_DATA_PROVIDER = '0x1236010CECea55998384e795B59815D871f5f94d';

// https://bscscan.com/address/0x952F938949F965C70c83853e7ff28aa7af91005b
export const UI_POOL_DATA_PROVIDER = '0x952F938949F965C70c83853e7ff28aa7af91005b';

// https://bscscan.com/address/0x36616cf17557639614c1cdDb356b1B83fc0B2132
export const WALLET_BALANCE_PROVIDER = '0x36616cf17557639614c1cdDb356b1B83fc0B2132';

// https://bscscan.com/address/0x589750BA8aF186cE5B55391B0b7148cAD43a1619
export const WETH_GATEWAY = '0x589750BA8aF186cE5B55391B0b7148cAD43a1619';

// https://bscscan.com/address/0x5E2d083417D12d4B0824E14Ecd48D26831F4Da7D
export const WITHDRAW_SWAP_ADAPTER = '0x5E2d083417D12d4B0824E14Ecd48D26831F4Da7D';

export const CHAIN_ID = 56;
export const ASSETS = {} as const;
export const E_MODES = {} as const;
15 changes: 15 additions & 0 deletions src/ts/MiscBNB.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
// https://bscscan.com/address/0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A
export const TRANSPARENT_PROXY_FACTORY = '0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A';

// https://bscscan.com/address/0x25170e9Ed4077ABA7D3DD03cf4A9F45Dc6D0fcCD
export const PROTOCOL_GUARDIAN = '0x25170e9Ed4077ABA7D3DD03cf4A9F45Dc6D0fcCD';

// https://bscscan.com/address/0xAe940e61E9863178b71500c9B5faE2a04Da361a1
export const PARASWAP_FEE_CLAIMER = '0xAe940e61E9863178b71500c9B5faE2a04Da361a1';

// https://bscscan.com/address/0x39EBFfc7679c62Dfcc4A3E2c09Bcb0be255Ae63c
export const PROXY_ADMIN = '0x39EBFfc7679c62Dfcc4A3E2c09Bcb0be255Ae63c';

// https://bscscan.com/address/0x3b56998Ec06477704622ca8e2eA1b4db134cec32
export const CREATE_3_FACTORY = '0x3b56998Ec06477704622ca8e2eA1b4db134cec32';

0 comments on commit 2d16c86

Please sign in to comment.