Skip to content

Commit 565107a

Browse files
committed
fixed chainID for base sepolia
1 parent 2828ebb commit 565107a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randomness-js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A library for consuming, verifying and using randomness from the dcipher network",
55
"source": "src/index.ts",
66
"main": "./dist/cjs/index.cjs",

src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const FILECOIN_MAINNET: NetworkConfig = {
5757

5858
export const BASE_SEPOLIA: NetworkConfig = {
5959
name: "base_sepolia",
60-
chainId: 31337n,
60+
chainId: 84532n,
6161
contractAddress: "0x5FbDB2315678afecb367f032d93F642f64180aa3",
6262
dst: "dcipher-randomness-v01-BN254G1_XMD:KECCAK-256_SVDW_RO_0x0000000000000000000000000000000000000000000000000000000000014a34_",
6363
gasLimit: 100_000,

0 commit comments

Comments
 (0)