Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1.1 to 0.1.2

6

dist/index.d.ts

@@ -84,2 +84,6 @@ declare type Address = `0x${string}`;

export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, fantom, fantomTestnet, foundry, goerli, hardhat, localhost, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia };
declare const taraxa: Chain;
declare const taraxaTestnet: Chain;
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, fantom, fantomTestnet, foundry, goerli, hardhat, localhost, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet };

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

};
// src/taraxa.ts
var taraxa = {
id: 841,
name: "Taraxa Mainnet",
network: "taraxa",
nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.mainnet.taraxa.io"]
}
},
blockExplorers: {
default: {
name: "Taraxa Explorer",
url: "https://explorer.mainnet.taraxa.io"
}
}
};
// src/taraxaTestnet.ts
var taraxaTestnet = {
id: 842,
name: "Taraxa Testnet",
network: "taraxa-testnet",
nativeCurrency: { name: "Tara", symbol: "TARA", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.testnet.taraxa.io"]
}
},
blockExplorers: {
default: {
name: "Taraxa Explorer",
url: "https://explorer.testnet.taraxa.io"
}
},
testnet: true
};
export {

@@ -551,3 +590,5 @@ arbitrum,

polygonMumbai,
sepolia
sepolia,
taraxa,
taraxaTestnet
};

2

package.json

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

"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",

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

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