mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
import * as banani from "../main.js";
|
|
|
|
let rpc = new banani.RPC("https://kaliumapi.appditto.com/api");
|
|
console.log(rpc.rpc_url);
|
|
|
|
//
|
|
|