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 cf55591
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",
},
81457: {
ChainID: 81457,
ChainName: "Blast Mainnet",
ExplorerURL: "https://blastscan.io",
RPCURL: "https://blast.blockpi.network/v1/rpc/public",
},
245022934: {
ChainID: 245022934,
ChainName: "Neon EVM Mainnet",
ExplorerURL: "https://neonscan.org",
RPCURL: "https://neon-proxy-mainnet.solana.p2p.orgc",
},
}

// Iterate over each private key
Expand Down

0 comments on commit cf55591

Please sign in to comment.