@wormhole-foundation/sdk-base
Advanced tools
Comparing version 0.2.5 to 0.2.6-beta.0
import { Network } from "./networks"; | ||
import { Chain } from "./chains"; | ||
export declare const rpcAddress: (network: Network, chain: Chain) => "" | "https://rpc.ankr.com/eth" | "https://api.mainnet-beta.solana.com" | "https://bscrpc.com" | "https://rpc.ankr.com/eth_goerli" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.devnet.solana.com" | "http://eth-devnet:8545" | "http://eth-devnet2:8546" | "http://solana-devnet:8899"; | ||
export declare const rpcAddress: (network: Network, chain: Chain) => "https://rpc.ankr.com/eth" | "https://api.mainnet-beta.solana.com" | "https://bscrpc.com" | "https://rpc.ankr.com/eth_goerli" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.devnet.solana.com" | "http://eth-devnet:8545" | "http://eth-devnet2:8546" | "http://solana-devnet:8899" | ""; | ||
//# sourceMappingURL=rpc.d.ts.map |
@@ -23,3 +23,3 @@ "use strict"; | ||
["Injective", "https://sentry.tm.injective.network"], | ||
["Wormchain", "https://wormchain.jumpisolated.com/"], | ||
["Wormchain", "https://wormchain-rpc.quickapi.com"], | ||
["Xpla", "https://dimension-rpc.xpla.dev"], | ||
@@ -47,3 +47,3 @@ ["Sei", "https://sei-rpc.polkachu.com/"], | ||
["Evmos", "https://evmos-testnet-rpc.polkachu.com"], | ||
["Wormchain", "https://wormchain-testnet.jumpisolated.com"], | ||
["Wormchain", "https://gateway.testnet.xlabs.xyz/"], | ||
["Xpla", "https://cube-rpc.xpla.dev"], | ||
@@ -50,0 +50,0 @@ ["Sepolia", "https://ethereum-sepolia.publicnode.com"] |
import { Network } from "./networks"; | ||
import { Chain } from "./chains"; | ||
export declare const rpcAddress: (network: Network, chain: Chain) => "" | "https://rpc.ankr.com/eth" | "https://api.mainnet-beta.solana.com" | "https://bscrpc.com" | "https://rpc.ankr.com/eth_goerli" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.devnet.solana.com" | "http://eth-devnet:8545" | "http://eth-devnet2:8546" | "http://solana-devnet:8899"; | ||
export declare const rpcAddress: (network: Network, chain: Chain) => "https://rpc.ankr.com/eth" | "https://api.mainnet-beta.solana.com" | "https://bscrpc.com" | "https://rpc.ankr.com/eth_goerli" | "https://data-seed-prebsc-1-s3.binance.org:8545" | "https://api.devnet.solana.com" | "http://eth-devnet:8545" | "http://eth-devnet2:8546" | "http://solana-devnet:8899" | ""; | ||
//# sourceMappingURL=rpc.d.ts.map |
@@ -20,3 +20,3 @@ import { constMap } from "../utils"; | ||
["Injective", "https://sentry.tm.injective.network"], | ||
["Wormchain", "https://wormchain.jumpisolated.com/"], | ||
["Wormchain", "https://wormchain-rpc.quickapi.com"], | ||
["Xpla", "https://dimension-rpc.xpla.dev"], | ||
@@ -44,3 +44,3 @@ ["Sei", "https://sei-rpc.polkachu.com/"], | ||
["Evmos", "https://evmos-testnet-rpc.polkachu.com"], | ||
["Wormchain", "https://wormchain-testnet.jumpisolated.com"], | ||
["Wormchain", "https://gateway.testnet.xlabs.xyz/"], | ||
["Xpla", "https://cube-rpc.xpla.dev"], | ||
@@ -47,0 +47,0 @@ ["Sepolia", "https://ethereum-sepolia.publicnode.com"] |
{ | ||
"name": "@wormhole-foundation/sdk-base", | ||
"version": "0.2.5", | ||
"version": "0.2.6-beta.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1824405