Skip to content

Commit

Permalink
Added Blast Mainnet | Neon EVM Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Mar 1, 2024
1 parent b4be48a commit 67a45c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Implementation with go-ethereum<br>

Preview of code execution `main.go` <br>

![go-solc-batch-deployer](https://github.com/whonion/go-solc-batch-deployer/blob/main/go-solc-batch-deployer.png?raw=true)
![go-solc-batch-deployer](https://github.com/whonion/go-solc-batch-deployer/blob/main/go-solc-batch-deployer.gif?raw=true)
## Package description

- main.go - main executable or build file
Expand Down
Binary file added go-solc-batch-deployer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,18 @@ func main() {
ExplorerURL: "https://mainnet.opbnbscan.com",
RPCURL: "https://opbnb-rpc.publicnode.com",
},
204: {

Check failure on line 214 in main.go

View workflow job for this annotation

GitHub Actions / build

duplicate key 204 in map literal

Check failure on line 214 in main.go

View workflow job for this annotation

GitHub Actions / build

duplicate key 204 in map literal

Check failure on line 214 in main.go

View workflow job for this annotation

GitHub Actions / Test Deployment

duplicate key 204 in map literal
ChainID: 204,
ChainName: "opBNB",
ExplorerURL: "https://mainnet.opbnbscan.com",
RPCURL: "https://opbnb-rpc.publicnode.com",
},
81457: {
ChainID: 81457,
ChainName: "Blast Mainnet",
ExplorerURL: "https://blastscan.io",
RPCURL: "https://blast.blockpi.network/v1/rpc/public",
},
}

// Iterate over each private key
Expand Down

0 comments on commit 67a45c5

Please sign in to comment.