adds zksync-sepolia support (#377)

This commit is contained in:
Wesley Charles Blake
2024-01-09 08:47:59 +02:00
committed by GitHub
parent 4c4f4feb54
commit 7a496563ea
2 changed files with 7 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ Currently, dshackle supports next chains (should be used as chain names in confi
** binance (bsc, bnb-smart-chain) ** binance (bsc, bnb-smart-chain)
** bsc-testnet ** bsc-testnet
** zksync ** zksync
** zksync-sepolia
** zksync-testnet ** zksync-testnet
** polygon-zkevm ** polygon-zkevm
** polygon-zkevm-testnet ** polygon-zkevm-testnet

View File

@@ -261,6 +261,12 @@ chain-settings:
grpcId: 10012 grpcId: 10012
chain-id: 0x118 chain-id: 0x118
short-names: [zksync-testnet] short-names: [zksync-testnet]
- id: Sepolia
priority: 1
code: ZKS_SEPOLIA
grpcId: 10046
chain-id: 0x12c
short-names: [zksync-sepolia]
- id: base - id: base
label: Base label: Base
type: eth type: eth