Skip to content

Commit

Permalink
Merge pull request #30 from XP-NETWORK/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
D4mph1r authored Dec 19, 2024
2 parents 4259a7e + 82b0cb4 commit 9823cfb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const stakingTestChain: IStakingConfig = {
nativeCoinSymbol: "sFUEL",
chainType: "evm",
coinAddress: "0x491f505AbD292372f7D9a8C6B12d3a8d3894C8b6",
contractAddress: "0x2b4082b5cBe5958888d68985524939ec1c871007",
contractAddress: "0x94Fa17B47397cD2d7D58B467Dd9aC5Ad7C5D8c7d",
intialFund: "0",
lastBlock: 2209753,
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/handler/chains/near/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function nearHandler({
const account = await provider.account(address);
release();
return {
publicKey: publicKeyInHex,
publicKey: `${address}|${publicKeyInHex}`,
pollForLockEvents: async (_, cb, cbLe) => {
serverLinkHandler
? pollForLockEvents(chainIdent, cbLe, cb, em, serverLinkHandler, logger)
Expand Down
Empty file removed validator.db-journal
Empty file.

0 comments on commit 9823cfb

Please sign in to comment.