Skip to content

Commit 4e29fae

Browse files
committed
.io mainnet - Add USDT
1 parent 884625c commit 4e29fae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis/liquality.io.mainnet.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ export default {
4848
contractAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
4949
network: 'mainnet',
5050
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'
5164
}
5265
},
5366
hostName: 'Liquality',

0 commit comments

Comments
 (0)