Skip to content

Commit

Permalink
add mode mainnet,mode sepolia and moonbase alpha support (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebojsa-ristovic authored Apr 25, 2024
1 parent 1495255 commit 064ed94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chgset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tenderly/sdk': patch
---

add mode and moonbase alpha networks support
3 changes: 3 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export enum Network {
UNREAL = 18233,
ZORA = 7777777,
ZORA_SEPOLIA = 999999999,
MODE= 34443,
MODE_SEPOLIA = 919,
MOONBASE_ALPHA = 1287,
}

export type TenderlyConfiguration = {
Expand Down

0 comments on commit 064ed94

Please sign in to comment.