Skip to content

Commit

Permalink
Merge pull request #354 from forta-network/add-base-chainid
Browse files Browse the repository at this point in the history
add base chainID
  • Loading branch information
haseebrabbani committed Oct 31, 2023
2 parents c93e7d6 + b393cc6 commit 19c71c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions python-sdk/src/forta_agent/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ class Network(IntEnum):
ARBITRUM = 42161
OPTIMISM = 10
FANTOM = 250
BASE = 8453
3 changes: 2 additions & 1 deletion sdk/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export enum Network {
ARBITRUM = 42161,
OPTIMISM = 10,
FANTOM = 250,
}
BASE = 8453,
}

0 comments on commit 19c71c8

Please sign in to comment.