From 1f08797b3b3b3c75c4d2f01af7fddda40953b1b9 Mon Sep 17 00:00:00 2001 From: Maxime OUAIRY Date: Thu, 26 Mar 2026 08:34:11 +0100 Subject: [PATCH] feat: tempo change default erc20 to mainnet --- src/components/tempo-transactions/tempo-transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tempo-transactions/tempo-transactions.js b/src/components/tempo-transactions/tempo-transactions.js index 30065415..014cb1b7 100644 --- a/src/components/tempo-transactions/tempo-transactions.js +++ b/src/components/tempo-transactions/tempo-transactions.js @@ -3,7 +3,7 @@ import globalContext from '../..'; // Tempo Transactions // ERC20 TST token created and owned by shared account 0x13b7e6EBcd40777099E4c45d407745aB2de1D1F8 -const defaultErc20TokenAddress = '0x54a114fecE3dffd7c5D4089D0A43E01F0939464c'; +const defaultErc20TokenAddress = '0x8757b7EABAAaC8173DF72B868B4947FaE1368784'; // pathUSD (default Tempo fee token const defaultFeeToken = '0x20c0000000000000000000000000000000000000';