Skip to content

Commit

Permalink
Send 5000 ONE in Faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicamarius authored Dec 4, 2024
1 parent 6ec4581 commit 25525c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/faucet/faucet.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class FaucetService {
gasLimit: BigInt(500000),
sender: this.faucetAccount.address,
receiver: AddressUtilsV13.isAddressValid(address) ? address : this.apiConfigService.getCrossAddressTransferContract(),
value: BigInt(5000000000000000000), // 5 ONE
value: BigInt(5000000000000000000000), // 5 ONE
chainID: this.apiConfigService.getChainId(),
nonce: nonce,
data: AddressUtilsV13.isAddressValid(address) ? undefined : new TransactionPayload(`crossAddressTransfer@${AddressUtilsV13.sliceEvmAddress(address)}@0002`)

Check failure on line 102 in src/endpoints/faucet/faucet.service.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Missing trailing comma
Expand Down

0 comments on commit 25525c4

Please sign in to comment.