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.0 to 0.2.1

80

dist/index.d.ts

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

declare const celo: {
readonly id: 42220;
readonly name: "Celo";
readonly network: "celo";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "CELO";
readonly symbol: "CELO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://forno.celo.org"];
};
readonly infura: {
readonly http: readonly ["https://celo-mainnet.infura.io/v3"];
};
readonly public: {
readonly http: readonly ["https://forno.celo.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Celo Explorer";
readonly url: "https://explorer.celo.org/mainnet";
};
readonly etherscan: {
readonly name: "CeloScan";
readonly url: "https://celoscan.io";
};
};
readonly contracts: {
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
readonly blockCreated: 13112599;
};
};
readonly testnet: false;
};
declare const celoAlfajores: {
readonly id: 44787;
readonly name: "Alfajores";
readonly network: "celo-alfajores";
readonly nativeCurrency: {
readonly decimals: 18;
readonly name: "CELO";
readonly symbol: "A-CELO";
};
readonly rpcUrls: {
readonly default: {
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"];
};
readonly infura: {
readonly http: readonly ["https://celo-alfajores.infura.io/v3"];
};
readonly public: {
readonly http: readonly ["https://alfajores-forno.celo-testnet.org"];
};
};
readonly blockExplorers: {
readonly default: {
readonly name: "Celo Explorer";
readonly url: "https://explorer.celo.org/alfajores";
};
readonly etherscan: {
readonly name: "CeloScan";
readonly url: "https://alfajores.celoscan.io/";
};
};
readonly contracts: {
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
readonly blockCreated: 14569001;
};
};
readonly testnet: true;
};
declare const crossbell: {

@@ -1145,2 +1223,2 @@ readonly id: 3737;

export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, canto, 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, 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 };

@@ -202,2 +202,74 @@ // src/arbitrum.ts

// src/celo.ts
var celo = {
id: 42220,
name: "Celo",
network: "celo",
nativeCurrency: {
decimals: 18,
name: "CELO",
symbol: "CELO"
},
rpcUrls: {
default: { http: ["https://forno.celo.org"] },
infura: {
http: ["https://celo-mainnet.infura.io/v3"]
},
public: {
http: ["https://forno.celo.org"]
}
},
blockExplorers: {
default: {
name: "Celo Explorer",
url: "https://explorer.celo.org/mainnet"
},
etherscan: { name: "CeloScan", url: "https://celoscan.io" }
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 13112599
}
},
testnet: false
};
// src/celoAlfajores.ts
var celoAlfajores = {
id: 44787,
name: "Alfajores",
network: "celo-alfajores",
nativeCurrency: {
decimals: 18,
name: "CELO",
symbol: "A-CELO"
},
rpcUrls: {
default: {
http: ["https://alfajores-forno.celo-testnet.org"]
},
infura: {
http: ["https://celo-alfajores.infura.io/v3"]
},
public: {
http: ["https://alfajores-forno.celo-testnet.org"]
}
},
blockExplorers: {
default: {
name: "Celo Explorer",
url: "https://explorer.celo.org/alfajores"
},
etherscan: { name: "CeloScan", url: "https://alfajores.celoscan.io/" }
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 14569001
}
},
testnet: true
};
// src/crossbell.ts

@@ -947,2 +1019,4 @@ var crossbell = {

canto,
celo,
celoAlfajores,
crossbell,

@@ -949,0 +1023,0 @@ evmos,

2

package.json

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

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

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

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

- `canto`
- `celo`
- `celoAlfajores`
- `fantom`

@@ -40,0 +42,0 @@ - `fantomTestnet`

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