Giter Club home page Giter Club logo

Comments (2)

defisaur avatar defisaur commented on May 31, 2024

Found differences

id coins.yml postgres
19167 ZEL FLUX
508 Elrond MultiversX

Not exists

id name
10000321 KuCoin Community Chain
10002222 KavaEvm
18000 Meter
996 OKX Chain
10001284 Moonbeam
10008217 Klaytn
10001088 Metis
10001285 Moonriver
10000288 Boba

SQL query to insert missing assets

INSERT INTO assets (asset_id, name, symbol, type, token_id, coin, decimals, version, rating, enabled, verified, tags, created_at, updated_at)
VALUES ('c10000321', 'KuCoin Community Chain', 'KCS', 'coin', null, 10000321, 18, -1, 9999, true, true, null, now(), now()),
('c10002222', 'KavaEvm', 'KAVA', 'coin', null, 10002222, 18, -1, 9999, true, true, null, now(), now()),
('c18000', 'Meter', 'MTR', 'coin', null, 18000, 18, -1, 9999, true, true, null, now(), now()),
('c996', 'OKX Chain', 'OKT', 'coin', null, 996, 18, -1, 9999, true, true, null, now(), now()),
('c10001284', 'Moonbeam', 'GLMR', 'coin', null, 10001284, 18, -1, 9999, true, true, null, now(), now()),
('c10008217', 'Klaytn', 'KLAY', 'coin', null, 10008217, 18, -1, 9999, true, true, null, now(), now()),
('c10001088', 'Metis', 'METIS', 'coin', null, 10001088, 18, -1, 9999, true, true, null, now(), now()),
('c10001285', 'Moonriver', 'MOVR', 'coin', null, 10001285, 18, -1, 9999, true, true, null, now(), now()),
('c10000288', 'Boba', 'BOBAETH', 'coin', null, 10000288, 18, -1, 9999, true, true, null, now(), now())
RETURNING *;

from go-primitives.

defisaur avatar defisaur commented on May 31, 2024

TODO: fix KAVA

edited query (it was not executed yet)

from go-primitives.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.