@privy-io/chains 0.0.6 → 0.0.7-beta-20260213175842
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.hyperEVMMainnet={id:999,name:"HyperEVM Mainnet",network:"hyperevm",nativeCurrency:{name:"HYPE",symbol:"HYPE",decimals:18},rpcUrls:{privy:{http:["https://hyperevm-mainnet.rpc.privy.systems"]},privyInternal:{http:["https://hyperevm-mainnet.rpc.privy.systems"]},default:{http:["https://rpc.hyperliquid.xyz/evm"]},public:{http:["https://rpc.hyperliquid.xyz/evm"]}},blockExplorers:{default:{name:"HyperEVM Mainnet Explorer",url:""}}};
|
package/dist/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("./ethereum/add-privy-rpc-to-chain.js"),i=require("./ethereum/add-chain-to-default-chains.js"),r=require("./ethereum/default-supported-chains.js"),t=require("./ethereum/add-rpc-url-override-to-chain.js"),s=require("./ethereum/dedupe-supported-chains.js"),o=require("./ethereum/get-supported-chain-by-id.js"),
|
|
1
|
+
"use strict";var e=require("./ethereum/add-privy-rpc-to-chain.js"),i=require("./ethereum/add-chain-to-default-chains.js"),r=require("./ethereum/default-supported-chains.js"),t=require("./ethereum/add-rpc-url-override-to-chain.js"),s=require("./ethereum/dedupe-supported-chains.js"),o=require("./ethereum/get-supported-chain-by-id.js"),n=require("./ethereum/definitions/abstract.js"),a=require("./ethereum/definitions/abstractTestnet.js"),u=require("./ethereum/definitions/arbitrum.js"),p=require("./ethereum/definitions/arbitrumSepolia.js"),d=require("./ethereum/definitions/avalanche.js"),h=require("./ethereum/definitions/avalancheFuji.js"),m=require("./ethereum/definitions/base.js"),l=require("./ethereum/definitions/baseSepolia.js"),j=require("./ethereum/definitions/celo.js"),f=require("./ethereum/definitions/linea.js"),c=require("./ethereum/definitions/mainnet.js"),q=require("./ethereum/definitions/optimism.js"),x=require("./ethereum/definitions/optimismSepolia.js"),b=require("./ethereum/definitions/polygon.js"),S=require("./ethereum/definitions/polygonAmoy.js"),T=require("./ethereum/definitions/sepolia.js"),y=require("./ethereum/definitions/zora.js"),C=require("./ethereum/definitions/zoraSepolia.js"),v=require("./ethereum/definitions/zoraTestnet.js"),A=require("./ethereum/definitions/bsc.js"),D=require("./ethereum/definitions/hyperEVMMainnet.js");require("./ethereum/definitions/berachainArtio.js"),require("./ethereum/definitions/celoAlfajores.js"),require("./ethereum/definitions/filecoin.js"),require("./ethereum/definitions/filecoinCalibration.js"),require("./ethereum/definitions/garnetHolesky.js"),require("./ethereum/definitions/holesky.js"),require("./ethereum/definitions/lineaTestnet.js"),require("./ethereum/definitions/lukso.js"),require("./ethereum/definitions/redstone.js");exports.addPrivyRpcToChain=e.addPrivyRpcToChain,exports.addToDefaultChains=i.addToDefaultChains,exports.DEFAULT_SUPPORTED_CHAINS=r.DEFAULT_SUPPORTED_CHAINS,exports.DEFAULT_SUPPORTED_CHAIN_IDS=r.DEFAULT_SUPPORTED_CHAIN_IDS,exports.addRpcUrlOverrideToChain=t.addRpcUrlOverrideToChain,exports.dedupeSupportedChains=s.dedupeSupportedChains,exports.getSupportedChainById=o.getSupportedChainById,exports.abstract=n.abstract,exports.abstractTestnet=a.abstractTestnet,exports.arbitrum=u.arbitrum,exports.arbitrumSepolia=p.arbitrumSepolia,exports.avalanche=d.avalanche,exports.avalancheFuji=h.avalancheFuji,exports.base=m.base,exports.baseSepolia=l.baseSepolia,exports.celo=j.celo,exports.linea=f.linea,exports.mainnet=c.mainnet,exports.optimism=q.optimism,exports.optimismSepolia=x.optimismSepolia,exports.polygon=b.polygon,exports.polygonAmoy=S.polygonAmoy,exports.sepolia=T.sepolia,exports.zora=y.zora,exports.zoraSepolia=C.zoraSepolia,exports.zoraTestnet=v.zoraTestnet,exports.bsc=A.bsc,exports.hyperEVMMainnet=D.hyperEVMMainnet,exports.VERSION="0.0.7-beta-20260213175842";
|
package/dist/dts/index.d.mts
CHANGED
|
@@ -197,6 +197,8 @@ declare const zoraTestnet: Chain;
|
|
|
197
197
|
|
|
198
198
|
declare const bsc: Chain;
|
|
199
199
|
|
|
200
|
+
declare const hyperEVMMainnet: Chain;
|
|
201
|
+
|
|
200
202
|
declare const VERSION = "__VERSION__";
|
|
201
203
|
|
|
202
|
-
export { type Chain, type ChainLikeWithId, DEFAULT_SUPPORTED_CHAINS, DEFAULT_SUPPORTED_CHAIN_IDS, type RpcConfig, type Unit, VERSION, abstract, abstractTestnet, addPrivyRpcToChain, addRpcUrlOverrideToChain, addToDefaultChains, arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, celo, dedupeSupportedChains, getSupportedChainById, linea, mainnet, optimism, optimismSepolia, polygon, polygonAmoy, sepolia, zora, zoraSepolia, zoraTestnet };
|
|
204
|
+
export { type Chain, type ChainLikeWithId, DEFAULT_SUPPORTED_CHAINS, DEFAULT_SUPPORTED_CHAIN_IDS, type RpcConfig, type Unit, VERSION, abstract, abstractTestnet, addPrivyRpcToChain, addRpcUrlOverrideToChain, addToDefaultChains, arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, celo, dedupeSupportedChains, getSupportedChainById, hyperEVMMainnet, linea, mainnet, optimism, optimismSepolia, polygon, polygonAmoy, sepolia, zora, zoraSepolia, zoraTestnet };
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -197,6 +197,8 @@ declare const zoraTestnet: Chain;
|
|
|
197
197
|
|
|
198
198
|
declare const bsc: Chain;
|
|
199
199
|
|
|
200
|
+
declare const hyperEVMMainnet: Chain;
|
|
201
|
+
|
|
200
202
|
declare const VERSION = "__VERSION__";
|
|
201
203
|
|
|
202
|
-
export { type Chain, type ChainLikeWithId, DEFAULT_SUPPORTED_CHAINS, DEFAULT_SUPPORTED_CHAIN_IDS, type RpcConfig, type Unit, VERSION, abstract, abstractTestnet, addPrivyRpcToChain, addRpcUrlOverrideToChain, addToDefaultChains, arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, celo, dedupeSupportedChains, getSupportedChainById, linea, mainnet, optimism, optimismSepolia, polygon, polygonAmoy, sepolia, zora, zoraSepolia, zoraTestnet };
|
|
204
|
+
export { type Chain, type ChainLikeWithId, DEFAULT_SUPPORTED_CHAINS, DEFAULT_SUPPORTED_CHAIN_IDS, type RpcConfig, type Unit, VERSION, abstract, abstractTestnet, addPrivyRpcToChain, addRpcUrlOverrideToChain, addToDefaultChains, arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, celo, dedupeSupportedChains, getSupportedChainById, hyperEVMMainnet, linea, mainnet, optimism, optimismSepolia, polygon, polygonAmoy, sepolia, zora, zoraSepolia, zoraTestnet };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={id:999,name:"HyperEVM Mainnet",network:"hyperevm",nativeCurrency:{name:"HYPE",symbol:"HYPE",decimals:18},rpcUrls:{privy:{http:["https://hyperevm-mainnet.rpc.privy.systems"]},privyInternal:{http:["https://hyperevm-mainnet.rpc.privy.systems"]},default:{http:["https://rpc.hyperliquid.xyz/evm"]},public:{http:["https://rpc.hyperliquid.xyz/evm"]}},blockExplorers:{default:{name:"HyperEVM Mainnet Explorer",url:""}}};export{e as hyperEVMMainnet};
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{addPrivyRpcToChain}from"./ethereum/add-privy-rpc-to-chain.mjs";export{addToDefaultChains}from"./ethereum/add-chain-to-default-chains.mjs";export{DEFAULT_SUPPORTED_CHAINS,DEFAULT_SUPPORTED_CHAIN_IDS}from"./ethereum/default-supported-chains.mjs";export{addRpcUrlOverrideToChain}from"./ethereum/add-rpc-url-override-to-chain.mjs";export{dedupeSupportedChains}from"./ethereum/dedupe-supported-chains.mjs";export{getSupportedChainById}from"./ethereum/get-supported-chain-by-id.mjs";export{abstract}from"./ethereum/definitions/abstract.mjs";export{abstractTestnet}from"./ethereum/definitions/abstractTestnet.mjs";export{arbitrum}from"./ethereum/definitions/arbitrum.mjs";export{arbitrumSepolia}from"./ethereum/definitions/arbitrumSepolia.mjs";export{avalanche}from"./ethereum/definitions/avalanche.mjs";export{avalancheFuji}from"./ethereum/definitions/avalancheFuji.mjs";export{base}from"./ethereum/definitions/base.mjs";export{baseSepolia}from"./ethereum/definitions/baseSepolia.mjs";export{celo}from"./ethereum/definitions/celo.mjs";export{linea}from"./ethereum/definitions/linea.mjs";export{mainnet}from"./ethereum/definitions/mainnet.mjs";export{optimism}from"./ethereum/definitions/optimism.mjs";export{optimismSepolia}from"./ethereum/definitions/optimismSepolia.mjs";export{polygon}from"./ethereum/definitions/polygon.mjs";export{polygonAmoy}from"./ethereum/definitions/polygonAmoy.mjs";export{sepolia}from"./ethereum/definitions/sepolia.mjs";export{zora}from"./ethereum/definitions/zora.mjs";export{zoraSepolia}from"./ethereum/definitions/zoraSepolia.mjs";export{zoraTestnet}from"./ethereum/definitions/zoraTestnet.mjs";export{bsc}from"./ethereum/definitions/bsc.mjs";import"./ethereum/definitions/berachainArtio.mjs";import"./ethereum/definitions/celoAlfajores.mjs";import"./ethereum/definitions/filecoin.mjs";import"./ethereum/definitions/filecoinCalibration.mjs";import"./ethereum/definitions/garnetHolesky.mjs";import"./ethereum/definitions/holesky.mjs";import"./ethereum/definitions/lineaTestnet.mjs";import"./ethereum/definitions/lukso.mjs";import"./ethereum/definitions/redstone.mjs";const e="0.0.
|
|
1
|
+
export{addPrivyRpcToChain}from"./ethereum/add-privy-rpc-to-chain.mjs";export{addToDefaultChains}from"./ethereum/add-chain-to-default-chains.mjs";export{DEFAULT_SUPPORTED_CHAINS,DEFAULT_SUPPORTED_CHAIN_IDS}from"./ethereum/default-supported-chains.mjs";export{addRpcUrlOverrideToChain}from"./ethereum/add-rpc-url-override-to-chain.mjs";export{dedupeSupportedChains}from"./ethereum/dedupe-supported-chains.mjs";export{getSupportedChainById}from"./ethereum/get-supported-chain-by-id.mjs";export{abstract}from"./ethereum/definitions/abstract.mjs";export{abstractTestnet}from"./ethereum/definitions/abstractTestnet.mjs";export{arbitrum}from"./ethereum/definitions/arbitrum.mjs";export{arbitrumSepolia}from"./ethereum/definitions/arbitrumSepolia.mjs";export{avalanche}from"./ethereum/definitions/avalanche.mjs";export{avalancheFuji}from"./ethereum/definitions/avalancheFuji.mjs";export{base}from"./ethereum/definitions/base.mjs";export{baseSepolia}from"./ethereum/definitions/baseSepolia.mjs";export{celo}from"./ethereum/definitions/celo.mjs";export{linea}from"./ethereum/definitions/linea.mjs";export{mainnet}from"./ethereum/definitions/mainnet.mjs";export{optimism}from"./ethereum/definitions/optimism.mjs";export{optimismSepolia}from"./ethereum/definitions/optimismSepolia.mjs";export{polygon}from"./ethereum/definitions/polygon.mjs";export{polygonAmoy}from"./ethereum/definitions/polygonAmoy.mjs";export{sepolia}from"./ethereum/definitions/sepolia.mjs";export{zora}from"./ethereum/definitions/zora.mjs";export{zoraSepolia}from"./ethereum/definitions/zoraSepolia.mjs";export{zoraTestnet}from"./ethereum/definitions/zoraTestnet.mjs";export{bsc}from"./ethereum/definitions/bsc.mjs";export{hyperEVMMainnet}from"./ethereum/definitions/hyperEVMMainnet.mjs";import"./ethereum/definitions/berachainArtio.mjs";import"./ethereum/definitions/celoAlfajores.mjs";import"./ethereum/definitions/filecoin.mjs";import"./ethereum/definitions/filecoinCalibration.mjs";import"./ethereum/definitions/garnetHolesky.mjs";import"./ethereum/definitions/holesky.mjs";import"./ethereum/definitions/lineaTestnet.mjs";import"./ethereum/definitions/lukso.mjs";import"./ethereum/definitions/redstone.mjs";const e="0.0.7-beta-20260213175842";export{e as VERSION};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privy-io/chains",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7-beta-20260213175842",
|
|
4
4
|
"description": "Network configurations for Privy SDKs",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"rollup-plugin-dts": "^6.1.1",
|
|
50
50
|
"typescript": "~5.5.3",
|
|
51
51
|
"@privy-io/build-config": "1.0.0",
|
|
52
|
-
"@privy-io/
|
|
53
|
-
"@privy-io/
|
|
52
|
+
"@privy-io/tsconfig": "0.0.0",
|
|
53
|
+
"@privy-io/eslint-config-custom": "0.0.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {},
|
|
56
56
|
"peerDependenciesMeta": {},
|