Skip to content

Commit

Permalink
Migration 0.1.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Art3miX authored Jul 1, 2024
1 parent 18fefff commit a551e7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

## Code ids

- auctions manager = `1404`
- auction = `1408`
- oracle = `1446`
- rebalancer = `1462`
- services manager = `1405`
- account = `1403`
- auctions manager = `1502`
- auction = `1504`
- oracle = `1505`
- rebalancer = `1501`
- services manager = `1503`
- account = `1506`

## Owner / Admin

Expand Down
12 changes: 6 additions & 6 deletions scripts/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ SERVICES_MANAGER_ADDR="neutron1gantvpnat0la8kkkzrnj48d5d8wxdjllh5r2w4r2hcrpwy00s
AUCTIONS_MANAGER_ADDR="neutron13exc5wdc7y5qpqazc34djnu934lqvfw2dru30j52ahhjep6jzx8ssjxcyz"

# Code ids
REBALANCER_CODE_ID=1462
ORACLE_CODE_ID=1446
SERVICES_MANAGER_CODE_ID=1259
AUCTIONS_MANAGER_CODE_ID=1263
AUCTION_CODE_ID=1262
ACCOUNT_CODE_ID=1258
REBALANCER_CODE_ID=1501
ORACLE_CODE_ID=1505
SERVICES_MANAGER_CODE_ID=1503
AUCTIONS_MANAGER_CODE_ID=1502
AUCTION_CODE_ID=1504
ACCOUNT_CODE_ID=1506

# array of pairs we have to migrate
declare -a PAIRS=(
Expand Down

0 comments on commit a551e7f

Please sign in to comment.