-
Notifications
You must be signed in to change notification settings - Fork 23
/
bots.testnet.sql
31 lines (29 loc) · 1.63 KB
/
bots.testnet.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INSERT INTO bots (rank, name, description, pairing_code) VALUES (
2,
'Faucet Bot',
'Chat to this bot to get testnet Bytes and Blackbytes.',
'AxBxXDnPOzE/[email protected]/bb-test#0000'
);
INSERT INTO bots (rank, name, description, pairing_code) VALUES (
2,
'Exchange Bot',
'Exchange tokens issued on testnet against testnet Bytes or token vs token. The exchange is based on smart contracts, so you don''t have to trust the exchange operator.',
'[email protected]/bb-test#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Luckybytes Lottery (provably fair)',
'An in app lottery in which you can play using your testnet Bytes. There are three different game modes to participate in. Win large amounts of Bytes depending on the number of players on the principle of "the winner takes all". All games are provably fair. Each lottey comes with a game and proof hash which lets a player validate and prove the results against manipulation.
Developer: pxrunes, https://github.com/byteball/luckybytes',
'AkotTj99TWGO0rVR9h/[email protected]/bb-test#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Mock attestation bot',
'Creates a real name attestation for testing',
'[email protected]/bb-test#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Arbstore',
'Registers new arbiters and communicates with plaintiffs about their disputes.
https://testnet.arbstore.org',
'A3BSnhJPyLZvRAJ9ot36R5Ar9L7CZA0Bhp/[email protected]/bb-test#0000'
);