Skip to content

Commit 3e88a77

Browse files
pxrljxom
andauthored
chore: Add Tron blockTime + multicall deployment (#4520)
* chore: Add Tron blockTime + multicall deployment * Add changeset * chore: remove incorrect multicall3 contract address Amp-Thread-ID: https://ampcode.com/threads/T-019dad44-c9b7-73fd-9c97-2ffe6794479e --------- Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
1 parent 67d979c commit 3e88a77

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/forty-mice-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added Tron block time

src/chains/definitions/tron.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const tron = /*#__PURE__*/ defineChain({
99
http: ['https://api.trongrid.io/jsonrpc'],
1010
},
1111
},
12+
blockTime: 3000,
1213
blockExplorers: {
1314
default: {
1415
name: 'Tronscan',

0 commit comments

Comments
 (0)