Add Raydium implementation

This commit is contained in:
2026-06-09 19:14:32 +02:00
parent 25a96126ed
commit 0282da6f5c
2 changed files with 961 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ dependencies {
runtimeOnly("org.apache.logging.log4j:log4j-core:2.26.0")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
implementation("org.slf4j:slf4j-api:2.0.18")
implementation("com.r35157.nenjim:hubd-api:0.1-dev")
}