-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.json
78 lines (78 loc) · 2.08 KB
/
main.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"assets": {
"maxAssetsPerRequest": 100
},
"fee": {
"smart_asset_extra_fee": 400000,
"smart_account_extra_fee": 400000,
"calculate_fee_rules": {
"default": {
"add_smart_asset_fee": true,
"add_smart_account_fee": true,
"min_price_step": 100000,
"fee": 100000
},
"3": {
"fee": 100000000,
"nftFee": 100000
},
"7": {
"add_smart_account_fee": false,
"fee": 300000
},
"11": {
"price_per_transfer": 50000
},
"12": {
"price_per_kb": 100000
},
"13": {
"price_per_kb": 100000
},
"15": {
"fee": 100000000
},
"16": {
"fee": 500000
}
}
},
"ignoreErrors": {
"beforeSend": [
"Address or alias from other network",
"An operation that changes .*? state is in progress",
"Error while executing account-script",
"Error while executing dApp",
"Failed to execute 'transferIn' on 'USBDevice'",
"Failed to fetch",
"Failed request",
"Must be handling a user gesture to show a permission request",
"NetworkError when attempting to fetch resource",
"No device selected",
"No Ledger device found \\(timeout\\)",
"Request is rejected on ledger",
"SecurityError: Access denied",
"State check failed",
"The browser is shutting down",
"The device must be opened first",
"The device was disconnected",
"The operation was aborted",
"Transaction is not allowed by (account|token)-script",
"Transaction pool scripted txs size limit is reached",
"Transaction sent from smart account. Requires \\d+ extra fee",
"Unable to claim interface",
"Unable to release interface",
"User denied message"
],
"beforeSendAccounts": [],
"beforeSendBackground": [],
"beforeSendPopup": [],
"contentScriptApprove": [
"failed to parse json message"
],
"popupApprove": []
},
"nfts": {
"signArtImgUrl": "https://signart.infura-ipfs.io/ipfs/{domain}/{filename}"
}
}