From ec6167864d7b965006e03283b6dda49b74f5a0fe Mon Sep 17 00:00:00 2001 From: D Date: Tue, 17 Sep 2024 16:32:19 +0500 Subject: [PATCH] chore(storage): revert storage contract --- src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index 0abf477..66014d7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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, },