@bgd-labs/toolbox 0.0.43 → 0.0.44
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/index.d.mts +207 -1
- package/dist/index.d.ts +207 -1
- package/dist/index.js +120 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +118 -5
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +120 -5
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +118 -5
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13575,7 +13575,7 @@ async function getReserveConfigurations(client, pool, reserves) {
|
|
|
13575
13575
|
};
|
|
13576
13576
|
}
|
|
13577
13577
|
|
|
13578
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.
|
|
13578
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.6_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IPayloadsControllerCore.mjs
|
|
13579
13579
|
var IPayloadsControllerCore_ABI = [
|
|
13580
13580
|
{
|
|
13581
13581
|
type: "function",
|
|
@@ -14080,7 +14080,7 @@ var IPayloadsControllerCore_ABI = [
|
|
|
14080
14080
|
}
|
|
14081
14081
|
];
|
|
14082
14082
|
|
|
14083
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.
|
|
14083
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.6_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IGovernanceCore.mjs
|
|
14084
14084
|
var IGovernanceCore_ABI = [
|
|
14085
14085
|
{
|
|
14086
14086
|
type: "function",
|
|
@@ -15113,7 +15113,7 @@ var IGovernanceCore_ABI = [
|
|
|
15113
15113
|
}
|
|
15114
15114
|
];
|
|
15115
15115
|
|
|
15116
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.
|
|
15116
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.6_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IPool.mjs
|
|
15117
15117
|
var IPool_ABI2 = [
|
|
15118
15118
|
{
|
|
15119
15119
|
type: "function",
|
|
@@ -18927,8 +18927,6 @@ var tenderlyNetworkMap = {
|
|
|
18927
18927
|
2020: "ronin",
|
|
18928
18928
|
2021: "ronin-testnet",
|
|
18929
18929
|
2522: "fraxtal-holesky",
|
|
18930
|
-
2810: "morph-holesky",
|
|
18931
|
-
2818: "morph",
|
|
18932
18930
|
4202: "lisk-sepolia",
|
|
18933
18931
|
4801: "worldchain-sepolia",
|
|
18934
18932
|
5e3: "mantle",
|
|
@@ -18992,6 +18990,119 @@ var tenderlyNetworkMap = {
|
|
|
18992
18990
|
52085145: "converge-testnet",
|
|
18993
18991
|
531050104: "sophon-testnet"
|
|
18994
18992
|
};
|
|
18993
|
+
var tenderlyExplorerMap = {
|
|
18994
|
+
1: "mainnet",
|
|
18995
|
+
10: "optimistic",
|
|
18996
|
+
14: "flare",
|
|
18997
|
+
30: "rsk",
|
|
18998
|
+
31: "rsk-testnet",
|
|
18999
|
+
56: "bnb",
|
|
19000
|
+
71: "cfx-espace-testnet",
|
|
19001
|
+
97: "bnb-testnet",
|
|
19002
|
+
100: "gnosis-chain",
|
|
19003
|
+
130: "unichain",
|
|
19004
|
+
137: "polygon",
|
|
19005
|
+
146: "sonic",
|
|
19006
|
+
232: "lens",
|
|
19007
|
+
239: "tac",
|
|
19008
|
+
252: "fraxtal-mainnet",
|
|
19009
|
+
288: "boba-ethereum",
|
|
19010
|
+
300: "zksync-sepolia",
|
|
19011
|
+
324: "zksync",
|
|
19012
|
+
360: "shape",
|
|
19013
|
+
480: "worldchain-mainnet",
|
|
19014
|
+
1088: "metis-andromeda",
|
|
19015
|
+
1135: "lisk",
|
|
19016
|
+
1284: "moonbeam",
|
|
19017
|
+
1285: "moonriver",
|
|
19018
|
+
1287: "moonbase-alpha",
|
|
19019
|
+
1301: "unichain-sepolia",
|
|
19020
|
+
1315: "story-aeneid",
|
|
19021
|
+
1328: "sei-atlantic-2",
|
|
19022
|
+
1329: "sei-pacific-1",
|
|
19023
|
+
1439: "injective-testnet",
|
|
19024
|
+
1514: "story",
|
|
19025
|
+
1868: "soneium",
|
|
19026
|
+
1923: "swellchain",
|
|
19027
|
+
1924: "swellchain-sepolia",
|
|
19028
|
+
1946: "soneium-minato",
|
|
19029
|
+
2020: "ronin",
|
|
19030
|
+
2021: "ronin-testnet",
|
|
19031
|
+
2201: "stable-testnet",
|
|
19032
|
+
2391: "tac-spb-testnet",
|
|
19033
|
+
2522: "fraxtal-holesky",
|
|
19034
|
+
3338: "peaq",
|
|
19035
|
+
4202: "lisk-sepolia",
|
|
19036
|
+
4801: "worldchain-sepolia",
|
|
19037
|
+
5e3: "mantle",
|
|
19038
|
+
5003: "mantle-sepolia",
|
|
19039
|
+
7e3: "zetachain",
|
|
19040
|
+
7001: "zetachain-testnet",
|
|
19041
|
+
7887: "kinto",
|
|
19042
|
+
8008: "polynomial-mainnet",
|
|
19043
|
+
8453: "base",
|
|
19044
|
+
9069: "af-nexus-mainnet",
|
|
19045
|
+
9070: "af-nexus-testnet",
|
|
19046
|
+
9728: "boba-bnb-testnet",
|
|
19047
|
+
9745: "plasma",
|
|
19048
|
+
9746: "plasma-testnet",
|
|
19049
|
+
9990: "peaq-agung-testnet",
|
|
19050
|
+
11011: "shape-sepolia",
|
|
19051
|
+
11069: "interval-testnet",
|
|
19052
|
+
12739: "concrete",
|
|
19053
|
+
13371: "immutable",
|
|
19054
|
+
13473: "immutable-testnet",
|
|
19055
|
+
17e3: "holesky",
|
|
19056
|
+
28882: "boba-sepolia",
|
|
19057
|
+
33111: "curtis",
|
|
19058
|
+
33139: "apechain",
|
|
19059
|
+
37111: "lens-sepolia",
|
|
19060
|
+
42161: "arbitrum",
|
|
19061
|
+
42170: "arbitrum-nova",
|
|
19062
|
+
42220: "celo",
|
|
19063
|
+
43113: "avalanche-fuji",
|
|
19064
|
+
43114: "avalanche-mainnet",
|
|
19065
|
+
44787: "celo-alfajores-testnet",
|
|
19066
|
+
48898: "zircuit-garfield-testnet",
|
|
19067
|
+
48900: "zircuit",
|
|
19068
|
+
50104: "sophon",
|
|
19069
|
+
56288: "boba-bnb",
|
|
19070
|
+
57054: "sonic-blaze",
|
|
19071
|
+
57073: "ink",
|
|
19072
|
+
59141: "linea-sepolia",
|
|
19073
|
+
59144: "linea",
|
|
19074
|
+
59902: "metis-sepolia",
|
|
19075
|
+
60808: "bob",
|
|
19076
|
+
62576: "concrete-testnet",
|
|
19077
|
+
80002: "polygon-amoy",
|
|
19078
|
+
80008: "polynomial-sepolia",
|
|
19079
|
+
80069: "bepolia",
|
|
19080
|
+
80094: "berachain",
|
|
19081
|
+
81457: "blast",
|
|
19082
|
+
84532: "base-sepolia",
|
|
19083
|
+
98866: "plume",
|
|
19084
|
+
98867: "plume-testnet",
|
|
19085
|
+
129399: "katana-tatara",
|
|
19086
|
+
167e3: "taiko-mainnet",
|
|
19087
|
+
167009: "taiko-hekla",
|
|
19088
|
+
421614: "arbitrum-sepolia",
|
|
19089
|
+
534351: "scroll-sepolia",
|
|
19090
|
+
534352: "scroll-mainnet",
|
|
19091
|
+
560048: "hoodi",
|
|
19092
|
+
737373: "katana-bokuto",
|
|
19093
|
+
747474: "katana",
|
|
19094
|
+
763373: "ink-sepolia",
|
|
19095
|
+
808813: "bob-testnet",
|
|
19096
|
+
7777777: "zora",
|
|
19097
|
+
11155111: "sepolia",
|
|
19098
|
+
11155420: "optimistic-sepolia",
|
|
19099
|
+
13374202: "ethereal-testnet",
|
|
19100
|
+
21e6: "corn",
|
|
19101
|
+
21000001: "corn-testnet",
|
|
19102
|
+
52085145: "converge-testnet",
|
|
19103
|
+
531050104: "sophon-testnet",
|
|
19104
|
+
999999999: "zora-sepolia"
|
|
19105
|
+
};
|
|
18995
19106
|
|
|
18996
19107
|
// src/ecosystem/rpcs.ts
|
|
18997
19108
|
var publicRPCs = {
|
|
@@ -35967,6 +36078,8 @@ export {
|
|
|
35967
36078
|
routescanExplorers,
|
|
35968
36079
|
selfDestructStatusToString,
|
|
35969
36080
|
setBits,
|
|
36081
|
+
tenderlyExplorerMap,
|
|
36082
|
+
tenderlyNetworkMap,
|
|
35970
36083
|
tenderly_createVnet,
|
|
35971
36084
|
tenderly_deleteVnet,
|
|
35972
36085
|
tenderly_getVnet,
|