Skip to content

Commit

Permalink
trongrid test
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed Jun 15, 2024
1 parent fceaa86 commit 8ee469d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/react-app-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ interface tronWeb {
defaultAddress?: {
base58?: '';
};
fullNode?: {
chainType?: '';
host?: 'https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com';
// fullNode?: {
// chainType?: '';
// host?: 'https://uo5c40py0q8udu7qje2nyo6ti8fue4.mainnet.tron.tronql.com';
// };
// chain: {
// privateKey: '01';
// fullHost: 'https://api.trongrid.io';
// };
trongrid: {
host: 'https://api.trongrid.io';
key: 'e15544ca-e0b1-418f-bd68-5fdfc41c9ce0';
};
}

Expand Down

0 comments on commit 8ee469d

Please sign in to comment.