mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-04-30 21:02:06 +08:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
/* eslint-disable camelcase */
|
|
|
|
exports.shorthands = undefined;
|
|
|
|
exports.up = (pgm) => {};
|
|
|
|
exports.down = (pgm) => {};
|