Skip to content

Commit

Permalink
Add Backalley's coin information
Browse files Browse the repository at this point in the history
  • Loading branch information
chanblockchain authored Apr 4, 2022
1 parent fc7edaa commit 7d5c10c
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions coinsSimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -21565,6 +21565,68 @@ const coins = {
"infura",
],
},
backalley: {
coin: "Backalley",
name: "Backalley",
uri: [
"backalley",
"bka",
],
slip: 1024,
wif: "80",
addresses: [],
api: [
"https://kadena.app.runonflux.io/",
"https://kadena2.app.runonflux.io/",
],
unit: "BKA",
type: "kadena",
chainIDs: [
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
],
explorer: [
"https://explorer.chainweb.com/mainnet/tx/",
],
logolink: "https://backalley.ai/assets/backalley-light-logo.png",
node: [
"kadena.app.runonflux.io",
"kadena2.app.runonflux.io",
"b.kadenachainwebnode.app.runonflux.io",
"kadenachainwebnode.app.runonflux.io",
],
fee: 900,
feepolicy: {
economy: 0.00000001,
normal: 0.000001,
fast: 0.00011,
},
color: "#faba04",
backend: [
"kadena",
],
namespace: "free.backalley",
decimals: 12,
chain: "mainnet01",
},
};

module.exports = coins;

0 comments on commit 7d5c10c

Please sign in to comment.