Skip to content

Commit

Permalink
chore(storage): revert storage contract
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 17, 2024
1 parent c6d74ad commit ec61678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ export const prodBridgeConfig: IBridgeConfig = {
],
storageConfig: {
chain: "OP",
rpcURL: "http://64.176.164.198:8545",
rpcURL: "https://optimism.llamarpc.com",
nativeCoinSymbol: "OP",
intialFund: "5000000000000000",
contractAddress: "0xbFDdaF774a3690a44852c70694E05cDaeadae792",
contractAddress: "0xc6e84955ba7C354fb7ca60011883e5673Be3F629",
chainType: "evm",
lastBlock: 20900,
lastBlock: 123638429,
decimals: 18,
blockChunks: 1000,
},
Expand Down

0 comments on commit ec61678

Please sign in to comment.