Skip to content

Commit

Permalink
Add string replace
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Nov 14, 2024
1 parent c5f3312 commit 2d81889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/replacements_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"pub const EPOCH_DURATION_IN_SLOTS: BlockNumber = prod_or_fast!(4 * HOURS, 1 * MINUTES);":"pub const EPOCH_DURATION_IN_SLOTS: BlockNumber = prod_or_fast!(1 * HOURS, 1 * MINUTES);",
"Polkadot": "Paseo",
"polkadot": "paseo",
"DOT": "PAS"
"DOT": "PAS",
"PaseoXcm" : "PolkadotXcm"
},
"remove_block_pattern": "\\s*// Polkadot Genesis was on May 26, 2020\\..*?DOT_LEASE_OFFSET\\\"\\);",
"revert_if_deleted": [
Expand Down

0 comments on commit 2d81889

Please sign in to comment.