Skip to content

Commit

Permalink
chore(storage): change rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 17, 2024
1 parent ec61678 commit 3f2beb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ export const prodBridgeConfig: IBridgeConfig = {
],
storageConfig: {
chain: "OP",
rpcURL: "https://optimism.llamarpc.com",
rpcURL:
"https://site1.moralis-nodes.com/optimism/782dc8d8a6a044138f39732619dcbfc9",
nativeCoinSymbol: "OP",
intialFund: "5000000000000000",
contractAddress: "0xc6e84955ba7C354fb7ca60011883e5673Be3F629",
Expand Down

0 comments on commit 3f2beb8

Please sign in to comment.