Skip to content

Commit

Permalink
Add wallet rpc addresses (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Jan 26, 2024
1 parent d2ed50c commit 9d61c61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export const getParameters = ({
ledger: false,
trezor: true
},
walletRpc: {
8453: "https://mainnet.base.org/", // Base
10: "https://mainnet.optimism.io/", // Optimism
42161: "https://arb1.arbitrum.io/rpc", // Arbitrum
},
subgraphs: {
baseUrl: notProduction
? "https://satsuma.subgraph.staging.oasisapp.dev/subgraphs/name"
Expand Down

0 comments on commit 9d61c61

Please sign in to comment.