Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hip-worms-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bgd-labs/toolbox": patch
---

Adds ink sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ exports[`rpcs > should return alchemy supported chain 137 > polygon-mainnet 1`]

exports[`rpcs > should return alchemy supported chain 146 > sonic-mainnet 1`] = `"https://sonic-mainnet.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 196 > xlayer-mainnet 1`] = `"https://xlayer-mainnet.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 324 > zksync-mainnet 1`] = `"https://zksync-mainnet.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 1088 > metis-mainnet 1`] = `"https://metis-mainnet.g.alchemy.com/v2/abc"`;
Expand Down Expand Up @@ -52,6 +54,8 @@ exports[`rpcs > should return alchemy supported chain 534351 > scroll-sepolia 1`

exports[`rpcs > should return alchemy supported chain 534352 > scroll-mainnet 1`] = `"https://scroll-mainnet.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 763373 > ink-sepolia 1`] = `"https://ink-sepolia.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 11155111 > eth-sepolia 1`] = `"https://eth-sepolia.g.alchemy.com/v2/abc"`;

exports[`rpcs > should return alchemy supported chain 11155420 > opt-sepolia 1`] = `"https://opt-sepolia.g.alchemy.com/v2/abc"`;
8 changes: 8 additions & 0 deletions packages/toolbox/src/ecosystem/chainIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
sonic,
zksync,
ink,
inkSepolia,
soneium,
bob,
plasma,
Expand Down Expand Up @@ -62,6 +63,7 @@ export const ChainId = {
zksync: zksync.id,
linea: linea.id,
ink: ink.id,
ink_sepolia: inkSepolia.id,
soneium: soneium.id,
bob: bob.id,
plasma: plasma.id,
Expand Down Expand Up @@ -107,6 +109,12 @@ export const ChainList: Record<valueOf<typeof ChainId>, Chain> = {
[ChainId.zksync]: zksync,
[ChainId.linea]: linea,
[ChainId.ink]: ink,
[ChainId.ink_sepolia]: {
...inkSepolia,
blockExplorers: {
default: { url: "https://explorer-sepolia.inkonchain.com/", name: "Ink Sepolia" },
},
},
[ChainId.soneium]: soneium,
[ChainId.bob]: bob,
[ChainId.plasma]: plasma,
Expand Down
9 changes: 6 additions & 3 deletions packages/toolbox/src/ecosystem/generated/alchemyNetworkMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const alchemyNetworkMap = {
137: "polygon-mainnet",
143: "monad-mainnet",
146: "sonic-mainnet",
196: "xlayer-mainnet",
204: "opbnb-mainnet",
232: "lens-mainnet",
252: "frax-mainnet",
Expand All @@ -34,9 +35,9 @@ export const alchemyNetworkMap = {
1328: "sei-testnet",
1329: "sei-mainnet",
1514: "story-mainnet",
1672: "pharos-mainnet",
1868: "soneium-mainnet",
1946: "soneium-minato",
1952: "xlayer-testnet",
2020: "ronin-mainnet",
2201: "stable-testnet",
2442: "polygonzkevm-cardona",
Expand All @@ -47,6 +48,7 @@ export const alchemyNetworkMap = {
4114: "citrea-mainnet",
4157: "crossfi-testnet",
4158: "crossfi-mainnet",
4217: "tempo-mainnet",
4326: "megaeth-mainnet",
4801: "worldchain-sepolia",
5000: "mantle-mainnet",
Expand Down Expand Up @@ -78,7 +80,6 @@ export const alchemyNetworkMap = {
42161: "arb-mainnet",
42170: "arbnova-mainnet",
42220: "celo-mainnet",
42429: "tempo-testnet",
42431: "tempo-moderato",
43113: "avax-fuji",
43114: "avax-mainnet",
Expand Down Expand Up @@ -107,7 +108,9 @@ export const alchemyNetworkMap = {
688689: "pharos-atlantic",
763373: "ink-sepolia",
808813: "bob-sepolia",
2019775: "jovay-testnet",
5042002: "arc-testnet",
5734951: "jovay-mainnet",
6985385: "humanity-mainnet",
7777777: "zora-mainnet",
11142220: "celo-sepolia",
Expand All @@ -120,5 +123,5 @@ export const alchemyNetworkMap = {
728126428: "tron-mainnet",
999999999: "zora-sepolia",
3448148188: "tron-testnet",
"null": "sui-testnet"
"null": "stellar-testnet"
} as const;
3 changes: 3 additions & 0 deletions packages/toolbox/src/ecosystem/generated/hyperRPC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ export const hyperRPCSupportedNetworks = [
1328,
1329,
1750,
1776,
1868,
1923,
2741,
2818,
4114,
4200,
4201,
4217,
4326,
5000,
5115,
Expand All @@ -60,6 +62,7 @@ export const hyperRPCSupportedNetworks = [
42161,
42170,
42220,
42793,
43113,
43114,
48900,
Expand Down
9 changes: 5 additions & 4 deletions packages/toolbox/src/ecosystem/generated/tenderly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const tenderlyNetworkMap = {
137: "polygon",
143: "monad",
146: "sonic",
196: "xlayer",
232: "lens",
252: "fraxtal",
288: "boba-ethereum",
Expand All @@ -29,10 +30,12 @@ export const tenderlyNetworkMap = {
1923: "swellchain",
1924: "swellchain-sepolia",
1946: "soneium-minato",
1952: "xlayer-testnet",
2020: "ronin",
2201: "stable-testnet",
2523: "fraxtal-hoodi",
4202: "lisk-sepolia",
4217: "tempo",
4326: "megaeth",
4801: "worldchain-sepolia",
5000: "mantle",
Expand All @@ -44,7 +47,6 @@ export const tenderlyNetworkMap = {
9746: "plasma-testnet",
10143: "monad-testnet",
10200: "gnosis-chiado-testnet",
11069: "interval-testnet",
13371: "immutable",
13473: "immutable-testnet",
28882: "boba-sepolia",
Expand All @@ -54,7 +56,6 @@ export const tenderlyNetworkMap = {
42161: "arbitrum",
42170: "arbitrum-nova",
42220: "celo",
42429: "tempo-testnet",
42431: "tempo-moderato-testnet",
43113: "avalanche-fuji",
43114: "avalanche",
Expand All @@ -74,6 +75,7 @@ export const tenderlyNetworkMap = {
84532: "base-sepolia",
167000: "taiko-mainnet",
167013: "taiko-hoodi",
202601: "ronin-testnet",
421614: "arbitrum-sepolia",
534351: "scroll-sepolia",
534352: "scroll-mainnet",
Expand Down Expand Up @@ -135,6 +137,7 @@ export const tenderlyExplorerMap = {
2523: "fraxtal-hoodi",
3338: "peaq",
4202: "lisk-sepolia",
4217: "tempo",
4326: "megaeth",
4801: "worldchain-sepolia",
5000: "mantle",
Expand All @@ -150,7 +153,6 @@ export const tenderlyExplorerMap = {
10143: "monad-testnet",
10200: "gnosis-chiado-testnet",
11011: "shape-sepolia",
11069: "interval-testnet",
13371: "immutable",
13473: "immutable-testnet",
28882: "boba-sepolia",
Expand All @@ -160,7 +162,6 @@ export const tenderlyExplorerMap = {
42161: "arbitrum",
42170: "arbitrum-nova",
42220: "celo",
42429: "tempo-testnet",
42431: "tempo-moderato-testnet",
43113: "avalanche-fuji",
43114: "avalanche-mainnet",
Expand Down
1 change: 1 addition & 0 deletions packages/toolbox/src/ecosystem/rpcs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe("rpcs", () => {
"RPC_GNOSIS": 100,
"RPC_HARMONY": 1666600000,
"RPC_INK": 57073,
"RPC_INK_SEPOLIA": 763373,
"RPC_LINEA": 59144,
"RPC_MAINNET": 1,
"RPC_MANTLE": 5000,
Expand Down
1 change: 1 addition & 0 deletions packages/toolbox/src/ecosystem/rpcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const publicRPCs = {
[ChainId.bob]: "https://rpc.gobob.xyz",
[ChainId.plasma]: "https://rpc.plasma.to",
[ChainId.ink]: "https://ink-public.nodies.app",
[ChainId.ink_sepolia]: "https://rpc-gel-sepolia.inkonchain.com",
} as const;

export const alchemySupportedChainIds = Object.values(ChainId).filter(
Expand Down
Loading