Skip to content

Commit

Permalink
Merge pull request #733 from aura-nw/baseline/main_20230317
Browse files Browse the repository at this point in the history
Baseline/main 20230317
  • Loading branch information
nhphuc2411 authored Mar 17, 2023
2 parents 0dc6ffb + 9122eb5 commit 3d783fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ export class addUniqueTokenMarketsTable1670809504296
await queryRunner.query(
`ALTER TABLE \`token_markets\` ADD UNIQUE INDEX \`IDX_94264568c451f4f826938950ee\` (\`contract_address\`)`,
);
await queryRunner.query(
`INSERT INTO \`token_markets\` (\`contract_address\`, \`coin_id\`, \`symbol\` , \`name\`, \`code_id\`, \`image\`) VALUES('0x5b0dfe077b16479715c9838eb644892008abbfe6', 'bitcoin', 'btc', 'Bitcoin', 0, 'https://assets.coingecko.com/coins/images/1/large/bitcoin.png?1547033579')`,
);
await queryRunner.query(
`INSERT INTO \`token_markets\` (\`contract_address\`, \`coin_id\`, \`symbol\` , \`name\`, \`code_id\`, \`image\`) VALUES('0x23c5d1164662758b3799103effe19cc064d897d6', 'aura-network', 'aura', 'Aura Network', 0, 'https://assets.coingecko.com/coins/images/25768/large/LOGO-AURA-WHITE.png?1653604372')`,
);
}

public async down(queryRunner: QueryRunner): Promise<void> {
Expand Down
18 changes: 0 additions & 18 deletions src/migrations/1677556651246-migrate-data-contract-verification.ts

This file was deleted.

This file was deleted.

0 comments on commit 3d783fd

Please sign in to comment.