From c2d89f1d0b42e11da2c882efbb945664ed9974d0 Mon Sep 17 00:00:00 2001 From: seuchenhund <85159159+seuchenhund@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:29:48 +0100 Subject: [PATCH] remove a colon --- docs/apps/ccip-bridge/guides/smart-contract-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apps/ccip-bridge/guides/smart-contract-requirements.md b/docs/apps/ccip-bridge/guides/smart-contract-requirements.md index 8c8c3e7..61ca468 100644 --- a/docs/apps/ccip-bridge/guides/smart-contract-requirements.md +++ b/docs/apps/ccip-bridge/guides/smart-contract-requirements.md @@ -26,7 +26,7 @@ The token's smart contract must meet minimum requirements to integrate with CCIP * **burn(uint256 amount)** / **burn(address account, uint256 amount)**: This function is used to burn the amount of tokens on the source blockchain. * **decimals()**: Returns the token's number of decimals. * On the source and destination blockchains, the token contract must support granting **mint and burn** permissions. The token issuers or another role (such as the token administrator) will grant these permissions to the token pool. -### Lock & Mint Requirements: +### Lock & Mint Requirements * The token smart contract must have the following function: * **decimals()**: Returns the token's number of decimals. * On the destination blockchain, The token contract must support granting mint and burn permissions described above. The token issuers or another role (such as the token administrator) will grant these permissions to the token pool.