Skip to content

Commit

Permalink
feat: add immutable types (#116)
Browse files Browse the repository at this point in the history
* feat: add immutable types

* increase version

* bump version
  • Loading branch information
jmdev3 authored Oct 3, 2024
1 parent f33443b commit ba68697
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.110",
"version": "0.1.111",
"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/bridges/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum BridgeType {
IBC = "ibc",
CHAINFLIP = "chainflip",
RFQ = "rfq",
ITB = "immutable-token-bridge",
}

export enum BridgeProvider {
Expand All @@ -16,6 +17,7 @@ export enum BridgeProvider {
PFM = "IBC Packet forward middleware",
CHAINFLIP = "Chainflip",
RFQ = "RFQ",
IMMUTABLE = "Immutable",
}

export type BridgeConfig = Record<string, string>;

0 comments on commit ba68697

Please sign in to comment.