Skip to content

Commit a532c08

Browse files
add more flare exempt accounts
1 parent 2f51513 commit a532c08

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

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": "70c5aabaccbd32e812156c5a7ab75d826cec1123c45075d8a5e4d8a2da7a4acd",
27+
"privkey": "private-key-for-that-address",
2828
"account_identifier": {
29-
"address": "0x2F455DfABdb1A322b8fb7A46D6b7741244C14796"
29+
"address": "public-address-prefunded-with-faucet"
3030
},
3131
"curve_type": "secp256k1",
3232
"currency": {

server/rosetta-cli-conf/flare/exempt_accounts.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,32 @@
5252
"symbol": "FLR",
5353
"decimals": 18
5454
}
55+
},
56+
{
57+
"account_identifier": {
58+
"address": "0xbe653C54DF337F13Fcb726101388F4a4803049F3"
59+
},
60+
"currency": {
61+
"symbol": "FLR",
62+
"decimals": 18
63+
}
64+
},
65+
{
66+
"account_identifier": {
67+
"address": "0xF09fc2658270ac5494fa365dc5e29E0a2c636413"
68+
},
69+
"currency": {
70+
"symbol": "FLR",
71+
"decimals": 18
72+
}
73+
},
74+
{
75+
"account_identifier": {
76+
"address": "0xbe653C54DF337F13Fcb726101388F4a4803049F3"
77+
},
78+
"currency": {
79+
"symbol": "FLR",
80+
"decimals": 18
81+
}
5582
}
5683
]

0 commit comments

Comments
 (0)