Socket
Socket
Sign inDemoInstall

@wagmi/chains

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/chains - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

53

dist/index.d.ts

@@ -207,2 +207,53 @@ type Address = `0x${string}`;

declare const bronos: {
readonly id: 1039;
readonly name: "Bronos";
readonly network: "bronos";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "BRO";
readonly symbol: "BRO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://evm.bronos.org"];
};
readonly public: {
readonly http: readonly ["https://evm.bronos.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "BronoScan";
readonly url: "https://broscan.bronos.org";
};
};
};
declare const bronosTestnet: {
readonly id: 1038;
readonly name: "Bronos Testnet";
readonly network: "bronos-testnet";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "Bronos Coin";
readonly symbol: "tBRO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://evm-testnet.bronos.org"];
};
readonly public: {
readonly http: readonly ["https://evm-testnet.bronos.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "BronoScan";
readonly url: "https://tbroscan.bronos.org";
};
};
readonly testnet: true;
};
declare const bsc: {

@@ -1223,2 +1274,2 @@ readonly id: 56;

export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet };
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet };

@@ -127,2 +127,41 @@ // src/arbitrum.ts

// src/bronos.ts
var bronos = {
id: 1039,
name: "Bronos",
network: "bronos",
nativeCurrency: {
decimals: 18,
name: "BRO",
symbol: "BRO"
},
rpcUrls: {
default: { http: ["https://evm.bronos.org"] },
public: { http: ["https://evm.bronos.org"] }
},
blockExplorers: {
default: { name: "BronoScan", url: "https://broscan.bronos.org" }
}
};
// src/bronosTestnet.ts
var bronosTestnet = {
id: 1038,
name: "Bronos Testnet",
network: "bronos-testnet",
nativeCurrency: {
decimals: 18,
name: "Bronos Coin",
symbol: "tBRO"
},
rpcUrls: {
default: { http: ["https://evm-testnet.bronos.org"] },
public: { http: ["https://evm-testnet.bronos.org"] }
},
blockExplorers: {
default: { name: "BronoScan", url: "https://tbroscan.bronos.org" }
},
testnet: true
};
// src/bsc.ts

@@ -1016,2 +1055,4 @@ var bsc = {

avalancheFuji,
bronos,
bronosTestnet,
bsc,

@@ -1018,0 +1059,0 @@ bscTestnet,

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -35,2 +35,4 @@ # `@wagmi/chains`

- `avalancheFuji`
- `bronos`
- `bronosTestnet`
- `bsc`

@@ -37,0 +39,0 @@ - `bscTestnet`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc