@calp-pro/dex-db 1.0.1 → 1.0.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/.github/FUNDING.yml +1 -0
- package/README.md +1 -1
- package/package.json +4 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
custom: ['https://etherscan.io/address/0x3Dad9EE0E5cE6933E9B1d6318354303cf0118255']
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-dark.svg"><img alt="calp.pro icon" src="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-light.svg" height="32" align="absmiddle"></picture> DEX DB
|
|
1
|
+
# <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-dark.svg"><img alt="calp.pro icon" src="https://cdn.jsdelivr.net/npm/uniswap-v2-loader@5.0.1/logo-light.svg" height="32" align="absmiddle"></picture> DEX DB [](https://coveralls.io/github/calp-pro/dex_db)
|
|
2
2
|
|
|
3
3
|
Database for decentralize exchangers.<br>
|
|
4
4
|
Low level data base based on [Radix-tree](https://en.wikipedia.org/wiki/Radix_tree) (same way as SQL).<br>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@calp-pro/dex-db",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Database designed for handle relation pair/pool address to token0 & token1 addresses",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"DEX",
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"pancakeswap-dump": "^1.0.8",
|
|
26
26
|
"sushiswap-dump": "^1.0.3"
|
|
27
|
+
},
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"provenance": true
|
|
27
30
|
}
|
|
28
31
|
}
|