Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Oct 28, 2024
2 parents 7e757b3 + 483de07 commit eb6c35c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,22 @@ const config = {
paymentContractAddress: '0x7a8006Ea0Dda93C56E60187Bd55109AbfF486c6F',
parameters:'prod'
},
'USDT-tron': {
chainId: 728126428,
poolAddress: 'TXViaNRhEugXpAZApviBqBnbTSKUgejnR9',
tokenAddress: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
relayerUrls: ['https://relayer-tron-mpc.zkbob.com'],
delegatedProverUrls: [],
coldStorageConfigPath: '',
tokenSymbol: 'USDT',
tokenDecimals: 6,
feeDecimals: 2,
depositScheme: 'approve',
minTxAmount: 50000n, // 0.05 USDT
addressPrefix: 'zkbob_tron',
isTron: true,
parameters:'prod'
},
},
chains: {
'137': {
Expand All @@ -82,6 +98,11 @@ const config = {
'10': {
rpcUrls: ['https://mainnet.optimism.io','https://optimism.llamarpc.com','https://optimism.gateway.tenderly.co'],
},

'728126428': {
rpcUrls: ['https://few-methodical-breeze.tron-mainnet.quiknode.pro/c9e0de7204463ff25a6ca3afd1bd32caf880561e', 'https://api.trongrid.io'],
external: "https://tron.zkbob.com/"
},
},
"snarkParamsSet": {
"prod": process.env.REACT_APP_HOSTING === 'netlify' ? {
Expand Down

0 comments on commit eb6c35c

Please sign in to comment.