mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 03:09:24 +00:00
fix for kalium rpc (banani), lowercase domain names
This commit is contained in:
@@ -1 +0,0 @@
|
||||
D250AD4A09B9EF5D5A2F50A99C03864816A9216A1F08F3C0D8B7FF648EF89DEF
|
||||
@@ -8,8 +8,9 @@ import * as crypto from "crypto";
|
||||
|
||||
const test_seed = fs.readFileSync("./.secret", "utf-8").trim();
|
||||
|
||||
let rpc = new bns.banani.RPC("https://kaliumapi.appditto.com/api"); //for sending cause it does work
|
||||
let rpc2 = new bns.banani.RPC("https://api.banano.trade/proxy", true); //for resolver cause it supports raw account history
|
||||
const rpc = new bns.banani.RPC("https://kaliumapi.appditto.com/api"); //for sending cause it does work
|
||||
//let rpc2 = new bns.banani.RPC("https://api.banano.trade/proxy", true); //for resolver cause it supports raw account history
|
||||
const rpc2 = rpc;
|
||||
|
||||
let tld_wallet = new bns.banani.Wallet(rpc, test_seed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user