From 7d5c10c994ff93d5a6a63ae1836b8f9c0267f63e Mon Sep 17 00:00:00 2001 From: chanblockchain <102126773+chanblockchain@users.noreply.github.com> Date: Sun, 3 Apr 2022 21:43:48 -0500 Subject: [PATCH 1/2] Add Backalley's coin information --- coinsSimple.js | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/coinsSimple.js b/coinsSimple.js index e3596a5..9d40e15 100644 --- a/coinsSimple.js +++ b/coinsSimple.js @@ -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; From b8cd759451d81b20520231d594b476c5db191b3e Mon Sep 17 00:00:00 2001 From: chanblockchain <102126773+chanblockchain@users.noreply.github.com> Date: Sun, 3 Apr 2022 21:44:48 -0500 Subject: [PATCH 2/2] Add Backalley's coin info --- coininfo.js | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/coininfo.js b/coininfo.js index 29e9967..dd89196 100644 --- a/coininfo.js +++ b/coininfo.js @@ -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 {