@@ -10,6 +10,7 @@ Generated by [AVA](https://avajs.dev).
10
10
11
11
`// SPDX-License-Identifier: MIT␊
12
12
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
13
+ #![no_std]␊
13
14
␊
14
15
use openzeppelin_fungible_token::{self as fungible, FungibleToken};␊
15
16
use soroban_sdk::{Address, contract, contractimpl, Env, String, Symbol};␊
@@ -70,6 +71,7 @@ Generated by [AVA](https://avajs.dev).
70
71
71
72
`// SPDX-License-Identifier: MIT␊
72
73
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
74
+ #![no_std]␊
73
75
␊
74
76
use openzeppelin_fungible_token::{␊
75
77
self as fungible, burnable::FungibleBurnable, FungibleToken␊
@@ -147,6 +149,7 @@ Generated by [AVA](https://avajs.dev).
147
149
148
150
`// SPDX-License-Identifier: MIT␊
149
151
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
152
+ #![no_std]␊
150
153
␊
151
154
use openzeppelin_fungible_token::{self as fungible, FungibleToken};␊
152
155
use openzeppelin_pausable::{self as pausable, Pausable};␊
@@ -251,6 +254,7 @@ Generated by [AVA](https://avajs.dev).
251
254
252
255
`// SPDX-License-Identifier: MIT␊
253
256
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
257
+ #![no_std]␊
254
258
␊
255
259
use openzeppelin_fungible_token::{␊
256
260
self as fungible, burnable::FungibleBurnable, FungibleToken␊
@@ -374,6 +378,7 @@ Generated by [AVA](https://avajs.dev).
374
378
375
379
`// SPDX-License-Identifier: MIT␊
376
380
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
381
+ #![no_std]␊
377
382
␊
378
383
use openzeppelin_fungible_token::{␊
379
384
self as fungible, FungibleToken, mintable::FungibleMintable␊
@@ -437,6 +442,7 @@ Generated by [AVA](https://avajs.dev).
437
442
438
443
`// SPDX-License-Identifier: MIT␊
439
444
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
445
+ #![no_std]␊
440
446
␊
441
447
use openzeppelin_fungible_token::{self as fungible, FungibleToken};␊
442
448
use soroban_sdk::{Address, contract, contractimpl, Env, String, Symbol};␊
@@ -497,6 +503,7 @@ Generated by [AVA](https://avajs.dev).
497
503
498
504
`// SPDX-License-Identifier: MIT␊
499
505
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
506
+ #![no_std]␊
500
507
␊
501
508
use openzeppelin_fungible_token::{␊
502
509
self as fungible, FungibleToken, mintable::FungibleMintable␊
@@ -575,6 +582,7 @@ Generated by [AVA](https://avajs.dev).
575
582
576
583
`// SPDX-License-Identifier: MIT␊
577
584
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
585
+ #![no_std]␊
578
586
␊
579
587
use openzeppelin_fungible_token::{self as fungible, FungibleToken};␊
580
588
use soroban_sdk::{Address, contract, contractimpl, Env, String, Symbol, symbol_short};␊
@@ -638,6 +646,7 @@ Generated by [AVA](https://avajs.dev).
638
646
639
647
`// SPDX-License-Identifier: MIT␊
640
648
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
649
+ #![no_std]␊
641
650
␊
642
651
use openzeppelin_fungible_token::{␊
643
652
self as fungible, burnable::FungibleBurnable, FungibleToken, mintable::FungibleMintable␊
@@ -772,6 +781,7 @@ Generated by [AVA](https://avajs.dev).
772
781
773
782
`// SPDX-License-Identifier: MIT␊
774
783
// Compatible with OpenZeppelin Stellar Soroban Contracts ^0.1.0␊
784
+ #![no_std]␊
775
785
␊
776
786
use openzeppelin_fungible_token::{␊
777
787
self as fungible, burnable::FungibleBurnable, FungibleToken, mintable::FungibleMintable␊
0 commit comments