Skip to content

Commit a94fcb8

Browse files
authored
feat: tempo change default erc20 to mainnet (#430)
1 parent a684214 commit a94fcb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/tempo-transactions/tempo-transactions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import globalContext from '../..';
33
// Tempo Transactions
44

55
// ERC20 TST token created and owned by shared account 0x13b7e6EBcd40777099E4c45d407745aB2de1D1F8
6-
const defaultErc20TokenAddress = '0x54a114fecE3dffd7c5D4089D0A43E01F0939464c';
6+
const defaultErc20TokenAddress = '0x8757b7EABAAaC8173DF72B868B4947FaE1368784';
77
// pathUSD (default Tempo fee token
88
const defaultFeeToken = '0x20c0000000000000000000000000000000000000';
99

0 commit comments

Comments
 (0)