@layerzerolabs/oft-mint-burn-starknet 0.2.25 → 0.2.27
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/dist/2WIMAZ7R.js +12 -0
- package/dist/2WIMAZ7R.js.map +1 -0
- package/dist/{IQR2DIUY.cjs → IDL6J5CF.cjs} +4 -4
- package/dist/IDL6J5CF.cjs.map +1 -0
- package/dist/{GZXOKWQY.js → JGVQVL6P.js} +4 -4
- package/dist/JGVQVL6P.js.map +1 -0
- package/dist/{CGU4EJTF.cjs → PFP2V6TU.cjs} +4 -4
- package/dist/PFP2V6TU.cjs.map +1 -0
- package/dist/generated/verification/index.cjs +4 -4
- package/dist/generated/verification/index.d.ts +1 -1
- package/dist/generated/verification/index.d.ts.map +1 -1
- package/dist/generated/verification/index.js +2 -2
- package/dist/generated/verification/oft_mint_burn.cjs +2 -2
- package/dist/generated/verification/oft_mint_burn.d.ts +2 -2
- package/dist/generated/verification/oft_mint_burn.d.ts.map +1 -1
- package/dist/generated/verification/oft_mint_burn.js +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +6 -6
- package/dist/CGU4EJTF.cjs.map +0 -1
- package/dist/GZXOKWQY.js.map +0 -1
- package/dist/IQR2DIUY.cjs.map +0 -1
- package/dist/UE6XWQTX.js +0 -12
- package/dist/UE6XWQTX.js.map +0 -1
package/dist/2WIMAZ7R.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { oft_mint_burn_default } from './JGVQVL6P.js';
|
|
2
|
+
import { __export } from './3UUTAAI4.js';
|
|
3
|
+
|
|
4
|
+
// src/generated/verification/index.ts
|
|
5
|
+
var verification_exports = {};
|
|
6
|
+
__export(verification_exports, {
|
|
7
|
+
oftMintBurnVerificationArtifact: () => oft_mint_burn_default
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
export { verification_exports };
|
|
11
|
+
//# sourceMappingURL=2WIMAZ7R.js.map
|
|
12
|
+
//# sourceMappingURL=2WIMAZ7R.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/generated/verification/index.ts"],"names":[],"mappings":";;;;AAAA,IAAA,oBAAA,GAAA","file":"2WIMAZ7R.js","sourcesContent":["export { default as oftMintBurnVerificationArtifact } from './oft_mint_burn';\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
// src/generated/verification/oft_mint_burn.ts
|
|
4
|
-
var
|
|
4
|
+
var verificationArtifact = {
|
|
5
5
|
"sources": {
|
|
6
6
|
"contracts/oft_mint_burn/src/constants.cairo": "/// Role identifier for addresses that can manage fees\npub const FEE_MANAGER_ROLE: felt252 = 'FEE_MANAGER_ROLE';\n\n/// Role identifier for addresses that can manage rate limits\npub const RATE_LIMITER_MANAGER_ROLE: felt252 = 'RATE_LIMITER_MANAGER_ROLE';\n\n/// Role identifier for addresses that can upgrade the contract\npub const UPGRADE_MANAGER_ROLE: felt252 = 'UPGRADE_MANAGER_ROLE';\n\n/// Role identifier for addresses that can pause the contract\npub const PAUSE_MANAGER_ROLE: felt252 = 'PAUSE_MANAGER_ROLE';\n",
|
|
7
7
|
"contracts/oft_mint_burn/src/erc20_mint_burn_upgradeable/constants.cairo": `/// Role identifier for addresses that can mint new tokens
|
|
@@ -1298,8 +1298,8 @@ pub fn err_not_enough_native(msg_value: u256) -> ByteArray {
|
|
|
1298
1298
|
"projectDirPath": ".",
|
|
1299
1299
|
"contractFilePath": "contracts/oft_mint_burn/src/lib.cairo"
|
|
1300
1300
|
};
|
|
1301
|
-
var oft_mint_burn_default =
|
|
1301
|
+
var oft_mint_burn_default = verificationArtifact;
|
|
1302
1302
|
|
|
1303
1303
|
exports.oft_mint_burn_default = oft_mint_burn_default;
|
|
1304
|
-
//# sourceMappingURL=
|
|
1305
|
-
//# sourceMappingURL=
|
|
1304
|
+
//# sourceMappingURL=IDL6J5CF.cjs.map
|
|
1305
|
+
//# sourceMappingURL=IDL6J5CF.cjs.map
|