Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit eea15d1

Browse files
committed
Revert "Add SS58 prefix for Automata (#9805)"
This reverts commit 540b4fd.
1 parent 9e94056 commit eea15d1

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

primitives/core/src/crypto.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,8 @@ ss58_address_format!(
617617
(1284, "moonbeam", "Moonbeam, session key (*25519).")
618618
Moonriver =>
619619
(1285, "moonriver", "Moonriver, session key (*25519).")
620-
Automata =>
621-
(2349, "automata", "Automata mainnet standard account (*25519).")
622620
BasiliskAccount =>
623621
(10041, "basilisk", "Basilisk standard account (*25519).")
624-
ContextFree =>
625-
(11820, "contextfree", "Automata ContextFree standard account (*25519).")
626622

627623
// Note: 16384 and above are reserved.
628624
);

ss58-registry.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -640,15 +640,6 @@
640640
"standardAccount": "secp256k1",
641641
"website": "https://moonbeam.network"
642642
},
643-
{
644-
"prefix": 2349,
645-
"network": "automata",
646-
"displayName": "Automata Mainnet",
647-
"symbols": ["ATA"],
648-
"decimals": [18],
649-
"standardAccount": "*25519",
650-
"website": "https://ata.network"
651-
},
652643
{
653644
"prefix": 10041,
654645
"network": "basilisk",
@@ -657,15 +648,6 @@
657648
"decimals": [12],
658649
"standardAccount": "*25519",
659650
"website": "https://bsx.fi"
660-
},
661-
{
662-
"prefix": 11820,
663-
"network": "contextfree",
664-
"displayName": "Automata ContextFree",
665-
"symbols": ["CTX"],
666-
"decimals": [18],
667-
"standardAccount": "*25519",
668-
"website": "https://ata.network"
669651
}
670652
]
671653
}

0 commit comments

Comments
 (0)