Skip to content

Commit

Permalink
chore: add base and fantom trm chain
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat43 committed Dec 23, 2024
1 parent 07f24dd commit ae53f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.129",
"version": "0.1.130",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/compliance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export enum TRMIdentifier {
ALGORAND = "algorand",
ARBITRUM = "arbitrum",
AVALANCHE = "avalanche_c_chain",
BASE = "base",
BINANCE = "binance",
BINANCE_SMART_CHAIN = "binance_smart_chain",
BITCOIN = "bitcoin",
Expand All @@ -16,6 +17,7 @@ export enum TRMIdentifier {
ETHEREUM = "ethereum",
ETHEREUM_CLASSIC = "ethereum_classic",
ELROND = "elrond",
FANTOM = "fantom",
FILECOIN = "filecoin",
HEDERA = "hedera",
ICON = "icon",
Expand Down

0 comments on commit ae53f45

Please sign in to comment.