Skip to content

Commit

Permalink
chore(blast::config): comment blast
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadusmanuet committed Dec 17, 2024
1 parent cd152a3 commit 14eee51
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14eee51

Please sign in to comment.