File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0xsquid/squid-types" ,
3
- "version" : " 0.1.129 " ,
3
+ "version" : " 0.1.130 " ,
4
4
"description" : " JS and TS types relating to 0xsquid related projects." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export enum TRMIdentifier {
2
2
ALGORAND = "algorand" ,
3
3
ARBITRUM = "arbitrum" ,
4
4
AVALANCHE = "avalanche_c_chain" ,
5
+ BASE = "base" ,
5
6
BINANCE = "binance" ,
6
7
BINANCE_SMART_CHAIN = "binance_smart_chain" ,
7
8
BITCOIN = "bitcoin" ,
@@ -16,6 +17,7 @@ export enum TRMIdentifier {
16
17
ETHEREUM = "ethereum" ,
17
18
ETHEREUM_CLASSIC = "ethereum_classic" ,
18
19
ELROND = "elrond" ,
20
+ FANTOM = "fantom" ,
19
21
FILECOIN = "filecoin" ,
20
22
HEDERA = "hedera" ,
21
23
ICON = "icon" ,
You can’t perform that action at this time.
0 commit comments