@bgd-labs/toolbox 0.0.45 → 0.0.46

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.mjs CHANGED
@@ -19124,7 +19124,8 @@ var publicRPCs = {
19124
19124
  [ChainId.avalanche]: "https://api.avax.network/ext/bc/C/rpc",
19125
19125
  [ChainId.linea]: "https://rpc.linea.build",
19126
19126
  [ChainId.bob]: "https://rpc.gobob.xyz",
19127
- [ChainId.plasma]: "https://rpc.plasma.to"
19127
+ [ChainId.plasma]: "https://rpc.plasma.to",
19128
+ [ChainId.ink]: "https://ink-public.nodies.app"
19128
19129
  };
19129
19130
  var alchemySupportedChainIds = Object.values(ChainId).filter(
19130
19131
  (id) => alchemyNetworkMap[id]