Skip to content

Commit 8218cab

Browse files
committed
feat: support amoy
1 parent cbaa473 commit 8218cab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The below networks are supported by default, and custom networks can be supporte
8888
| Pulsechain Mainnet | 369 |
8989
| Starknet | 300 |
9090
| starknet testnet | 301 |
91+
| blast | 301 |
92+
| amoy | 80002 |
9193

9294
## Installation
9395

src/enums/networks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ export enum Networks {
7474
pulsechain = 369,
7575
sapphire = 23294,
7676
blast = 81457,
77+
amoy = 80002
7778
}

src/multicall.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ export class Multicall {
613613
case Networks.scrollSepolia:
614614
case Networks.sapphire:
615615
case Networks.blast:
616+
case Networks.amoy:
616617
return '0xcA11bde05977b3631167028862bE2a173976CA11';
617618
case Networks.etherlite:
618619
return '0x21681750D7ddCB8d1240eD47338dC984f94AF2aC';

0 commit comments

Comments
 (0)