Skip to content

Commit

Permalink
Change chainID to chainId (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed Aug 1, 2023
1 parent 3070ee0 commit 4653fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/local/polygon-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ CHAIN_CUSTOM_OPTIONS=$(tr "\n" " " << EOL
--epoch-size 10
--chain-id 51001
--name polygon-edge-docker
--premine 0x0000000000000000000000000000000000000000
--premine 0x228466F2C715CbEC05dEAbfAc040ce3619d7CF0B:0xD3C21BCECCEDA1000000
--premine 0xca48694ebcB2548dF5030372BE4dAad694ef174e:0xD3C21BCECCEDA1000000
--burn-contract 0:0x0000000000000000000000000000000000000000
EOL
)

Expand Down
2 changes: 1 addition & 1 deletion jsonrpc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type transaction struct {
BlockHash *types.Hash `json:"blockHash"`
BlockNumber *argUint64 `json:"blockNumber"`
TxIndex *argUint64 `json:"transactionIndex"`
ChainID *argBig `json:"chainID,omitempty"`
ChainID *argBig `json:"chainId,omitempty"`
Type argUint64 `json:"type"`
}

Expand Down

0 comments on commit 4653fea

Please sign in to comment.