sushi 6.6.4 → 6.6.5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"simple-constants.js","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":";;;AAAA,mDAAiD;AAEpC,QAAA,gBAAgB,GAAG,IAAA,qBAAU,EAAC,kCAAkC,CAAC,CAAA"}
1
+ {"version":3,"file":"simple-constants.js","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":";;;AAAA,mDAAkE;AAErD,QAAA,gBAAgB,GAC3B,IAAA,qBAAU,EAAC,kCAAkC,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"simple-constants.js","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,CAAC,kCAAkC,CAAC,CAAA"}
1
+ {"version":3,"file":"simple-constants.js","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAElE,MAAM,CAAC,MAAM,gBAAgB,GAC3B,UAAU,CAAC,kCAAkC,CAAC,CAAA"}
@@ -1,2 +1,3 @@
1
- export declare const svmNativeAddress: import("@solana/addresses/dist/types/address.js").Address<"11111111111111111111111111111111">;
1
+ import { type SvmAddress } from '../currency/token.js';
2
+ export declare const svmNativeAddress: SvmAddress<'11111111111111111111111111111111'>;
2
3
  //# sourceMappingURL=simple-constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"simple-constants.d.ts","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+FAAiD,CAAA"}
1
+ {"version":3,"file":"simple-constants.d.ts","sourceRoot":"","sources":["../../../svm/config/simple-constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAc,MAAM,sBAAsB,CAAA;AAElE,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,kCAAkC,CAC5B,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sushi",
3
3
  "description": "Sushi",
4
- "version": "6.6.4",
4
+ "version": "6.6.5",
5
5
  "type": "module",
6
6
  "main": "./_cjs/generic/index.js",
7
7
  "module": "./_esm/generic/index.js",
@@ -1,3 +1,4 @@
1
- import { svmAddress } from '../currency/token.js'
1
+ import { type SvmAddress, svmAddress } from '../currency/token.js'
2
2
 
3
- export const svmNativeAddress = svmAddress('11111111111111111111111111111111')
3
+ export const svmNativeAddress: SvmAddress<'11111111111111111111111111111111'> =
4
+ svmAddress('11111111111111111111111111111111')