@xyo-network/react-ethereum-gas-price-payload-plugins 2.41.36 → 2.41.38
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/README.md +4 -61
- package/dist/docs.json +3 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,70 +1,13 @@
|
|
|
1
|
-
[![logo][]]
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[![main-build][]][main-build-link]
|
|
6
|
-
[![beta-build][]][beta-build-link]
|
|
7
|
-
[![npm-badge][]][npm-link]
|
|
8
|
-
[![bch-badge][]][bch-link]
|
|
9
|
-
[![codacy-badge][]][codacy-link]
|
|
10
|
-
[![codeclimate-badge][]][codeclimate-link]
|
|
11
|
-
[![snyk-badge][]][snyk-link]
|
|
12
|
-
|
|
13
|
-
> The XYO Foundation provides this source code available in our efforts to
|
|
14
|
-
> advance the understanding of the XYO Procotol and its possible uses.
|
|
15
|
-
|
|
16
|
-
## Table of Contents
|
|
17
|
-
|
|
18
|
-
- [Description](#description)
|
|
19
|
-
- [Install](#install)
|
|
20
|
-
- [Maintainers](#maintainers)
|
|
21
|
-
- [License](#license)
|
|
22
|
-
- [Credits](#credits)
|
|
23
|
-
|
|
24
|
-
## Description
|
|
25
|
-
|
|
26
|
-
Common React code that is used throughout XYO projects that use React.
|
|
27
|
-
|
|
28
|
-
## Install
|
|
29
|
-
|
|
30
|
-
Using npm:
|
|
31
|
-
|
|
32
|
-
```sh
|
|
33
|
-
npm i --save @xyo-network/sdk-xyo-react-js
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Using yarn:
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
yarn add @xyo-network/sdk-xyo-react-js
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Maintainers
|
|
43
|
-
|
|
44
|
-
- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)
|
|
45
|
-
- [Matt Jones](https://github.com/jonesmac)
|
|
3
|
+
Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)
|
|
46
4
|
|
|
47
5
|
## License
|
|
48
6
|
|
|
49
|
-
See the [LICENSE](LICENSE) file for license details
|
|
7
|
+
> See the [LICENSE](LICENSE) file for license details
|
|
50
8
|
|
|
51
9
|
## Credits
|
|
52
10
|
|
|
53
11
|
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
54
12
|
|
|
55
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
56
|
-
[logo-link]: https://xyo.network
|
|
57
|
-
[main-build]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-main.yml/badge.svg
|
|
58
|
-
[main-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-main.yml
|
|
59
|
-
[beta-build]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-beta.yml/badge.svg
|
|
60
|
-
[beta-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-react-js/actions/workflows/build-beta.yml
|
|
61
|
-
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/sdk-xyo-react.svg
|
|
62
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/sdk-xyo-react
|
|
63
|
-
[bch-badge]: https://bettercodehub.com/edge/badge/XYOracleNetwork/sdk-xyo-react-js?branch=main
|
|
64
|
-
[bch-link]: https://bettercodehub.com/results/XYOracleNetwork/sdk-xyo-react-js
|
|
65
|
-
[codacy-badge]: https://app.codacy.com/project/badge/Grade/0c82dd3b33c3494886a30b1c4ff5a8c0
|
|
66
|
-
[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/sdk-xyo-react-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/sdk-xyo-react-js&utm_campaign=Badge_Grade
|
|
67
|
-
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/3d9b970fc814bbdd7d8f/maintainability
|
|
68
|
-
[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/sdk-xyo-react-js/maintainability
|
|
69
|
-
[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-react-js/badge.svg?targetFile=package.json
|
|
70
|
-
[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-react-js?targetFile=package.json
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
|
|
18
18
|
"line": 26,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/plugins/packages/ethereum-gas/src/index.ts#L26"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
|
|
179
179
|
"line": 16,
|
|
180
180
|
"character": 13,
|
|
181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/plugins/packages/ethereum-gas/src/index.ts#L16"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
184
|
"type": {
|
|
@@ -43559,7 +43559,7 @@
|
|
|
43559
43559
|
"fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
|
|
43560
43560
|
"line": 1,
|
|
43561
43561
|
"character": 0,
|
|
43562
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
43562
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ddb49e92b/packages/plugins/packages/ethereum-gas/src/index.ts#L1"
|
|
43563
43563
|
}
|
|
43564
43564
|
]
|
|
43565
43565
|
}
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.40.
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.41.
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.41.
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.41.
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.41.
|
|
18
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "^2.41.
|
|
19
|
-
"@xyo-network/react-payload-plugin": "^2.41.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.40.72",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.41.38",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.41.38",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.41.38",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.41.38",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "^2.41.38",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "^2.41.38"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "2.12.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "2.12.29"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@mui/icons-material": "^5",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
},
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"types": "dist/types/index.d.ts",
|
|
75
|
-
"version": "2.41.
|
|
75
|
+
"version": "2.41.38"
|
|
76
76
|
}
|