Skip to content

Commit

Permalink
chore(params): ChainName -> chainName for all json
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa committed Apr 25, 2024
1 parent ed62fa9 commit 7517e16
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion params/chainspecs/amoy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "amoy",
"chainName": "amoy",
"chainId": 80002,
"consensus": "bor",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/bor-devnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "bor-devnet",
"chainName": "bor-devnet",
"chainId": 1337,
"consensus": "bor",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/bor-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "bor-mainnet",
"chainName": "bor-mainnet",
"chainId": 137,
"consensus": "bor",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/chiado.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "chiado",
"chainName": "chiado",
"chainId": 10200,
"consensus": "aura",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/gnosis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "gnosis",
"chainName": "gnosis",
"chainId": 100,
"consensus": "aura",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/goerli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "goerli",
"chainName": "goerli",
"chainId": 5,
"consensus": "clique",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "mainnet",
"chainName": "mainnet",
"chainId": 1,
"consensus": "ethash",
"homesteadBlock": 1150000,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/mumbai.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "mumbai",
"chainName": "mumbai",
"chainId": 80001,
"consensus": "bor",
"homesteadBlock": 0,
Expand Down
2 changes: 1 addition & 1 deletion params/chainspecs/sepolia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ChainName": "sepolia",
"chainName": "sepolia",
"chainId": 11155111,
"consensus": "ethash",
"homesteadBlock": 0,
Expand Down

0 comments on commit 7517e16

Please sign in to comment.