diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b9638ac86..1dcb2fdb0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1067 Tim Janssen Update all.json (#4827) - 1041 Frank Update addrcheck.spec.ts (#4838) + 1042 Frank Update all.json (#4857) 682 mhusnirizal Update all.json (#4856) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 43d6dd6db..671766396 100644 --- a/all.json +++ b/all.json @@ -39,8 +39,6 @@ "0asisprotocol.com", "0gfoundation.app", "0kxwallet.org", - "solspire.io", - "devve.fi", "0nlinebot.github.io", "0pensea-offer.com", "0pensea.co.uk", @@ -13837,6 +13835,7 @@ "devteamtools.org", "devvapp.icu", "devve-reward.com", + "devve.fi", "dewalletprotocol.online", "dex-appnetwork.com", "dex-ascendex.com", @@ -32459,6 +32458,7 @@ "solrewardlive.pages.dev", "solscans.org", "solsolvevalidly.org", + "solspire.io", "solsynclab.com", "solt-mnsolution.online", "soludefi.com", diff --git a/all/fi/all.json b/all/fi/all.json index 831f8ebba..c2de84330 100644 --- a/all/fi/all.json +++ b/all/fi/all.json @@ -23,6 +23,7 @@ "dapparadar.fi", "debridgez.fi", "defi-lido.fi", + "devve.fi", "dexch.fi", "distributions-lido.fi", "eligibility-lido.fi", diff --git a/all/io/all.json b/all/io/all.json index 00a6e4360..bcae93256 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -513,6 +513,7 @@ "snapshot-zksync.io", "solanaclassic.io", "solomoney11.github.io", + "solspire.io", "solutioncoin.io", "soneiumcrypto.io", "sonikcoins.io", diff --git a/meta/2025-01.json b/meta/2025-01.json index 21132400f..b8c440780 100644 --- a/meta/2025-01.json +++ b/meta/2025-01.json @@ -219,6 +219,10 @@ "date": "2025-01-03", "url": "denevernodes-syncingboards.pages.dev" }, + { + "date": "2025-01-03", + "url": "devve.fi" + }, { "date": "2025-01-03", "url": "dexprotocols.shiryo.website" @@ -511,6 +515,10 @@ "date": "2025-01-03", "url": "snapshot.flokifoundation.app" }, + { + "date": "2025-01-03", + "url": "solspire.io" + }, { "date": "2025-01-03", "url": "soonverse.pages.dev" diff --git a/package.json b/package.json index 16391aa91..57e5062f8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.6-2-x", + "version": "0.24.6-3-x", "versions": { - "git": "0.24.6-2-x", + "git": "0.24.6-3-x", "npm": "0.24.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7fd72d7d1..1040618a8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.6-2-x", + "version": "0.24.6-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5e244f584..427ac04f7 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.6-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.6-3-x' };