Skip to content

Commit 4bee029

Browse files
committed
update comment
1 parent d771a3a commit 4bee029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/sample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function StakeBTC() {
103103
const flag = "SAT+"; // Core/SAT+ identifier
104104
const validatorAddress = "0x0A53B7e0Ffd97357e444B85f4D683c1d8e22879A"; //Validator address to delegate to.
105105
const rewardAddress = "0xE9B809ea7464c103862F31F234018e5F87BB3D1e"; //Core address to claim CORE rewards.
106-
const chainId = "1112"; //Chain ID, Devnet 1112, Mainnet 1115
106+
const chainId = "1112"; //Chain ID, Devnet 1112, Testnet 1115, Mainnet 1116
107107
const version = 1; //Version 1.
108108
const coreFee = 0; //Fee paid to porters of CORE, who transmit the BTC staking transaction to Core blockchain.
109109
const flagHex = Buffer.from(flag, "utf-8").toString("hex").padStart(8, "0");

sample.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function StakeBTC() {
8080
const flag = "SAT+"; // Core/SAT+ identifier
8181
const validatorAddress = "0x0A53B7e0Ffd97357e444B85f4D683c1d8e22879A"; //Validator address to delegate to.
8282
const rewardAddress = "0xE9B809ea7464c103862F31F234018e5F87BB3D1e"; //Core address to claim CORE rewards.
83-
const chainId = "1112"; //Chain ID, Devnet 1112, Mainnet 1115
83+
const chainId = "1112"; //Chain ID, Devnet 1112, Testnet 1115, Mainnet 1116
8484
const version = 1; //Version 1.
8585
const coreFee = 0; //Fee paid to porters of CORE, who transmit the BTC staking transaction to Core blockchain.
8686
const flagHex = Buffer.from(flag, "utf-8").toString("hex").padStart(8, "0");

0 commit comments

Comments
 (0)