Skip to content

Commit 2f51513

Browse files
fix mainnet name
1 parent 77ce808 commit 2f51513

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

server/constants/network.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,9 @@ package constants
22

33
import (
44
"github.com/ava-labs/avalanchego/utils/constants"
5-
"github.com/ava-labs/coreth/params"
65
)
76

87
const (
9-
MainnetChainID = 14
10-
// MainnetAssetID = "FvwEAhmxKfeiG8SnEvq42hc6whRyY3EFYAvebMqDNDGCgxN5Z"
118
MainnetNetwork = constants.MainnetName
12-
13-
// FujiChainID = 43113
14-
// FujiAssetID = "U8iRqJoiJm8xZHAacmvYyZVwqQx6uDNtQeP3CQ6fcgQk3JqnK"
15-
// FujiNetwork = constants.FujiName
16-
17-
TestnetChainID = 114
189
TestnetNetwork = constants.TestnetName
1910
)
20-
21-
var (
22-
MainnetAP5Activation = *params.AvalancheMainnetChainConfig.ApricotPhase5BlockTimestamp
23-
FujiAP5Activation = *params.AvalancheFujiChainConfig.ApricotPhase5BlockTimestamp
24-
)

server/rosetta-cli-conf/costwo/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"prefunded_accounts": [
2626
{
27-
"privkey": "priv-key-for-that-address",
27+
"privkey": "70c5aabaccbd32e812156c5a7ab75d826cec1123c45075d8a5e4d8a2da7a4acd",
2828
"account_identifier": {
29-
"address": "your-public-address-prefunded-from-faucet"
29+
"address": "0x2F455DfABdb1A322b8fb7A46D6b7741244C14796"
3030
},
3131
"curve_type": "secp256k1",
3232
"currency": {

0 commit comments

Comments
 (0)