@venusprotocol/chains 0.28.0 → 0.29.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/build/index.mjs +8 -1
- package/package.json +3 -3
package/build/index.mjs
CHANGED
|
@@ -7262,6 +7262,13 @@ const bscMainnet = [
|
|
|
7262
7262
|
symbol: "vSPCXB",
|
|
7263
7263
|
underlyingToken: tokens[56][74]
|
|
7264
7264
|
},
|
|
7265
|
+
{
|
|
7266
|
+
chainId: 56,
|
|
7267
|
+
address: "0x3E281461efb3D53EC20DB207674373Ed8Ef3BbA9",
|
|
7268
|
+
decimals: 8,
|
|
7269
|
+
symbol: "vSKHYB",
|
|
7270
|
+
underlyingToken: tokens[56][75]
|
|
7271
|
+
},
|
|
7265
7272
|
{
|
|
7266
7273
|
chainId: 56,
|
|
7267
7274
|
address: "0x74ca6930108F775CC667894EEa33843e691680d7",
|
|
@@ -9827,7 +9834,7 @@ const getRpcUrls = ({ nodeRealApiKey, alchemyApiKey }) => {
|
|
|
9827
9834
|
[ChainId.ETHEREUM]: [`https://eth-mainnet.nodereal.io/v1/${nodeRealApiKey}`, `https://eth-mainnet.g.alchemy.com/v2/${alchemyApiKey}`],
|
|
9828
9835
|
[ChainId.SEPOLIA]: [`https://eth-sepolia.nodereal.io/v1/${nodeRealApiKey}`],
|
|
9829
9836
|
[ChainId.ARBITRUM_ONE]: [`https://open-platform.nodereal.io/${nodeRealApiKey}/arbitrum-nitro`, `https://arb-mainnet.g.alchemy.com/v2/${alchemyApiKey}`],
|
|
9830
|
-
[ChainId.ARBITRUM_SEPOLIA]: [
|
|
9837
|
+
[ChainId.ARBITRUM_SEPOLIA]: [`https://arb-sepolia.g.alchemy.com/v2/${alchemyApiKey}`],
|
|
9831
9838
|
[ChainId.ZKSYNC_MAINNET]: [`https://open-platform.nodereal.io/${nodeRealApiKey}/zksync`, `https://zksync-mainnet.g.alchemy.com/v2/${alchemyApiKey}`],
|
|
9832
9839
|
[ChainId.ZKSYNC_SEPOLIA]: ["https://sepolia.era.zksync.dev"],
|
|
9833
9840
|
[ChainId.OPTIMISM_MAINNET]: [`https://opt-mainnet.g.alchemy.com/v2/${alchemyApiKey}`, `https://opt-mainnet.nodereal.io/v1/${nodeRealApiKey}`],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venusprotocol/chains",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@biomejs/biome": "1.6.4",
|
|
42
42
|
"@rollup/plugin-url": "^8.0.2",
|
|
43
43
|
"@types/semver": "^7.5.8",
|
|
44
|
-
"@venusprotocol/isolated-pools": "
|
|
44
|
+
"@venusprotocol/isolated-pools": "4.4.0-slim",
|
|
45
45
|
"@venusprotocol/typescript-config": "*",
|
|
46
|
-
"@venusprotocol/venus-protocol": "10.
|
|
46
|
+
"@venusprotocol/venus-protocol": "10.3.0-slim",
|
|
47
47
|
"@vercel/blob": "^2.0.0",
|
|
48
48
|
"commander": "^14.0.1",
|
|
49
49
|
"genversion": "^3.2.0",
|