@rhinestone/shared-configs 1.6.15 → 1.7.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/dist/configs/chains.json
CHANGED
|
@@ -4,7 +4,7 @@ const bun_test_1 = require("bun:test");
|
|
|
4
4
|
const index_1 = require("../index");
|
|
5
5
|
const HYPERCORE_CAIP2 = "hypercore:mainnet";
|
|
6
6
|
const SOLANA_CAIP2 = "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
|
|
7
|
-
const TRON_CAIP2 = "tron:
|
|
7
|
+
const TRON_CAIP2 = "tron:mainnet";
|
|
8
8
|
(0, bun_test_1.describe)("chainVirtualization", () => {
|
|
9
9
|
(0, bun_test_1.describe)("getCaip2", () => {
|
|
10
10
|
(0, bun_test_1.it)("emits the canonical hypercore id for HyperCore (not eip155:1337)", () => {
|
package/dist/src/chains.js
CHANGED
package/dist/src/types.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ interface ChainEntry {
|
|
|
40
40
|
/**
|
|
41
41
|
* Canonical CAIP-2 chain identifier (`namespace:reference`). Populated for
|
|
42
42
|
* non-eip155 chains (e.g. `solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp`,
|
|
43
|
-
* `tron:
|
|
43
|
+
* `tron:mainnet`). EVM chains omit this and consumers fall back to
|
|
44
44
|
* `eip155:<chainId>` programmatically.
|
|
45
45
|
* https://chainagnostic.org/CAIPs/caip-2
|
|
46
46
|
*/
|