sushi 6.0.22 → 6.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/evm/types/sushi-pool/protocol.js +1 -0
- package/_cjs/evm/types/sushi-pool/protocol.js.map +1 -1
- package/_esm/evm/types/sushi-pool/protocol.js +1 -0
- package/_esm/evm/types/sushi-pool/protocol.js.map +1 -1
- package/_types/evm/types/sushi-pool/protocol.d.ts +2 -0
- package/_types/evm/types/sushi-pool/protocol.d.ts.map +1 -1
- package/evm/types/sushi-pool/protocol.ts +2 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.js","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"protocol.js","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,KAAK,EAAE,OAAO;CACN,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.js","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;
|
|
1
|
+
{"version":3,"file":"protocol.js","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,KAAK,EAAE,OAAO;CACN,CAAA"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const SushiSwapProtocol: {
|
|
2
2
|
readonly SUSHISWAP_V2: "SUSHISWAP_V2";
|
|
3
3
|
readonly SUSHISWAP_V3: "SUSHISWAP_V3";
|
|
4
|
+
readonly BLADE: "BLADE";
|
|
4
5
|
};
|
|
5
6
|
export type SushiSwapProtocol = (typeof SushiSwapProtocol)[keyof typeof SushiSwapProtocol];
|
|
6
7
|
export type SushiSwapV2Protocol = (typeof SushiSwapProtocol)['SUSHISWAP_V2'];
|
|
7
8
|
export type SushiSwapV3Protocol = (typeof SushiSwapProtocol)['SUSHISWAP_V3'];
|
|
9
|
+
export type BladeProtocol = (typeof SushiSwapProtocol)['BLADE'];
|
|
8
10
|
//# sourceMappingURL=protocol.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../evm/types/sushi-pool/protocol.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAA;AAEV,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAA;AAE5D,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAA;AAC5E,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAA;AAC5E,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,OAAO,CAAC,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export const SushiSwapProtocol = {
|
|
2
2
|
SUSHISWAP_V2: 'SUSHISWAP_V2',
|
|
3
3
|
SUSHISWAP_V3: 'SUSHISWAP_V3',
|
|
4
|
+
BLADE: 'BLADE',
|
|
4
5
|
} as const
|
|
5
6
|
|
|
6
7
|
export type SushiSwapProtocol =
|
|
@@ -8,3 +9,4 @@ export type SushiSwapProtocol =
|
|
|
8
9
|
|
|
9
10
|
export type SushiSwapV2Protocol = (typeof SushiSwapProtocol)['SUSHISWAP_V2']
|
|
10
11
|
export type SushiSwapV3Protocol = (typeof SushiSwapProtocol)['SUSHISWAP_V3']
|
|
12
|
+
export type BladeProtocol = (typeof SushiSwapProtocol)['BLADE']
|