@talismn/chaindata-provider 0.0.0-pr997-20230922064047 → 0.0.0-pr997-20231115151657
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
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# @talismn/chaindata-provider
|
|
2
2
|
|
|
3
|
-
## 0.0.0-pr997-
|
|
3
|
+
## 0.0.0-pr997-20231115151657
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 03939d5f: fix: added githubUnknownChainLogoUrl
|
|
8
|
+
- c4d59671: bump typescript version
|
|
8
9
|
- 5aadf998: feat: native token balances on custom networks
|
|
9
10
|
- 4cace80d: add: dcentName property on tokens
|
|
10
11
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ChainId, EvmNetworkId, TokenId } from "./types";
|
|
2
2
|
export declare const githubChaindataBranch = "v3";
|
|
3
|
-
export declare const githubChaindataBaseUrl
|
|
4
|
-
export declare const githubChainsUrl
|
|
5
|
-
export declare const githubTestnetChainsUrl
|
|
6
|
-
export declare const githubEvmNetworksUrl
|
|
7
|
-
export declare const githubTokensUrl
|
|
3
|
+
export declare const githubChaindataBaseUrl = "https://raw.githubusercontent.com/TalismanSociety/chaindata/v3";
|
|
4
|
+
export declare const githubChainsUrl = "https://raw.githubusercontent.com/TalismanSociety/chaindata/v3/chaindata.json";
|
|
5
|
+
export declare const githubTestnetChainsUrl = "https://raw.githubusercontent.com/TalismanSociety/chaindata/v3/testnets-chaindata.json";
|
|
6
|
+
export declare const githubEvmNetworksUrl = "https://raw.githubusercontent.com/TalismanSociety/chaindata/v3/evm-networks.json";
|
|
7
|
+
export declare const githubTokensUrl = "https://raw.githubusercontent.com/TalismanSociety/chaindata/v3/tokens.json";
|
|
8
8
|
export declare const githubChainLogoUrl: (chainId: ChainId) => string;
|
|
9
9
|
export declare const githubEvmNetworkLogoUrl: (networkId: EvmNetworkId) => string;
|
|
10
10
|
export declare const githubTokenLogoUrl: (tokenId: TokenId) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/chaindata-provider",
|
|
3
|
-
"version": "0.0.0-pr997-
|
|
3
|
+
"version": "0.0.0-pr997-20231115151657",
|
|
4
4
|
"author": "Talisman",
|
|
5
5
|
"homepage": "https://talisman.xyz",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@talismn/eslint-config": "0.0.
|
|
30
|
+
"@talismn/eslint-config": "0.0.0-pr997-20231115151657",
|
|
31
31
|
"@talismn/tsconfig": "0.0.2",
|
|
32
32
|
"@types/jest": "^27.5.1",
|
|
33
|
-
"eslint": "^8.
|
|
33
|
+
"eslint": "^8.52.0",
|
|
34
34
|
"jest": "^28.1.0",
|
|
35
35
|
"ts-jest": "^28.0.2",
|
|
36
|
-
"typescript": "^
|
|
36
|
+
"typescript": "^5.2.2"
|
|
37
37
|
},
|
|
38
38
|
"preconstruct": {
|
|
39
39
|
"entrypoints": [
|