@privy-io/chains 0.0.5 → 0.0.6-beta-20260115221418
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/cjs/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +19 -19
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"),a=require("./ethereum/definitions/abstract.js"),n=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"),c=require("./ethereum/definitions/linea.js"),f=require("./ethereum/definitions/mainnet.js"),q=require("./ethereum/definitions/optimism.js"),x=require("./ethereum/definitions/optimismSepolia.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"),a=require("./ethereum/definitions/abstract.js"),n=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"),c=require("./ethereum/definitions/linea.js"),f=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");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=a.abstract,exports.abstractTestnet=n.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=c.linea,exports.mainnet=f.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.VERSION="0.0.6-beta-20260115221418";
|
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";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.6-beta-20260115221418";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.6-beta-20260115221418",
|
|
4
4
|
"description": "Network configurations for Privy SDKs",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,28 +27,12 @@
|
|
|
27
27
|
"LICENSE",
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build:types": "rollup --config rollup.types.mjs",
|
|
32
|
-
"build:code": "rollup --config rollup.build.mjs",
|
|
33
|
-
"check-types": "tsc --noEmit",
|
|
34
|
-
"clean": "rm -rf dist .turbo .swc",
|
|
35
|
-
"clean:reset": "rm -rf dist .turbo .swc node_modules",
|
|
36
|
-
"dev:code": "rollup --config rollup.dev.mjs --watch",
|
|
37
|
-
"dev:types": "rollup --config rollup.types.mjs --watch",
|
|
38
|
-
"format": "eslint src --fix",
|
|
39
|
-
"lint": "eslint src",
|
|
40
|
-
"test": "jest",
|
|
41
|
-
"test:watch": "jest --watch"
|
|
42
|
-
},
|
|
43
30
|
"browserslist": [
|
|
44
31
|
"defaults",
|
|
45
32
|
"not op_mini all"
|
|
46
33
|
],
|
|
47
34
|
"dependencies": {},
|
|
48
35
|
"devDependencies": {
|
|
49
|
-
"@privy-io/build-config": "*",
|
|
50
|
-
"@privy-io/eslint-config-custom": "*",
|
|
51
|
-
"@privy-io/tsconfig": "*",
|
|
52
36
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
53
37
|
"@rollup/plugin-replace": "^6.0.1",
|
|
54
38
|
"@rollup/plugin-swc": "^0.4.0",
|
|
@@ -63,11 +47,27 @@
|
|
|
63
47
|
"rollup": "4.52.4",
|
|
64
48
|
"rollup-plugin-copy": "^3.5.0",
|
|
65
49
|
"rollup-plugin-dts": "^6.1.1",
|
|
66
|
-
"typescript": "~5.5.3"
|
|
50
|
+
"typescript": "~5.5.3",
|
|
51
|
+
"@privy-io/build-config": "1.0.0",
|
|
52
|
+
"@privy-io/eslint-config-custom": "0.0.0",
|
|
53
|
+
"@privy-io/tsconfig": "0.0.0"
|
|
67
54
|
},
|
|
68
55
|
"peerDependencies": {},
|
|
69
56
|
"peerDependenciesMeta": {},
|
|
70
57
|
"publishConfig": {
|
|
71
58
|
"access": "public"
|
|
59
|
+
},
|
|
60
|
+
"scripts": {
|
|
61
|
+
"build:types": "rollup --config rollup.types.mjs",
|
|
62
|
+
"build:code": "rollup --config rollup.build.mjs",
|
|
63
|
+
"check-types": "tsc --noEmit",
|
|
64
|
+
"clean": "rm -rf dist .turbo .swc",
|
|
65
|
+
"clean:reset": "rm -rf dist .turbo .swc node_modules",
|
|
66
|
+
"dev:code": "rollup --config rollup.dev.mjs --watch",
|
|
67
|
+
"dev:types": "rollup --config rollup.types.mjs --watch",
|
|
68
|
+
"format": "eslint src --fix",
|
|
69
|
+
"lint": "eslint src",
|
|
70
|
+
"test": "jest",
|
|
71
|
+
"test:watch": "jest --watch"
|
|
72
72
|
}
|
|
73
|
-
}
|
|
73
|
+
}
|