Skip to content

Commit

Permalink
Adding new networks (#96)
Browse files Browse the repository at this point in the history
* fix: adding newly added networks to Network enum

* chore: adding changeset
  • Loading branch information
maleksandar authored Aug 21, 2023
1 parent 565f597 commit 7cdf08f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-olives-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tenderly/sdk': patch
---

Added Base and Base Goerli networks to `Network` enum
2 changes: 2 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ export enum Network {
BOBA_GOERLI = 2888,
FANTOM_TESTNET = 4002,
BOBA_AVALANCHE_FUJI = 4328,
BASE = 8453,
BOBA_BINANCE_RIALTO = 9728,
ARBITRUM_ONE = 42161,
AVALANCHE_FUJI = 43113,
AVALANCHE = 43114,
BOBA_AVALANCHE = 43288,
BOBA_BINANCE = 56288,
POLYGON_MUMBAI = 80001,
BASE_GOERLI = 84531,
ARBITRUM_GOERLI = 421613,
SEPOLIA = 11155111,
}
Expand Down

0 comments on commit 7cdf08f

Please sign in to comment.