@exodus/ethereum-api 2.8.1 → 2.8.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/ethereum-api",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"description": "Ethereum Api",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "Exodus Movement, Inc.",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"url-join": "4.0.0",
|
|
21
21
|
"ws": "6.1.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "6f64e76e9ee70d6af4ce2750affa72aec7e632a2"
|
|
24
24
|
}
|
|
@@ -5,7 +5,7 @@ const EXODUS_ETC_SERVER_URL = 'https://getc.a.exodus.io/wallet/v1/'
|
|
|
5
5
|
const EXODUS_BSC_SERVER_URL = 'https://bsc.a.exodus.io/wallet/v1/'
|
|
6
6
|
const EXODUS_POLYGON_SERVER_URL = 'https://polygon.a.exodus.io/wallet/v1/'
|
|
7
7
|
const EXODUS_AVAXC_SERVER_URL = 'https://avax-c.a.exodus.io/wallet/v1/'
|
|
8
|
-
const EXODUS_FTM_SERVER_URL = 'https://
|
|
8
|
+
const EXODUS_FTM_SERVER_URL = 'https://fantom.a.exodus.io/wallet/v1/'
|
|
9
9
|
|
|
10
10
|
// allow self-signed certs
|
|
11
11
|
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EthereumLikeFeeMonitor } from '@exodus/ethereum-lib'
|
|
2
|
-
import {
|
|
2
|
+
import { ftm as fantomServer } from '../exodus-eth-server'
|
|
3
3
|
|
|
4
4
|
export class FantomFeeMonitor extends EthereumLikeFeeMonitor {
|
|
5
5
|
constructor({ updateFee }) {
|