tron driver removed
This commit is contained in:
@@ -36,23 +36,25 @@ messaging:
|
||||
buffer_size: 1024
|
||||
|
||||
chains:
|
||||
- name: tron_mainnet
|
||||
chain_id: 728126428 # 0x2b6653dc
|
||||
native_token: TRX
|
||||
- name: arbitrum_one
|
||||
chain_id: 42161
|
||||
native_token: ETH
|
||||
rpc_url_env: CHAIN_GATEWAY_RPC_URL
|
||||
|
||||
gas_topup_policy:
|
||||
buffer_percent: 0.10
|
||||
min_native_balance_trx: 10
|
||||
rounding_unit_trx: 1
|
||||
max_topup_trx: 100
|
||||
buffer_percent: 0.15
|
||||
min_native_balance: 0.005
|
||||
rounding_unit: 0.001
|
||||
max_topup: 0.05
|
||||
|
||||
tokens:
|
||||
- symbol: USDT
|
||||
contract: "0xa614f803b6fd780986a42c78ec9c7f77e6ded13c"
|
||||
contract: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"
|
||||
- symbol: USDC
|
||||
contract: "0x3487b63d30b5b2c87fb7ffa8bcfade38eaac1abe"
|
||||
contract: "0xaf88d065e77c8cc2239327c5edb3a432268e5831"
|
||||
|
||||
service_wallet:
|
||||
chain: tron_mainnet
|
||||
chain: arbitrum_one
|
||||
address_env: CHAIN_GATEWAY_SERVICE_WALLET_ADDRESS
|
||||
private_key_env: CHAIN_GATEWAY_SERVICE_WALLET_KEY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user