File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,3 +55,4 @@ REACT_APP_WEB3_FALLBACK_MUMBAI_HTTPS_URL='https://polygon-mumbai.g.alchemy.com/v
5555
5656# REACT_APP_SUBGRAPH_MAINNET_DISPLAY='https://api.studio.thegraph.com/query/61738/kleros-display-mainnet/version/latest'
5757# REACT_APP_SUBGRAPH_GNOSIS_DISPLAY='https://api.studio.thegraph.com/query/61738/kleros-display-gnosis/version/latest'
58+ REACT_APP_WEB3_FALLBACK_BASE_HTTPS_URL = " https://mainnet.base.org"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ const chainIdToRpcEndpoint = {
2929 421614 : process . env . REACT_APP_WEB3_FALLBACK_ARBITRUMSEPOLIA_HTTPS_URL ,
3030 11155111 : process . env . REACT_APP_WEB3_FALLBACK_SEPOLIA_HTTPS_URL ,
3131 11155420 : process . env . REACT_APP_WEB3_FALLBACK_OPTIMISMSEPOLIA_HTTPS_URL ,
32+ 8453 : process . env . REACT_APP_WEB3_FALLBACK_BASE_HTTPS_URL ,
3233} ;
3334
3435export function getReadOnlyRpcUrl ( chainId ) {
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ const arbitrableWhitelist = {
8181 11155420 : [
8282 "0x6a41AF8FC7f68bdd13B2c7D50824Ed49155DC3bA" , // RealitioForeignProxyOptimism (Sepolia)
8383 ] . map ( ( address ) => address . toLowerCase ( ) ) ,
84+ 8453 : [
85+ "0xF0b37Feda6CDF5F78B37e1Fbccc24969059F2044" , // RealitioForeignProxyBase
86+ ] . map ( ( address ) => address . toLowerCase ( ) ) ,
8487} ;
8588
8689export default arbitrableWhitelist ;
You can’t perform that action at this time.
0 commit comments