Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Add MultiCall
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere authored Jul 11, 2023
1 parent cf1b48d commit e526c0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/chains/src/eos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ export const eos = {
url: 'https://explorer.evm.eosnetwork.com',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 7943933,
},
},
} as const satisfies Chain

0 comments on commit e526c0e

Please sign in to comment.