File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11package constants
22
33import (
4- "github.com/ava-labs/avalanchego/utils/constants"
54 "github.com/ava-labs/coreth/params"
65)
76
87const (
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
2120var (
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments