Skip to content

Commit 3dd9ad9

Browse files
fix mainnet name
1 parent 77ce808 commit 3dd9ad9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

server/constants/network.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
package constants
22

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

87
const (
98
MainnetChainID = 14
109
// MainnetAssetID = "FvwEAhmxKfeiG8SnEvq42hc6whRyY3EFYAvebMqDNDGCgxN5Z"
11-
MainnetNetwork = constants.MainnetName
10+
MainnetNetwork = "flare"
1211

1312
// FujiChainID = 43113
1413
// FujiAssetID = "U8iRqJoiJm8xZHAacmvYyZVwqQx6uDNtQeP3CQ6fcgQk3JqnK"
1514
// FujiNetwork = constants.FujiName
1615

1716
TestnetChainID = 114
18-
TestnetNetwork = constants.TestnetName
17+
TestnetNetwork = "testnet"
1918
)
2019

2120
var (

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)