From 064ed9437b5349b904e098b82e2adc4863ecaf13 Mon Sep 17 00:00:00 2001 From: Nebojsa Ristovic Date: Thu, 25 Apr 2024 20:42:54 +0200 Subject: [PATCH] add mode mainnet,mode sepolia and moonbase alpha support (#118) --- .changeset/chgset.md | 5 +++++ lib/types.ts | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/chgset.md diff --git a/.changeset/chgset.md b/.changeset/chgset.md new file mode 100644 index 0000000..35dadac --- /dev/null +++ b/.changeset/chgset.md @@ -0,0 +1,5 @@ +--- +'@tenderly/sdk': patch +--- + +add mode and moonbase alpha networks support diff --git a/lib/types.ts b/lib/types.ts index 1063684..cc2e35d 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -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 = {