From b73b34c96409d4414bd39dad7aa26fa1c40b5804 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 11 Jan 2023 18:04:28 +0800 Subject: [PATCH] update name seq of migrations script --- migrations/{9_deploy_market.js => 10_deploy_market.js} | 0 migrations/{10_deploy_box.js => 11_deploy_box.js} | 0 migrations/{11_deploy_proxy.js => 12_deploy_proxy.js} | 0 migrations/{12_deploy_nft_mall.js => 13_deploy_nft_mall.js} | 0 .../{13_deploy_nftchip_locker.js => 14_deploy_nftchip_locker.js} | 0 migrations/{14_deploy_timelock.js => 15_deploy_timelock.js} | 0 migrations/{3_deploy_gold.js => 4_deploy_gold.js} | 0 migrations/{4_deploy_hero.js => 5_deploy_hero.js} | 0 migrations/{5_deploy_equip.js => 6_deploy_equip.js} | 0 migrations/{6_deploy_chip.js => 7_deploy_chip.js} | 0 migrations/{7_deploy_shard.js => 8_deploy_shard.js} | 0 migrations/{8_deploy_factory.js => 9_deploy_factory.js} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{9_deploy_market.js => 10_deploy_market.js} (100%) rename migrations/{10_deploy_box.js => 11_deploy_box.js} (100%) rename migrations/{11_deploy_proxy.js => 12_deploy_proxy.js} (100%) rename migrations/{12_deploy_nft_mall.js => 13_deploy_nft_mall.js} (100%) rename migrations/{13_deploy_nftchip_locker.js => 14_deploy_nftchip_locker.js} (100%) rename migrations/{14_deploy_timelock.js => 15_deploy_timelock.js} (100%) rename migrations/{3_deploy_gold.js => 4_deploy_gold.js} (100%) rename migrations/{4_deploy_hero.js => 5_deploy_hero.js} (100%) rename migrations/{5_deploy_equip.js => 6_deploy_equip.js} (100%) rename migrations/{6_deploy_chip.js => 7_deploy_chip.js} (100%) rename migrations/{7_deploy_shard.js => 8_deploy_shard.js} (100%) rename migrations/{8_deploy_factory.js => 9_deploy_factory.js} (100%) diff --git a/migrations/9_deploy_market.js b/migrations/10_deploy_market.js similarity index 100% rename from migrations/9_deploy_market.js rename to migrations/10_deploy_market.js diff --git a/migrations/10_deploy_box.js b/migrations/11_deploy_box.js similarity index 100% rename from migrations/10_deploy_box.js rename to migrations/11_deploy_box.js diff --git a/migrations/11_deploy_proxy.js b/migrations/12_deploy_proxy.js similarity index 100% rename from migrations/11_deploy_proxy.js rename to migrations/12_deploy_proxy.js diff --git a/migrations/12_deploy_nft_mall.js b/migrations/13_deploy_nft_mall.js similarity index 100% rename from migrations/12_deploy_nft_mall.js rename to migrations/13_deploy_nft_mall.js diff --git a/migrations/13_deploy_nftchip_locker.js b/migrations/14_deploy_nftchip_locker.js similarity index 100% rename from migrations/13_deploy_nftchip_locker.js rename to migrations/14_deploy_nftchip_locker.js diff --git a/migrations/14_deploy_timelock.js b/migrations/15_deploy_timelock.js similarity index 100% rename from migrations/14_deploy_timelock.js rename to migrations/15_deploy_timelock.js diff --git a/migrations/3_deploy_gold.js b/migrations/4_deploy_gold.js similarity index 100% rename from migrations/3_deploy_gold.js rename to migrations/4_deploy_gold.js diff --git a/migrations/4_deploy_hero.js b/migrations/5_deploy_hero.js similarity index 100% rename from migrations/4_deploy_hero.js rename to migrations/5_deploy_hero.js diff --git a/migrations/5_deploy_equip.js b/migrations/6_deploy_equip.js similarity index 100% rename from migrations/5_deploy_equip.js rename to migrations/6_deploy_equip.js diff --git a/migrations/6_deploy_chip.js b/migrations/7_deploy_chip.js similarity index 100% rename from migrations/6_deploy_chip.js rename to migrations/7_deploy_chip.js diff --git a/migrations/7_deploy_shard.js b/migrations/8_deploy_shard.js similarity index 100% rename from migrations/7_deploy_shard.js rename to migrations/8_deploy_shard.js diff --git a/migrations/8_deploy_factory.js b/migrations/9_deploy_factory.js similarity index 100% rename from migrations/8_deploy_factory.js rename to migrations/9_deploy_factory.js