File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
hooks/useIsFeatureEnabled Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @venusprotocol/evm " : minor
3
+ ---
4
+
5
+ add Core Pool WBNB market NativeTokenGateway contract record
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useChainId } from 'libs/wallet';
2
2
import { ChainId } from 'types' ;
3
3
4
4
export const featureFlags = {
5
- integratedSwap : [ ChainId . BSC_TESTNET ] ,
5
+ integratedSwap : [ ] ,
6
6
prime : [
7
7
ChainId . BSC_MAINNET ,
8
8
ChainId . BSC_TESTNET ,
Original file line number Diff line number Diff line change @@ -782,11 +782,15 @@ export const contracts: ContractConfig[] = [
782
782
[ isolatedPoolsBscTestnetDeployments . addresses . Comptroller_LiquidStakedBNB . toLowerCase ( ) as Address ] :
783
783
isolatedPoolsBscTestnetDeployments . addresses
784
784
. NativeTokenGateway_vWBNB_LiquidStakedBNB as Address ,
785
+ [ venusProtocolBscTestnetDeployments . addresses . Unitroller_Proxy . toLowerCase ( ) as Address ] :
786
+ '0xF34AAfc540Adc827A84736553BD29DE87a117558' , // TODO: get from venus-periphery contract,
785
787
} ,
786
788
[ ChainId . BSC_MAINNET ] : {
787
789
[ isolatedPoolsBscMainnetDeployments . addresses . Comptroller_LiquidStakedBNB . toLowerCase ( ) as Address ] :
788
790
isolatedPoolsBscMainnetDeployments . addresses
789
791
. NativeTokenGateway_vWBNB_LiquidStakedBNB as Address ,
792
+ [ venusProtocolBscMainnetDeployments . addresses . Unitroller_Proxy . toLowerCase ( ) as Address ] :
793
+ '0x5143eb18aA057Cd8BC9734cCfD2651823e71585f' , // TODO: get from venus-periphery contract,
790
794
} ,
791
795
[ ChainId . OPBNB_MAINNET ] : {
792
796
[ isolatedPoolsOpBnbMainnetDeployments . addresses . Comptroller_Core . toLowerCase ( ) as Address ] :
You can’t perform that action at this time.
0 commit comments