FR: Add multicall3 to monadTestnet object

Open Beginner friendly
#1,541 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
62/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
blockchain

Research direction

Locate the TypeScript definition of the monadTestnet object in @account-kit/infra and read how other network contract entries are structured. Add the specified multicall3 address and blockCreated value, then run the relevant package checks or tests to confirm the object exports correctly.

Written by the indexing model from the issue text.

Description

Please update the monadTestnet object with this one

import { monadTestnet } from '@account-kit/infra';

{
    ...monadTestnet,
    contracts: {
      multicall3: {
        address: '0xcA11bde05977b3631167028862bE2a173976CA11',
        blockCreated: 251449
      }
    }
  }
Dominant language
TypeScript
Stars
321
Forks
231
Avg merge
43m
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from alchemyplatform/aa-sdk

All issues in alchemyplatform/aa-sdk

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.