-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
scripts/configs/governance/binance.ts → scripts/configs/governance/bnb.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ export enum ChainId { | |
scroll_sepolia = 534351, | ||
metis = 1088, | ||
base = 8453, | ||
binance = 56, | ||
bnb = 56, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity >=0.6.0; | ||
|
||
// AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR | ||
import {IGovernanceCore, IPayloadsControllerCore, IDataWarehouse, IVotingStrategy} from './GovernanceV3.sol'; | ||
|
||
library GovernanceV3BNB { | ||
// https://bscscan.com/address/0x9d33ee6543C9b2C8c183b8fb58fB089266cffA19 | ||
address internal constant CROSS_CHAIN_CONTROLLER = 0x9d33ee6543C9b2C8c183b8fb58fB089266cffA19; | ||
|
||
// https://bscscan.com/address/0xcabb46FfB38c93348Df16558DF156e9f68F9F7F1 | ||
address internal constant CL_EMERGENCY_ORACLE = 0xcabb46FfB38c93348Df16558DF156e9f68F9F7F1; | ||
|
||
// https://bscscan.com/address/0xE5EF2Dd06755A97e975f7E282f828224F2C3e627 | ||
IPayloadsControllerCore internal constant PAYLOADS_CONTROLLER = | ||
IPayloadsControllerCore(0xE5EF2Dd06755A97e975f7E282f828224F2C3e627); | ||
|
||
// https://bscscan.com/address/0xE3B770Dc4ae3f8bECaB3Ed12dE692c741603e16A | ||
address internal constant PC_DATA_HELPER = 0xE3B770Dc4ae3f8bECaB3Ed12dE692c741603e16A; | ||
|
||
// https://bscscan.com/address/0x9390B1735def18560c509E2d0bc090E9d6BA257a | ||
address internal constant EXECUTOR_LVL_1 = 0x9390B1735def18560c509E2d0bc090E9d6BA257a; | ||
|
||
// https://bscscan.com/address/0x0000000000000000000000000000000000000000 | ||
address internal constant EXECUTOR_LVL_2 = 0x0000000000000000000000000000000000000000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.