Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Mainnet = wallet.Config{ Bitcoin: wallet.BlockchainConfig{ Network: wallet.Network{ Name: "mainnet", }, Tokens: []string{"BTC"}, }, Ethereum: wallet.BlockchainConfig{ Network: wallet.Network{ Name: "mainnet", URL: "https://mainnet.infura.io", }, Tokens: []string{"ETH", "WBTC", "REN", "DGX", "TUSD", "OMG", "ZRX", "USDC", "GUSD", "DAI"}, }, }
Mainnet is the Swapperd's mainnet config object
View Source
var Testnet = wallet.Config{ Bitcoin: wallet.BlockchainConfig{ Network: wallet.Network{ Name: "testnet", }, Tokens: []string{"BTC"}, }, Ethereum: wallet.BlockchainConfig{ Network: wallet.Network{ Name: "kovan", URL: "https://kovan.infura.io", }, Tokens: []string{"ETH", "WBTC", "REN", "DGX", "TUSD", "OMG", "ZRX", "USDC", "GUSD", "DAI"}, }, }
Testnet is the Swapperd's testnet config object
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.