Skip to content

Commit 795140f

Browse files
hehe100596juraj.bacovcin
and
juraj.bacovcin
authored
ALL-10815 Add bera to evm based blockchains (#1157)
Co-authored-by: juraj.bacovcin <[email protected]>
1 parent a070e1b commit 795140f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tatumio",
3-
"version": "2.2.93",
3+
"version": "2.2.94",
44
"license": "MIT",
55
"repository": "https://github.com/tatumio/tatum-js",
66
"scripts": {

packages/shared/core/src/lib/models/Blockchain.ts

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const EvmBasedBlockchains = [
5757
Blockchain.FTM,
5858
Blockchain.ZK_SYNC,
5959
Blockchain.RON,
60+
Blockchain.BERA,
6061
]
6162

6263
// @TODO tmp solution

0 commit comments

Comments
 (0)