@wagmi/chains
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -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 | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17965
640