File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1442,7 +1442,7 @@ class Bip44Conf {
1442
1442
/// Configuration for Electra Protocol test net
1443
1443
static final BipCoinConfig electraProtocolTestNet = BipCoinConfig (
1444
1444
coinNames: CoinsConf .electraProtocolTestNet.coinName,
1445
- coinIdx: Slip44 .electraProtocol ,
1445
+ coinIdx: Slip44 .testnet ,
1446
1446
isTestnet: true ,
1447
1447
defPath: derPathNonHardenedFull,
1448
1448
keyNetVer: Bip32KeyNetVersions (
@@ -1453,7 +1453,7 @@ class Bip44Conf {
1453
1453
type: EllipticCurveTypes .secp256k1,
1454
1454
addressEncoder: ([dynamic kwargs]) => P2PKHAddrEncoder (),
1455
1455
addrParams: {
1456
- "net_ver" : CoinsConf .electraProtocolTestNet.params.p2pkhNetVer! ,
1456
+ "net_ver" : CoinsConf .electraProtocolTestNet.params.p2pkhNetVer!
1457
1457
},
1458
1458
);
1459
1459
}
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ class Bip49Conf {
432
432
/// Configuration for Electra Protocol test net
433
433
static final BipCoinConfig electraProtocolTestNet = BipCoinConfig (
434
434
coinNames: CoinsConf .electraProtocolTestNet.coinName,
435
- coinIdx: Slip44 .electraProtocol ,
435
+ coinIdx: Slip44 .testnet ,
436
436
isTestnet: true ,
437
437
defPath: derPathNonHardenedFull,
438
438
keyNetVer: Bip32KeyNetVersions (
You can’t perform that action at this time.
0 commit comments