adds zksync-sepolia support (#377)
This commit is contained in:
committed by
GitHub
parent
4c4f4feb54
commit
7a496563ea
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user