Skip to content

Commit ae53f45

Browse files
committed
chore: add base and fantom trm chain
1 parent 07f24dd commit ae53f45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsquid/squid-types",
3-
"version": "0.1.129",
3+
"version": "0.1.130",
44
"description": "JS and TS types relating to 0xsquid related projects.",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

src/compliance/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export enum TRMIdentifier {
22
ALGORAND = "algorand",
33
ARBITRUM = "arbitrum",
44
AVALANCHE = "avalanche_c_chain",
5+
BASE = "base",
56
BINANCE = "binance",
67
BINANCE_SMART_CHAIN = "binance_smart_chain",
78
BITCOIN = "bitcoin",
@@ -16,6 +17,7 @@ export enum TRMIdentifier {
1617
ETHEREUM = "ethereum",
1718
ETHEREUM_CLASSIC = "ethereum_classic",
1819
ELROND = "elrond",
20+
FANTOM = "fantom",
1921
FILECOIN = "filecoin",
2022
HEDERA = "hedera",
2123
ICON = "icon",

0 commit comments

Comments
 (0)