Skip to content

Commit

Permalink
Remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Jan 17, 2025
1 parent d90e4af commit fb85a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/connect/src/env/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const chains = [
"Wormchain",
"Osmosis",
"Ethereum",
"Solana",
"Sui",
"Aptos",
"Kujira",
Expand All @@ -34,6 +33,7 @@ export const chains = [
export const MAINNET_RPCS = {
...rpcs(chains, asRpcHost),
Klaytn: "https://public-en.node.kaia.io/",
Solana: "https://wormhole.rpcpool.com/",
Aptos: "http://rpc.portalbridge.com/aptos/v1",
};

Expand Down
2 changes: 1 addition & 1 deletion apps/connect/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const ENV: Env = {
// href: ADVANCE_TOOLS_HREF_TEMPLATE,
// },
// },
chains: [...chains, "Injective", "Klaytn"],
chains: [...chains, "Solana", "Injective", "Klaytn"],
moreNetworks: {
href: ADVANCE_TOOLS_HREF_TEMPLATE,
target: "_blank",
Expand Down

0 comments on commit fb85a97

Please sign in to comment.