浏览代码

nit: add newline

nidhi-singh02 3 月之前
父节点
当前提交
9e19455ab7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      target_chains/ethereum/contracts/.gitignore
  2. 1 1
      target_chains/ethereum/contracts/foundry.toml

+ 1 - 1
target_chains/ethereum/contracts/.gitignore

@@ -11,4 +11,4 @@ artifacts
 lcov.info
 filtered-lcov.info
 coverage
-broadcast/*
+broadcast/*

+ 1 - 1
target_chains/ethereum/contracts/foundry.toml

@@ -24,4 +24,4 @@ ignored_warnings_from = [
 testnet="${RPC_URL}"
 local = "http://localhost:8545"
 
-etherscan_api_key="${ETHERSCAN_API_KEY}"
+etherscan_api_key="${ETHERSCAN_API_KEY}"