mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-18 07:36:46 +00:00
Updated protocol name instead of library name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export * from "./adrena";
|
||||
export * from "./bonfida";
|
||||
export * from "./sns";
|
||||
export * from "./dexscreener";
|
||||
export * from "./onsol";
|
||||
export * from "./alldomains";
|
||||
export * from "./flash";
|
||||
export * from "./gibwork";
|
||||
export * from "./jupiter";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { getAllDomains } from "@bonfida/spl-name-service";
|
||||
import { SolanaAgentKit } from "../../agent";
|
||||
import { PublicKey } from "@solana/web3.js";
|
||||
import { getAllDomainsTLDs } from "../onsol/get_all_domains_tlds";
|
||||
import { getAllDomainsTLDs } from "../alldomains/get_all_domains_tlds";
|
||||
|
||||
/**
|
||||
* Get all registered domains across all TLDs
|
||||
Reference in New Issue
Block a user