@exodus/basemainnet-plugin 2.0.0 → 2.2.0
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/CHANGELOG.md +84 -0
- package/package.json +18 -9
- package/src/index.js +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [2.2.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@2.1.0...@exodus/basemainnet-plugin@2.2.0) (2024-09-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add tokenAssetType to base asset ([#2298](https://github.com/ExodusMovement/assets/issues/2298)) ([80c9dc8](https://github.com/ExodusMovement/assets/commit/80c9dc8a4d2a8614f84b66d2c9649cdf19601443))
|
|
12
|
+
* switch ethereum to ESM ([#3374](https://github.com/ExodusMovement/assets/issues/3374)) ([d3a86c3](https://github.com/ExodusMovement/assets/commit/d3a86c3202754a0e6ab988d454d3e006ec11d9e4))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* lint for EVM assets ([#2969](https://github.com/ExodusMovement/assets/issues/2969)) ([16ca272](https://github.com/ExodusMovement/assets/commit/16ca272524ab1530800ca84f1df045293c08a3aa))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [2.1.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@2.0.0...@exodus/basemainnet-plugin@2.1.0) (2024-05-23)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* evm getFeeAsync ([#2216](https://github.com/ExodusMovement/assets/issues/2216)) ([fe47657](https://github.com/ExodusMovement/assets/commit/fe476577793d06267b698eee1e0fd7ebd60fb366))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@1.2.0...@exodus/basemainnet-plugin@2.0.0) (2024-05-17)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### ⚠ BREAKING CHANGES
|
|
34
|
+
|
|
35
|
+
* evm chain data to be factory params (#2115)
|
|
36
|
+
* moved fee data to each EVM plugin (#2233)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* **BTC:** only support purpose 86 for multisig wallet accounts ([#2214](https://github.com/ExodusMovement/assets/issues/2214)) ([adac906](https://github.com/ExodusMovement/assets/commit/adac906c22d9a183531070015a7d5ff65a39b581))
|
|
41
|
+
* evm baseFeePerGas fee monitor ([#2194](https://github.com/ExodusMovement/assets/issues/2194)) ([0739c97](https://github.com/ExodusMovement/assets/commit/0739c97568741394d1eb542332a4ccbbc6eaccb9))
|
|
42
|
+
* evm chain data to be factory params ([#2115](https://github.com/ExodusMovement/assets/issues/2115)) ([a2aeec1](https://github.com/ExodusMovement/assets/commit/a2aeec1b4da177b1e1bb85f92e93115fc97d5377))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* enable Base eip1559 ([#2210](https://github.com/ExodusMovement/assets/issues/2210)) ([8b7e807](https://github.com/ExodusMovement/assets/commit/8b7e807907e961aae47d3beb50cd69502e5a04e2))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Code Refactoring
|
|
51
|
+
|
|
52
|
+
* moved fee data to each EVM plugin ([#2233](https://github.com/ExodusMovement/assets/issues/2233)) ([ec066c0](https://github.com/ExodusMovement/assets/commit/ec066c076bc36a4c7c05810e83cdd47a7a25384b))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [1.3.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@1.2.0...@exodus/basemainnet-plugin@1.3.0) (2024-05-04)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* evm baseFeePerGas fee monitor ([#2194](https://github.com/ExodusMovement/assets/issues/2194)) ([0739c97](https://github.com/ExodusMovement/assets/commit/0739c97568741394d1eb542332a4ccbbc6eaccb9))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* enable Base eip1559 ([#2210](https://github.com/ExodusMovement/assets/issues/2210)) ([8b7e807](https://github.com/ExodusMovement/assets/commit/8b7e807907e961aae47d3beb50cd69502e5a04e2))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## [1.2.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@1.1.0...@exodus/basemainnet-plugin@1.2.0) (2024-04-24)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Features
|
|
74
|
+
|
|
75
|
+
* EVM l1 gas estimation ([#2159](https://github.com/ExodusMovement/assets/issues/2159)) ([c23584e](https://github.com/ExodusMovement/assets/commit/c23584e04e2ba47538e5134c73ecba3d337cda0f))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## [1.1.0](https://github.com/ExodusMovement/assets/compare/@exodus/basemainnet-plugin@1.0.0...@exodus/basemainnet-plugin@1.1.0) (2024-04-17)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* generic evm fee monitors ([#2104](https://github.com/ExodusMovement/assets/issues/2104)) ([70ef5fd](https://github.com/ExodusMovement/assets/commit/70ef5fdb8d87b67957eb56878868145867797af5))
|
package/package.json
CHANGED
|
@@ -1,30 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/basemainnet-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Exodus basemainnet-plugin",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"main": "src/index.js",
|
|
6
7
|
"files": [
|
|
7
8
|
"src",
|
|
9
|
+
"CHANGELOG.md",
|
|
8
10
|
"!src/**/__tests__"
|
|
9
11
|
],
|
|
10
|
-
"author": "Exodus",
|
|
12
|
+
"author": "Exodus Movement, Inc.",
|
|
11
13
|
"license": "ISC",
|
|
12
14
|
"publishConfig": {
|
|
13
15
|
"access": "restricted"
|
|
14
16
|
},
|
|
15
17
|
"scripts": {
|
|
16
|
-
"test": "run -T jest",
|
|
17
|
-
"lint": "run -T
|
|
18
|
+
"test": "run -T exodus-test --jest",
|
|
19
|
+
"lint": "run -T eslintc .",
|
|
18
20
|
"lint:fix": "yarn lint --fix"
|
|
19
21
|
},
|
|
20
22
|
"dependencies": {
|
|
21
|
-
"@exodus/asset-lib": "^
|
|
22
|
-
"@exodus/basemainnet-meta": "^
|
|
23
|
-
"@exodus/ethereum-api": "^8.
|
|
24
|
-
"@exodus/ethereum-lib": "^5.0.0"
|
|
23
|
+
"@exodus/asset-lib": "^5.0.0",
|
|
24
|
+
"@exodus/basemainnet-meta": "^2.0.0",
|
|
25
|
+
"@exodus/ethereum-api": "^8.2.0"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"@exodus/assets-testing": "^1.0.0"
|
|
28
29
|
},
|
|
29
|
-
"
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/ExodusMovement/assets/issues?q=is%3Aissue+is%3Aopen+label%3Abasemainnet-plugin"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://github.com/ExodusMovement/assets/tree/master/ethereum/basemainnet-plugin",
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "git+https://github.com/ExodusMovement/assets.git"
|
|
37
|
+
},
|
|
38
|
+
"gitHead": "58ea21c56ba1be91efaf1af219c1b4cd5bb75341"
|
|
30
39
|
}
|
package/src/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { createAssetFactory } from '@exodus/ethereum-api'
|
|
2
|
-
import feeData from './fee-data'
|
|
3
1
|
import assetsList from '@exodus/basemainnet-meta'
|
|
2
|
+
import { createAssetFactory } from '@exodus/ethereum-api'
|
|
3
|
+
|
|
4
|
+
import feeData from './fee-data.js'
|
|
4
5
|
|
|
5
6
|
// same address between base and optimism
|
|
6
7
|
export const GAS_ORACLE_ADDRESS = '0x420000000000000000000000000000000000000F'
|
|
@@ -12,7 +13,6 @@ const createAsset = createAssetFactory({
|
|
|
12
13
|
serverUrl: 'https://base-qn.a.exodus.io',
|
|
13
14
|
confirmationsNumber: 30,
|
|
14
15
|
monitorType: 'no-history',
|
|
15
|
-
tokenType: 'BASE_ERC20',
|
|
16
16
|
nfts: true,
|
|
17
17
|
l1GasOracleAddress: GAS_ORACLE_ADDRESS,
|
|
18
18
|
})
|