How to Become a Super Transmitter
Requirements
Step 1: Register as a Super Transmitter
2
Step 2: Launch the Transmitter Node
1
2
Generate Transmitter Configurations
bashCopyEditdocker run --rm \
-v $(pwd)/.:/app/agent/ \
-e PRIVATE_KEY="yourprivatekey" \
-e PASSWORD="yourpassword" \
-e NON_EVM_CHAINS="11100000000000000501,othernonevmchainid" \
-e EVM_CHAINS="146,1,otherevmchainids" \
-e IS_SUPER_AGENT=true \
msentangle/agent-setup:3.03
bashCopyEditdocker-compose -p <agent-name> up -dChanging Nodes
evmchains_to_listen:
- chain_id: "80002"
name: Polygon Amoy
rpc_http_urls:
- https://polygon-amoy.gateway.tenderly.co
- https://polygon-amoy.gateway.tenderly.co
- https://polygon-amoy.gateway.tenderly.coOptional Configuration Parameters
Last updated