We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884625c commit 4e29faeCopy full SHA for 4e29fae
.travis/liquality.io.mainnet.config.js
@@ -48,6 +48,19 @@ export default {
48
contractAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
49
network: 'mainnet',
50
explorerPath: 'https://etherscan.io/tx/0x'
51
+ },
52
+ usdt: {
53
+ type: 'erc20',
54
+ rpc: {
55
+ url: 'https://mainnet.infura.io/v3/37efa691ffec4c41a60aa4a69865d8f6'
56
57
+ api: {
58
+ type: 'scraper',
59
+ url: 'https://liquality.io/eth-mainnet-api'
60
61
+ contractAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',
62
+ network: 'mainnet',
63
+ explorerPath: 'https://etherscan.io/tx/0x'
64
}
65
},
66
hostName: 'Liquality',
0 commit comments