Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/upgrades/data/changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export const changes: Change[] = [
category: 'precompile',
upgrade: 'cobalt',
summary:
"<p class='pb-4'>Cobalt will bring the following improvements to B20 token standard:</p><p class='mt-2 pb-4'><strong>Pay transaction fees in B20s:</strong> As part of our rollout of EIP-8130, users will be able to pay transaction fees in B20s.</p><p class='mt-2 pb-4'><strong>Schedule Multiplier Updates:</strong> allows issuers to schedule (and optionally cancel) a multiplier to tokens. This allows for onchain representation of splits, without needing to mint or burn tokens. Only available on the Asset variant of B20.</p><p class='mt-2 pb-4'><strong>Transfer blocked:</strong> simplifies the current freeze and seize model by reducing the <code>burnBlocked</code> + <code>mint</code> steps into a new <code>transferFromBlocked</code> action.</p><p class='mt-2'><strong>New Policies - Union (||) &amp; Intersect (&amp;&amp;):</strong> the Union policy allows asset issuers managing many tokens the ability to share policies by default with the ability to enable overrides per token. The Intersect policy allows asset issuers the ability to compose allowlist behaviors with commonly-needed blocklists.</p>",
"<p class='pb-4'>Cobalt will bring the following improvements to the B20 token standard:</p><p class='mt-2 pb-4'><strong>Pay transaction fees in B20s:</strong> as part of our rollout of EIP-8130, users will be able to pay transaction fees in B20s.</p><p class='mt-2 pb-4'><strong>Schedule Multiplier Updates:</strong> allows issuers to schedule (and optionally cancel) a multiplier to tokens. This allows for onchain representation of splits, without needing to mint or burn tokens. Only available on the Asset variant of B20.</p><p class='mt-2 pb-4'><strong>Transfer blocked:</strong> simplifies the current freeze and seize model by reducing the <code>burnBlocked</code> + <code>mint</code> steps into a new <code>transferFromBlocked</code> action.</p><p class='mt-2'><strong>New Policies - Union (||) &amp; Intersect (&amp;&amp;):</strong> the Union policy allows asset issuers managing many tokens the ability to share policies by default with the ability to enable overrides per token. The Intersect policy allows asset issuers the ability to compose allowlist behaviors with commonly-needed blocklists.</p>",
migrationNotes:
'Asset issuers can optionally adopt any of the new functionality provided in Cobalt.',
lastUpdated: '2026-07-21',
Expand Down