Skip to content

Commit

Permalink
remove tron pool link
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Oct 28, 2024
1 parent 483de07 commit 5a3d6ae
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@ 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 @@ -98,11 +82,6 @@ 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 5a3d6ae

Please sign in to comment.