@vultisig/core-chain 2.16.1 → 2.16.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/CHANGELOG.md +14 -0
- package/dist/chains/cosmos/cosmosRpcUrl.d.ts.map +1 -1
- package/dist/chains/cosmos/cosmosRpcUrl.js +3 -1
- package/dist/chains/cosmos/cosmosRpcUrl.js.map +1 -1
- package/dist/chains/cosmos/tendermintRpcUrl.js +1 -1
- package/dist/chains/cosmos/tendermintRpcUrl.js.map +1 -1
- package/dist/chains/evm/chainInfo.d.ts +3 -3
- package/dist/chains/evm/chainInfo.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @vultisig/core-chain
|
|
2
2
|
|
|
3
|
+
## 2.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#718](https://github.com/vultisig/vultisig-sdk/pull/718) [`c67da04`](https://github.com/vultisig/vultisig-sdk/commit/c67da049ce35988e82771a1e981b0d84040310e3) Thanks [@realpaaao](https://github.com/realpaaao)! - Replace the dead Hyperliquid block explorer liquidscan.io with hypurrscan.io.
|
|
8
|
+
|
|
9
|
+
- [#735](https://github.com/vultisig/vultisig-sdk/pull/735) [`9d11951`](https://github.com/vultisig/vultisig-sdk/commit/9d1195121a99b05ac0d0bd6e359933aaf18dad34) Thanks [@gomesalexandre](https://github.com/gomesalexandre)! - fix(cosmos): use polkachu for the Kujira LCD + RPC endpoints
|
|
10
|
+
|
|
11
|
+
`kujira-rest.publicnode.com` and `kujira-rpc.publicnode.com` both now return
|
|
12
|
+
HTTP 403 "unsupported platform" for our clients, breaking Kujira balance reads
|
|
13
|
+
and tx broadcasts. Point `cosmosRpcUrl` and `tendermintRpcUrl` for Kujira at
|
|
14
|
+
polkachu (the same provider Noble uses, and the one `getCosmosAccountInfo`
|
|
15
|
+
already falls back to). Live-verified 200 with the real ukuji balance.
|
|
16
|
+
|
|
3
17
|
## 2.16.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cosmosRpcUrl.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/cosmosRpcUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAA;AAItE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,WAAW,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"cosmosRpcUrl.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/cosmosRpcUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAA;AAItE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,WAAW,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAapD,CAAA;AAED,eAAO,MAAM,mBAAmB,GAAI,KAAK,MAAM,KAAG,EAAE,IAAI,MAQvD,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,eAAe,kBAAkB,EAAE,OAAO,MAAM,WAC2C,CAAA;AAEtI,eAAO,MAAM,4BAA4B,GAAI,wBAAwB,cAAc,CAAC,WAAW,CAAC,WAO7F,CAAA;AAEH,eAAO,MAAM,yBAAyB,GAAI,OAAO,kBAAkB,WACZ,CAAA"}
|
|
@@ -5,7 +5,9 @@ export const cosmosRpcUrl = {
|
|
|
5
5
|
Cosmos: 'https://cosmos-rest.publicnode.com',
|
|
6
6
|
Osmosis: 'https://osmosis-rest.publicnode.com',
|
|
7
7
|
Dydx: 'https://dydx-rest.publicnode.com',
|
|
8
|
-
|
|
8
|
+
// kujira-rest.publicnode.com returns HTTP 403 "unsupported platform"; use polkachu
|
|
9
|
+
// (same provider Noble uses below + COSMOS_LCD_FALLBACK_URLS in getCosmosAccountInfo).
|
|
10
|
+
Kujira: 'https://kujira-api.polkachu.com',
|
|
9
11
|
Terra: 'https://terra-lcd.publicnode.com',
|
|
10
12
|
TerraClassic: 'https://terra-classic-lcd.publicnode.com',
|
|
11
13
|
Noble: 'https://noble-api.polkachu.com',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cosmosRpcUrl.js","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/cosmosRpcUrl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0DAA0D,CAAA;AAE/F,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAA;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAA;AAO/D,MAAM,CAAC,MAAM,YAAY,GAAgC;IACvD,MAAM,EAAE,oCAAoC;IAC5C,OAAO,EAAE,qCAAqC;IAC9C,IAAI,EAAE,kCAAkC;IACxC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"cosmosRpcUrl.js","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/cosmosRpcUrl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0DAA0D,CAAA;AAE/F,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAA;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAA;AAO/D,MAAM,CAAC,MAAM,YAAY,GAAgC;IACvD,MAAM,EAAE,oCAAoC;IAC5C,OAAO,EAAE,qCAAqC;IAC9C,IAAI,EAAE,kCAAkC;IACxC,mFAAmF;IACnF,uFAAuF;IACvF,MAAM,EAAE,iCAAiC;IACzC,KAAK,EAAE,kCAAkC;IACzC,YAAY,EAAE,0CAA0C;IACxD,KAAK,EAAE,gCAAgC;IACvC,SAAS,EAAE,iDAAiD;IAC5D,SAAS,EAAE,iCAAiC;IAC5C,KAAK,EAAE,mCAAmC;CAC3C,CAAA;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EAAW,EAAgB,EAAE;IAC/D,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC9D,OAAO,KAAK,CAAA;IACd,CAAC;IAED,MAAM,gBAAgB,GAAG,0BAA0B,CAAA;IAEnD,OAAO,gBAAgB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAClC,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,EAAE,KAAK,EAAE,EAAE,EAAsB,EAAE,KAAa,EAAE,EAAE,CAC7F,GAAG,oBAAoB,CAAC,KAAK,CAAC,IAAI,YAAY,CAAC,KAAK,CAAC,8BAA8B,EAAE,UAAU,YAAY,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,CAAA;AAEtI,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAA+B,EAAE,EAAE,CAClG,0BAA0B,CACxB;IACE,KAAK;IACL,EAAE,EAAE,eAAe,CAAC,EAAE,CAAC;CACxB,EACD,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,CACzB,CAAA;AAEH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAyB,EAAE,EAAE,CACrE,0BAA0B,CAAC,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAA"}
|
|
@@ -2,7 +2,7 @@ export const tendermintRpcUrl = {
|
|
|
2
2
|
Cosmos: 'https://cosmos-rpc.publicnode.com:443',
|
|
3
3
|
Osmosis: 'https://osmosis-rpc.publicnode.com:443',
|
|
4
4
|
Dydx: 'https://dydx-rpc.publicnode.com:443',
|
|
5
|
-
Kujira: 'https://kujira-rpc.
|
|
5
|
+
Kujira: 'https://kujira-rpc.polkachu.com', // kujira-rpc.publicnode.com 403s "unsupported platform"
|
|
6
6
|
Terra: 'https://terra-rpc.publicnode.com:443',
|
|
7
7
|
TerraClassic: 'https://terra-classic-rpc.publicnode.com:443',
|
|
8
8
|
Noble: 'https://noble-rpc.polkachu.com/',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tendermintRpcUrl.js","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/tendermintRpcUrl.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAgC;IAC3D,MAAM,EAAE,uCAAuC;IAC/C,OAAO,EAAE,wCAAwC;IACjD,IAAI,EAAE,qCAAqC;IAC3C,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"tendermintRpcUrl.js","sourceRoot":"","sources":["../../../../../../packages/core/chain/chains/cosmos/tendermintRpcUrl.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAgC;IAC3D,MAAM,EAAE,uCAAuC;IAC/C,OAAO,EAAE,wCAAwC;IACjD,IAAI,EAAE,qCAAqC;IAC3C,MAAM,EAAE,iCAAiC,EAAE,wDAAwD;IACnG,KAAK,EAAE,sCAAsC;IAC7C,YAAY,EAAE,8CAA8C;IAC5D,KAAK,EAAE,iCAAiC;IACxC,SAAS,EAAE,iDAAiD;IAC5D,SAAS,EAAE,mCAAmC;IAC9C,KAAK,EAAE,sCAAsC;CAC9C,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EvmChain } from '@vultisig/core-chain/Chain';
|
|
2
|
-
export declare const hyperliquidBlockExplorerUrl = "https://
|
|
2
|
+
export declare const hyperliquidBlockExplorerUrl = "https://hypurrscan.io";
|
|
3
3
|
export declare const hyperliquid: {
|
|
4
4
|
blockExplorers: {
|
|
5
5
|
readonly default: {
|
|
6
|
-
readonly name: "
|
|
7
|
-
readonly url: "https://
|
|
6
|
+
readonly name: "Hypurrscan";
|
|
7
|
+
readonly url: "https://hypurrscan.io";
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
blockTime?: number | undefined | undefined;
|
|
@@ -8,7 +8,7 @@ import { recordMap } from '@vultisig/lib-utils/record/recordMap';
|
|
|
8
8
|
import { defineChain } from 'viem';
|
|
9
9
|
import { arbitrum, avalanche, base, blast, bsc, cronos, mainnet, mantle, optimism, polygon, sei, zksync, } from 'viem/chains';
|
|
10
10
|
const hyperliquidRpcUrl = `${rootApiUrl}/hyperevm/`;
|
|
11
|
-
export const hyperliquidBlockExplorerUrl = 'https://
|
|
11
|
+
export const hyperliquidBlockExplorerUrl = 'https://hypurrscan.io';
|
|
12
12
|
const hyperliquidNativeCoin = chainFeeCoin[EvmChain.Hyperliquid];
|
|
13
13
|
export const hyperliquid = defineChain({
|
|
14
14
|
id: 999,
|
|
@@ -24,7 +24,7 @@ export const hyperliquid = defineChain({
|
|
|
24
24
|
public: { http: [hyperliquidRpcUrl] },
|
|
25
25
|
},
|
|
26
26
|
blockExplorers: {
|
|
27
|
-
default: { name: '
|
|
27
|
+
default: { name: 'Hypurrscan', url: hyperliquidBlockExplorerUrl },
|
|
28
28
|
},
|
|
29
29
|
});
|
|
30
30
|
const evmChainRpcUrls = {
|