-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add arbitrum * fix action * new deployment * fix version * improve script * update deps * fix content * rm json
- Loading branch information
Showing
12 changed files
with
402 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
# Signer Private Key (signer[0]) | ||
SIGNER_PRIVATE_KEY="88888" | ||
|
||
# Optimism Mainnet | ||
OPTIMISM_MAINNET_RPC_ENDPOINT_URL="https://mainnet.optimism.io" | ||
OPTIMISM_MAINNET_PRIVATE_KEY="88888" | ||
OP_ETHERSCAN_API_KEY="88888" | ||
|
||
# Base Mainnet | ||
BASE_MAINNET_RPC_ENDPOINT_URL="https://mainnet.base.org" | ||
BASE_MAINNET_PRIVATE_KEY="88888" | ||
BASE_ETHERSCAN_API_KEY="88888" | ||
|
||
# Arbitrum One Mainnet | ||
ARBITRUM_MAINNET_RPC_ENDPOINT_URL="88888" | ||
ARBITRUM_ETHERSCAN_API_KEY="88888" | ||
|
||
# Sepolia | ||
SEPOLIA_RPC_ENDPOINT_URL="https://ethereum-sepolia.publicnode.com" | ||
SEPOLIA_PRIVATE_KEY="88888" | ||
SEPOLIA_RPC_ENDPOINT_URL="88888" | ||
ETHERSCAN_API_KEY="88888" | ||
|
||
# OP Sepolia | ||
OP_SEPOLIA_RPC_ENDPOINT_URL="https://sepolia.optimism.io" | ||
OP_SEPOLIA_PRIVATE_KEY="88888" | ||
OP_SEPOLIA_RPC_ENDPOINT_URL="88888" | ||
|
||
# Base Sepolia | ||
BASE_SEPOLIA_RPC_ENDPOINT_URL="https://sepolia.base.org" | ||
BASE_SEPOLIA_PRIVATE_KEY="88888" | ||
|
||
# Arbitrum Sepolia | ||
ARBITRUM_SEPOLIA_RPC_ENDPOINT_URL="88888" |
2 changes: 1 addition & 1 deletion
2
.github/workflows/node.js.yml → .github/workflows/run-unit-tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Node.js CI | ||
name: Run unit tests | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
deployments/op-sepolia/solcInputs/2676894e6b83161ae4e84ccb188baea1.json
This file was deleted.
Oops, something went wrong.
51 changes: 51 additions & 0 deletions
51
deployments/op-sepolia/solcInputs/860f9bc4667771d8f00e14264b952801.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.