-
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.
Merge pull request #164 from rotki/kucoin-26
Add missing assets from kucoin
- Loading branch information
Showing
5 changed files
with
104 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (302, "eip155:56/erc20:0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (302, "eip155:1/erc20:0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (302, "eip155:8453/erc20:0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (303, "eip155:42161/erc20:0xc87B37a581ec3257B734886d9d3a581F5A9d056c"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (303, "eip155:1/erc20:0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (304, "eip155:1/erc20:0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (304, "eip155:8453/erc20:0x24569d33653c404f90aF10A2b98d6E0030D3d267"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (304, "eip155:137/erc20:0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (304, "eip155:56/erc20:0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (305, "eip155:1/erc20:0xf8428A5a99cb452Ea50B6Ea70b052DaA3dF4934F"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (305, "eip155:56/erc20:0x9c47E503b2f497e9Ad9F1c0dfA6Bd9Fd5456AA4e"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (305, "eip155:137/erc20:0xE1b3eb06806601828976e491914e3De18B5d6b28"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (306, "eip155:1/erc20:0x66D79B8f60ec93Bfce0b56F5Ac14A2714E509a99"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (306, "eip155:56/erc20:0x66D79B8f60ec93Bfce0b56F5Ac14A2714E509a99"); | ||
* | ||
INSERT INTO multiasset_mappings(collection_id, asset) VALUES (306, "MAPO"); | ||
* |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (302, "Cookie", "COOKIE"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (303, "Aethir Token", "ATH"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (304, "Unagi Token", "UNA"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (305, "zkRace", "ZERC"); | ||
* | ||
INSERT INTO asset_collections(id, name, symbol) VALUES (306, "MAP Protocol", "MAPO"); | ||
* |
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
Oops, something went wrong.