u
This commit is contained in:
14
chaindata.js
14
chaindata.js
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
ETH_MAINNET: {
|
||||
chainId: 1,
|
||||
USDT: {
|
||||
scanner: 'https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7',
|
||||
contractAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7', // https://tether.to/en/supported-protocols
|
||||
@@ -22,6 +23,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
MATIC_MAINNET: {
|
||||
chainId: 137,
|
||||
USDT: {
|
||||
scanner: 'https://polygonscan.com/token/0xc2132d05d31c914a87c6611c10748aeb04b58e8f',
|
||||
contractAddress: '0xc2132D05D31c914a87C6611C10748AEb04B58e8F',
|
||||
@@ -34,14 +36,24 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
ETH_SEPOLIA: {
|
||||
chainId: 11155111,
|
||||
USDT: {
|
||||
about: 'deployed by someone else. I learned this from a youtube video',
|
||||
scanner: 'https://sepolia.etherscan.io/token/0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
|
||||
contractAddress: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
|
||||
contractAbi: require('./abi-USDT-sepolia.js'),
|
||||
},
|
||||
},
|
||||
MATIC_AMOY: {},
|
||||
MATIC_AMOY: {
|
||||
chainId: 80002,
|
||||
USDT: {
|
||||
about: '20241005 我从hardhat用VIC合约部署成 USDT',
|
||||
contractAddress: '0xceC7b5e60d0C6875CBbCA9619cb11389d21d8051',
|
||||
contractAbi: require('./abi-USDT-polygon-amoy.js'),
|
||||
},
|
||||
},
|
||||
TUC_TEST: {
|
||||
chainId: 6882,
|
||||
ERC20: {
|
||||
VIC: {
|
||||
about: 'installed on 2024-10-03 to test wagmi send ERC20 transaction',
|
||||
|
||||
Reference in New Issue
Block a user