@pioneer-platform/pioneer-discovery 0.0.21 → 0.1.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 +13 -0
- package/lib/generatedAssetData.json +3 -3
- package/package.json +12 -12
- package/scripts/fix-network-names.sh +0 -0
- package/scripts/purge-ibc.sh +0 -0
- package/scripts/validate.sh +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @pioneer-platform/pioneer-discovery
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Release: minor version bump for all packages
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @pioneer-platform/loggerdog@8.4.0
|
|
13
|
+
- @pioneer-platform/pioneer-caip@9.3.0
|
|
@@ -172,9 +172,9 @@
|
|
|
172
172
|
"precision": 8,
|
|
173
173
|
"color": "#33FF99",
|
|
174
174
|
"icon": "https://assets.coincap.io/assets/icons/rune@2x.png",
|
|
175
|
-
"explorer": "https://
|
|
176
|
-
"explorerAddressLink": "https://
|
|
177
|
-
"explorerTxLink": "https://
|
|
175
|
+
"explorer": "https://www.thorscanner.org",
|
|
176
|
+
"explorerAddressLink": "https://www.thorscanner.org/address/",
|
|
177
|
+
"explorerTxLink": "https://www.thorscanner.org/tx/"
|
|
178
178
|
},
|
|
179
179
|
"eip155:1/erc20:0x000000000000d0151e748d25b766e77efe2a6c83": {
|
|
180
180
|
"assetId": "eip155:1/erc20:0x000000000000d0151e748d25b766e77efe2a6c83",
|
package/package.json
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/pioneer-discovery",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/main.d.ts",
|
|
6
6
|
"_moduleAliases": {
|
|
7
7
|
"@coins": "lib/coins"
|
|
8
8
|
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"npm": "pnpm i",
|
|
11
|
-
"build": "tsc -p .",
|
|
12
|
-
"test": "pnpm run build && node __tests__/test-module.js",
|
|
13
|
-
"test-suite": "pnpm run build && node __tests__/tests-common.js",
|
|
14
|
-
"build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build",
|
|
15
|
-
"prepublish": "pnpm run build"
|
|
16
|
-
},
|
|
17
9
|
"devDependencies": {
|
|
18
10
|
"@types/express": "^4.17.6",
|
|
19
11
|
"@types/node": "^18.16.0",
|
|
@@ -24,8 +16,16 @@
|
|
|
24
16
|
"dependencies": {
|
|
25
17
|
"@coinmasters/tokens": "^3.7.33",
|
|
26
18
|
"@coinmasters/types": "^4.7.33",
|
|
27
|
-
"@pioneer-platform/loggerdog": "^8.
|
|
28
|
-
"@pioneer-platform/pioneer-caip": "^9.
|
|
19
|
+
"@pioneer-platform/loggerdog": "^8.4.0",
|
|
20
|
+
"@pioneer-platform/pioneer-caip": "^9.3.0",
|
|
29
21
|
"ethers": "5.7.2"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"npm": "pnpm i",
|
|
25
|
+
"build": "tsc -p .",
|
|
26
|
+
"test": "pnpm run build && node __tests__/test-module.js",
|
|
27
|
+
"test-suite": "pnpm run build && node __tests__/tests-common.js",
|
|
28
|
+
"build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build",
|
|
29
|
+
"prepublish": "pnpm run build"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|
|
File without changes
|
package/scripts/purge-ibc.sh
CHANGED
|
File without changes
|
package/scripts/validate.sh
CHANGED
|
File without changes
|