@riocrypto/common-server 1.0.2664 → 1.0.2665
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.
|
@@ -20,7 +20,7 @@ const node_cache_1 = __importDefault(require("node-cache"));
|
|
|
20
20
|
const cache = new node_cache_1.default({ stdTTL: 60 });
|
|
21
21
|
const cache2 = new node_cache_1.default({ stdTTL: 10000 });
|
|
22
22
|
const POLYGON_FEE_CONFIG = {
|
|
23
|
-
gasPrice: "
|
|
23
|
+
gasPrice: "10000",
|
|
24
24
|
gasLimit: "100000",
|
|
25
25
|
};
|
|
26
26
|
const POLYGON_ASSETS = [
|