graphql: add support for retrieving the chain id (#21451)
This commit is contained in:
@ -314,6 +314,8 @@ const schema string = `
|
||||
protocolVersion: Int!
|
||||
# Syncing returns information on the current synchronisation state.
|
||||
syncing: SyncState
|
||||
# ChainID returns the current chain ID for transaction replay protection.
|
||||
chainID: BigInt!
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
Reference in New Issue
Block a user