-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: OjusWiZard <[email protected]>
- Loading branch information
1 parent
04d20b8
commit a156e88
Showing
5 changed files
with
313 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (262, "Wormhole Token", "W"); | ||
* | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (263, "TokenFi", "TOKEN"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (264, "HTX", "HTX"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (265, "Patex Token", "PATEX"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (266, "GAM3S.GG", "G3"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (267, "Masa Token", "MASA"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (268, "GameTournamentTrophy", "GTT"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (269, "Port3 Network", "PORT3"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (270, "AltLayer Token", "ALT"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (271, "DeFi", "DEFI"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (272, "bitsCrunch Token", "BCUT"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (273, "QORPO Token", "QORPO"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (274, "Truflation", "TRUF"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (275, "Aether Games", "AEG"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (276, "Amulet", "AMU"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (277, "Brawl Token", "BRAWL"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (278, "LightLink", "LL"); | ||
* |
Oops, something went wrong.