Skip to content

Commit

Permalink
Merge pull request #194 from kleros/feat/redstone
Browse files Browse the repository at this point in the history
feat(network-map): add redstone configuration
  • Loading branch information
0xferit authored Jul 24, 2024
2 parents e66db97 + 07cdfdf commit babc180
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ethereum/network-contract-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ const map = {
CURRENCY_SHORT: "ETH",
QUERY_FROM_BLOCK: arbitratorDeployedAtBlock["1"],
},
690:{
NAME: "Redstone",
FOREIGN_KLEROS_LIQUID: arbitrators["1"],
FOREIGN_ARBITRATOR_NETWORK_CODE: "1",
ARBITRABLE_PROXY: null,
POLICY_REGISTRY: policyRegistries["1"],
WEB3_PROVIDER: process.env.REACT_APP_REDSTONE,
CURRENCY_SHORT: "ETH",
QUERY_FROM_BLOCK: arbitratorDeployedAtBlock["1"]
},
42161: {
NAME: "Arbitrum One",
FOREIGN_KLEROS_LIQUID: arbitrators["1"],
Expand Down

0 comments on commit babc180

Please sign in to comment.