diff --git a/src/config.ts b/src/config.ts index ae4d30a..401ae00 100644 --- a/src/config.ts +++ b/src/config.ts @@ -406,17 +406,17 @@ export const prodBridgeConfig: IBridgeConfig = { nativeCoinSymbol: "SCRT", rpcURL: "https://rpc.ankr.com/http/scrt_cosmos", }, - // { - // chain: "VECHAIN", - // rpcURL: "https://rpc-mainnet.vechain.energy", - // nativeCoinSymbol: "VET", - // intialFund: "50000000000000000", - // contractAddress: "0x4c14CF6Eb11978F0A90B369107Aa7F5A08994428", - // chainType: "evm", - // lastBlock: 20407625, - // decimals: 18, - // blockChunks: 1000, - // }, + { + chain: "VECHAIN", + rpcURL: "https://mainnet.veblocks.net", + nativeCoinSymbol: "VET", + intialFund: "50000000000000000", + contractAddress: "0x4c14CF6Eb11978F0A90B369107Aa7F5A08994428", + chainType: "vechain", + lastBlock: 20407625, + decimals: 18, + blockChunks: 1000, + }, ], storageConfig: { chain: "OP",