@wormhole-foundation/sdk-base 0.5.2-beta.7 → 0.5.2-beta.9
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Network } from "./networks.js";
|
|
2
2
|
import type { Chain } from "./chains.js";
|
|
3
3
|
/** Default RPC Addresses by network and chain */
|
|
4
|
-
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:
|
|
4
|
+
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:8545" | "http://solana-devnet:8899";
|
|
5
5
|
//# sourceMappingURL=rpc.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Network } from "./networks.js";
|
|
2
2
|
import type { Chain } from "./chains.js";
|
|
3
3
|
/** Default RPC Addresses by network and chain */
|
|
4
|
-
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:
|
|
4
|
+
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:8545" | "http://solana-devnet:8899";
|
|
5
5
|
//# sourceMappingURL=rpc.d.ts.map
|