@0xsquid/squid-types
Advanced tools
Comparing version 0.1.34 to 0.1.35
@@ -5,3 +5,4 @@ export declare enum BridgeType { | ||
CCTP = "cctp", | ||
NOBLE_CCTP = "noble-cctp" | ||
NOBLE_CCTP = "noble-cctp", | ||
IBC = "ibc" | ||
} | ||
@@ -11,4 +12,5 @@ export declare enum BridgeProvider { | ||
CCTP = "cctp", | ||
NOBLE_CCTP = "noble-cctp" | ||
NOBLE_CCTP = "noble-cctp", | ||
IBC = "ibc" | ||
} | ||
export type BridgeConfig = Record<string, string>; |
@@ -10,2 +10,3 @@ "use strict"; | ||
BridgeType["NOBLE_CCTP"] = "noble-cctp"; | ||
BridgeType["IBC"] = "ibc"; | ||
})(BridgeType = exports.BridgeType || (exports.BridgeType = {})); | ||
@@ -17,3 +18,4 @@ var BridgeProvider; | ||
BridgeProvider["NOBLE_CCTP"] = "noble-cctp"; | ||
BridgeProvider["IBC"] = "ibc"; | ||
})(BridgeProvider = exports.BridgeProvider || (exports.BridgeProvider = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@0xsquid/squid-types", | ||
"version": "0.1.34", | ||
"version": "0.1.35", | ||
"description": "JS and TS types relating to 0xsquid related projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44452
1130