File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ const arbitrableWhitelist = {
5252 "0xf7de5537ecd69a94695fcf4bcdbdee6329b63322" ,
5353 "0xa4AC94C4fa65Bb352eFa30e3408e64F72aC857bc"
5454 ] ,
55+ 8453 : [
56+ "0xF0b37Feda6CDF5F78B37e1Fbccc24969059F2044"
57+ ]
5558} ;
5659
57- export default arbitrableWhitelist ;
60+ export default arbitrableWhitelist ;
Original file line number Diff line number Diff line change @@ -201,6 +201,18 @@ const map = {
201201 WEB3_PROVIDER : process . env . REACT_APP_OPTIMISM_SEPOLIA ,
202202 CURRENCY_SHORT : "ETH" ,
203203 QUERY_FROM_BLOCK : arbitratorDeployedAtBlock [ "11155111" ] ,
204+ } ,
205+ 8453 : {
206+ NAME : "Base Mainnet" ,
207+ FOREIGN_KLEROS_LIQUID : arbitrators [ "1" ] ,
208+ FOREIGN_ARBITRATOR_NETWORK_CODE : "1" ,
209+ ARBITRABLE_PROXY : null ,
210+ ESCROW_V1_CONTRACTS : [ ] ,
211+ POH_V2_CONTRACTS : [ ] ,
212+ POLICY_REGISTRY : policyRegistries [ "1" ] ,
213+ WEB3_PROVIDER : process . env . REACT_APP_BASE ,
214+ CURRENCY_SHORT : "ETH" ,
215+ QUERY_FROM_BLOCK : arbitratorDeployedAtBlock [ "1" ] ,
204216 }
205217} ;
206218
You can’t perform that action at this time.
0 commit comments