We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2828ebb commit 565107aCopy full SHA for 565107a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "randomness-js",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A library for consuming, verifying and using randomness from the dcipher network",
5
"source": "src/index.ts",
6
"main": "./dist/cjs/index.cjs",
src/networks.ts
@@ -57,7 +57,7 @@ export const FILECOIN_MAINNET: NetworkConfig = {
57
58
export const BASE_SEPOLIA: NetworkConfig = {
59
name: "base_sepolia",
60
- chainId: 31337n,
+ chainId: 84532n,
61
contractAddress: "0x5FbDB2315678afecb367f032d93F642f64180aa3",
62
dst: "dcipher-randomness-v01-BN254G1_XMD:KECCAK-256_SVDW_RO_0x0000000000000000000000000000000000000000000000000000000000014a34_",
63
gasLimit: 100_000,
0 commit comments