From 42e83997400575fd5d4a7920807046c4b2a3ce27 Mon Sep 17 00:00:00 2001 From: Nazreen Date: Thu, 5 Dec 2024 23:37:03 +0800 Subject: [PATCH] docs(solana): remove receiveLibraryTimeoutConfig (#1111) --- examples/oft-solana/layerzero.config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/oft-solana/layerzero.config.ts b/examples/oft-solana/layerzero.config.ts index 7be16c051..eed5a406c 100644 --- a/examples/oft-solana/layerzero.config.ts +++ b/examples/oft-solana/layerzero.config.ts @@ -69,12 +69,6 @@ const config: OAppOmniGraphHardhat = { // receiveLibrary: '7a4WjyR8VZ7yZz5XJAKm39BUGn5iT9CKcv2pmG9tdXVH', // gracePeriod: BigInt(0), // }, - // // Optional Receive Library Timeout for when the Old Receive Library Address will no longer be valid - // // Note: This configuring `receiveLibraryTimeoutConfig` using devtools is not currently available for Solana. - // // receiveLibraryTimeoutConfig: { - // // lib: '0x0000000000000000000000000000000000000000', - // // expiry: BigInt(0), - // // }, // // Optional Send Configuration // // @dev Controls how the `from` chain sends messages to the `to` chain. // sendConfig: {