diff --git a/src/components/connections/networks-helpers.js b/src/components/connections/networks-helpers.js index d93d93f5..75748dec 100644 --- a/src/components/connections/networks-helpers.js +++ b/src/components/connections/networks-helpers.js @@ -80,6 +80,12 @@ const NETWORKS = [ color: '#836ef9', category: 'main', }, + { + name: 'Tempo Mainnet (Presto)', + chainId: '0x1079', + color: '#dcdcdc', + category: 'main', + }, // Test networks { @@ -106,6 +112,12 @@ const NETWORKS = [ color: '#ff6b35', category: 'test', }, + { + name: 'Tempo Testnet (Moderato)', + chainId: '0xa5bf', + color: '#dcdcdc', + category: 'test', + }, ]; export function populateNetworkLists() { diff --git a/src/components/tempo-transactions/tempo-transactions.js b/src/components/tempo-transactions/tempo-transactions.js index 37eafcec..30065415 100644 --- a/src/components/tempo-transactions/tempo-transactions.js +++ b/src/components/tempo-transactions/tempo-transactions.js @@ -3,9 +3,9 @@ import globalContext from '../..'; // Tempo Transactions // ERC20 TST token created and owned by shared account 0x13b7e6EBcd40777099E4c45d407745aB2de1D1F8 -const defaultErc20TokenAddress = '0x86fA047df5b69df0CBD6dF566F1468756dCF339D'; -const defaultChainId = '0x89'; // Forcing to Polygon PoS for now since EIP7702 not available on Tempo -const defaultFeeToken = '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359'; // USDC Coin (PoS) for Polygon Mainnet testing +const defaultErc20TokenAddress = '0x54a114fecE3dffd7c5D4089D0A43E01F0939464c'; +// pathUSD (default Tempo fee token +const defaultFeeToken = '0x20c0000000000000000000000000000000000000'; export function tempoTransactionsComponent(parentContainer) { parentContainer.insertAdjacentHTML( @@ -18,16 +18,6 @@ export function tempoTransactionsComponent(parentContainer) {
Sends a minimalistic 0x76 batch with 2 ERC20 transfers on chain [chainId] (hex) for initial testing:
+Sends a minimalistic 0x76 batch with 2 ERC20 transfers for initial testing: