Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiSat committed Feb 8, 2024
1 parent e355c60 commit eee1765
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@ if [ ! -f ~/.arkeo/config/genesis.json ]; then
add_account "$BOB" $TOKEN 1000000000000000 # bob, 10m
add_claim_records "ARKEO" "$BOB" 1000 1000 1000 true

add_claim_records "ARKEO" "tarkeo19rhn0qgk227zxv8475arky0fhhhy9n9dh6nrj9" 500000 500000 500000 true
add_account "tarkeo19rhn0qgk227zxv8475arky0fhhhy9n9dh6nrj9" $TOKEN 1000000000000000

add_claim_records "ARKEO" "tarkeo1xrz7z3zwtpc45xm72tpnevuf3wn53re8q4u4nr" 500000 500000 500000 true
add_account "tarkeo1xrz7z3zwtpc45xm72tpnevuf3wn53re8q4u4nr" $TOKEN 1000000000000000
# add_claim_records "ARKEO" "{YOUR ARKEO ADDRESS}" 500000 500000 500000 true
# add_account "{YOUR ARKEO ADDRESS}" $TOKEN 1000000000000000

add_claim_records "ETHEREUM" "0x92E14917A0508Eb56C90C90619f5F9Adbf49f47d" 500000 600000 700000 true
# add_claim_records "ETHEREUM" "{YOUR ETH ADDRESS}" 500000 600000 700000 true

# enable CORs on testnet/localnet
sed -i 's/enabled-unsafe-cors = false/enabled-unsafe-cors = true/g' ~/.arkeo/config/app.toml
Expand Down

0 comments on commit eee1765

Please sign in to comment.