rename bsc to bnb chain

This commit is contained in:
Kirill Litvinov
2023-09-12 10:11:00 +05:00
parent c8cf608e13
commit dba82f332c
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.81",
"version": "0.19.82",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.19.81",
"version": "0.19.82",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.81",
"version": "0.19.82",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -15,7 +15,7 @@
"56": {
"chainId": "56",
"explorer": "https://bscscan.com/",
"label": "Binance Smart Chain",
"label": "BNB Chain",
"shortName": "BSC",
"code": "bsc",
"rpc": "https://bsc-dataseed.binance.org/",
@@ -28,7 +28,7 @@
"97": {
"chainId": "97",
"explorer": "https://testnet.bscscan.com/",
"label": "Binance Smart Chain Testnet",
"label": "BNB Chain Testnet",
"shortName": "BSC-Testnet",
"code": "bsc",
"rpc": "https://data-seed-prebsc-1-s1.bnbchain.org:8545/",