From 967a20635c97264d2e9e256f8e0433f0c4c997fc Mon Sep 17 00:00:00 2001 From: konstantin Date: Fri, 16 Jan 2026 17:00:55 +0700 Subject: [PATCH] added proxy for Base Sepolia --- src/components/origins-destinations-testnet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/origins-destinations-testnet.js b/src/components/origins-destinations-testnet.js index 55b740d..6ab9b02 100644 --- a/src/components/origins-destinations-testnet.js +++ b/src/components/origins-destinations-testnet.js @@ -15,10 +15,10 @@ const TestnetChainTable = () => { chain: 'Base Sepolia', chainId: 84532, link: 'https://sepolia.basescan.org/', - callbackAddress: '', + callbackAddress: '0xa6eA49Ed671B8a4dfCDd34E36b7a75Ac79B8A5a6', rpcUrl: 'https://chainlist.org/chain/84532', origin: true, - destination: false + destination: true }, { chain: 'Binance Smart Chain',