From 14eee51c4ff5243a0ada6ef471fcd2a28658b951 Mon Sep 17 00:00:00 2001 From: Muhammad Usman Date: Tue, 17 Dec 2024 15:32:59 +0500 Subject: [PATCH] chore(blast::config): comment blast --- src/config.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/config.ts b/src/config.ts index 6a1e4a3..606ca3c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -118,17 +118,17 @@ export const bridgeTestChains = [ theGraphApiUrl: "https://api.studio.thegraph.com/query/89122/near-xp/version/latest", }, - { - chain: "BLAST", - rpcURL: "https://blast-sepolia.blockpi.network/v1/rpc/public", - nativeCoinSymbol: "ETH", - intialFund: "50000000000000000", - contractAddress: "0x2Aa8Dbb7543754d70B5A40D52cB81c2a0bB08B83", - chainType: "evm", - lastBlock: 11980723, - decimals: 18, - blockChunks: 1000, - }, + // { + // chain: "BLAST", + // rpcURL: "https://blast-sepolia.blockpi.network/v1/rpc/public", + // nativeCoinSymbol: "ETH", + // intialFund: "50000000000000000", + // contractAddress: "0x2Aa8Dbb7543754d70B5A40D52cB81c2a0bB08B83", + // chainType: "evm", + // lastBlock: 11980723, + // decimals: 18, + // blockChunks: 1000, + // }, { chain: "APTOS", chainType: "aptos",