Skip to content

Commit

Permalink
Merge pull request #68 from chanblockchain/master
Browse files Browse the repository at this point in the history
Add Backalley (Kadena) token
  • Loading branch information
stultusmundi authored May 15, 2022
2 parents fc7edaa + b8cd759 commit 0070b1c
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
29 changes: 29 additions & 0 deletions coininfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16753,6 +16753,35 @@ const coininfo = {
"https://whitepaper.hollaex.com",
],
},
backalley: {
description: "Backalley is a permissionless launchpad built on the Kadena blockchain to democratize access to fundraising through a fair, secure, cheap, and fast decentralized platform. We build on the "fixed swap" pools model, which guarantees fairness by fixing the swap price, benefiting investors and pool owners through more price transparency and balanced ownership.",
total_supply: 1000000000,
circulating_supply: 22027,
websites: [
"https://backalley.ai",
],
explorers: [
"https://explorer.chainweb.com",
],
medium: "https://medium.com/@backalley",
discord: "",
telegram: "https://t.me/backalley_official",
bitcointalk: "",
facebook: "",
twitter: "https://twitter.com/backalleyio",
reddit: "",
repository: "",
youtube: "",
instagram: "",
tiktok: "",
twitch: "",
linkedin: "",
cryptoCompareID: "",
coinMarketCapID: "",
coingeckoID: "",
auditInfos: [],
whitepaper: [],
}
};

export default {
Expand Down
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 0070b1c

Please sign in to comment.