Skip to content

Commit

Permalink
Add Polygon Amoy (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog authored Aug 26, 2024
1 parent 3b71064 commit 6076dbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-rivers-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tenderly/sdk': patch
---

Add Polygon Amoy
5 changes: 3 additions & 2 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,21 @@ export enum Network {
OPTIMISTIC = 10,
OPTIMISTIC_SEPOLIA = 11155420,
POLYGON = 137,
POLYGON_AMOY = 80002,
REAL = 111188,
RSK = 30,
RSK_TESTNET = 31,
SEPOLIA = 11155111,
UNREAL = 18233,
ZORA = 7777777,
ZORA_SEPOLIA = 999999999,
MODE= 34443,
MODE = 34443,
MODE_SEPOLIA = 919,
MOONBASE_ALPHA = 1287,
LISK = 1135,
LISK_SEPOLIA = 4202,
IMMUTABLE = 13371,
IMMUTABLE_TESTNET = 13473
IMMUTABLE_TESTNET = 13473,
}

export type TenderlyConfiguration = {
Expand Down

0 comments on commit 6076dbc

Please sign in to comment.