Skip to content

Commit 573abff

Browse files
Merge pull request #62 from aethelred-foundation/codex/protocol-launch-normalization
Normalize protocol network identity and launch docs
2 parents 713cfaf + 16d532e commit 573abff

90 files changed

Lines changed: 509 additions & 503 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/sdk-typescript-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Install dependencies
3232
run: npm ci
3333

34-
- name: Install Vitest coverage provider
35-
run: npm install --no-save @vitest/coverage-v8@^1.2.1
36-
3734
- name: Run SDK TypeScript tests with coverage thresholds
3835
run: npx vitest run --coverage --config vitest.config.ts
3936

TECHNICAL_PARAMETERS_AUDIT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ Token Standard ERC-20 (upgradeable, Not detailed POTENT
293293
Votes, Permit, Burnable, OMISSION
294294
Pausable)
295295

296-
Cosmos Denomination uaeth (6 decimals) Not detailed OMISSION
296+
Cosmos Denomination uaethel (6 decimals) Not detailed OMISSION
297297

298298
EVM Denomination wei (18 decimals) Not detailed OMISSION
299299

300-
Cross-Layer Scale 1 uaeth = 10^12 wei Not detailed OMISSION
300+
Cross-Layer Scale 1 uaethel = 10^12 wei Not detailed OMISSION
301301

302302
Burn Mechanism Multi-layered Congestion- DIFFERENT
303303
(base fee, congestion- Squared burn LANGUAGE

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func New(
371371
// Initialize vote extension signing/verification (AS-17)
372372
chainID := cast.ToString(appOpts.Get("chain-id"))
373373
if chainID == "" {
374-
chainID = "aethelred-1"
374+
chainID = "aethelred-mainnet-1"
375375
}
376376
app.InitVoteExtensionSigner(chainID)
377377
app.InitVoteExtensionVerifier(chainID)

0 commit comments

Comments
 (0)