|
57 | 57 | "maxTransferMetadataSize": "0x0100", |
58 | 58 | "maxTextContentSize": "0x0200", |
59 | 59 | "networkID": "wc", |
60 | | - "minPayCost" : 10, |
61 | | - "minSetRegularKeyCost" : 10, |
62 | | - "minCreateShardCost" : 10, |
63 | | - "minSetShardOwnersCost" : 10, |
64 | | - "minSetShardUsersCost" : 10, |
65 | | - "minWrapCccCost" : 10, |
66 | | - "minCustomCost" : 10, |
67 | | - "minStoreCost" : 10, |
68 | | - "minRemoveCost" : 10, |
69 | | - "minMintAssetCost" : 10, |
70 | | - "minTransferAssetCost" : 10, |
71 | | - "minChangeAssetSchemeCost" : 10, |
72 | | - "minIncreaseAssetSupplyCost" : 10, |
73 | | - "minComposeAssetCost" : 10, |
74 | | - "minDecomposeAssetCost" : 10, |
75 | | - "minUnwrapCccCost" : 10, |
| 60 | + "minPayCost" : 500, |
| 61 | + "minSetRegularKeyCost" : 10000, |
| 62 | + "minCreateShardCost" : 1000000, |
| 63 | + "minSetShardOwnersCost" : 100000, |
| 64 | + "minSetShardUsersCost" : 10000, |
| 65 | + "minWrapCccCost" : 500, |
| 66 | + "minCustomCost" : 500, |
| 67 | + "minStoreCost" : 3000, |
| 68 | + "minRemoveCost" : 3000, |
| 69 | + "minMintAssetCost" : 100000, |
| 70 | + "minTransferAssetCost" : 20, |
| 71 | + "minChangeAssetSchemeCost" : 100000, |
| 72 | + "minIncreaseAssetSupplyCost" : 100000, |
| 73 | + "minComposeAssetCost" : 100000, |
| 74 | + "minDecomposeAssetCost" : 100000, |
| 75 | + "minUnwrapCccCost" : 500, |
76 | 76 | "maxBodySize": 4194304, |
77 | 77 | "snapshotPeriod": 16384 |
78 | 78 | }, |
|
0 commit comments