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 { 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;