Skip to content

Commit

Permalink
fix: Rename BNB Smart Chain (#1035)
Browse files Browse the repository at this point in the history
* fix: Rename BNB Smart Chain

* v0.11.40
  • Loading branch information
ChaituVR authored Jul 12, 2024
1 parent 710c50c commit 7e007b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.11.39",
"version": "0.11.40",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
6 changes: 3 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
"56": {
"key": "56",
"name": "Binance Smart Chain",
"name": "BNB Smart Chain",
"shortName": "BSC",
"chainId": 56,
"network": "mainnet",
Expand Down Expand Up @@ -254,7 +254,7 @@
},
"97": {
"key": "97",
"name": "Binance Smart Chain Testnet",
"name": "BNB Smart Chain Testnet",
"shortName": "BSC Testnet",
"chainId": 97,
"network": "testnet",
Expand Down Expand Up @@ -1622,4 +1622,4 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
}
}
}

0 comments on commit 7e007b6

Please sign in to comment.