From 70d118b0ab38c5c2b61288a090177fdfa33dfe76 Mon Sep 17 00:00:00 2001 From: nghuyenthevinh2000 Date: Mon, 27 Feb 2023 12:09:00 +0700 Subject: [PATCH] add 3 binance addresses (#149) --- x/treasury/keeper/migrations.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x/treasury/keeper/migrations.go b/x/treasury/keeper/migrations.go index 5cd2cfe62..0e9aeea9b 100644 --- a/x/treasury/keeper/migrations.go +++ b/x/treasury/keeper/migrations.go @@ -49,6 +49,9 @@ var burnTaxExcemptionAddressList = []string{ "terra1p0vl4s4gp46vy6dm352s2fgtw6hccypph7zc3u", "terra1hhj92twle9x8rjkr3yffujexsy5ldexak5rglz", "terra18vnrzlzm2c4xfsx382pj2xndqtt00rvhu24sqe", + "terra1ncjg4a59x2pgvqy9qjyqprlj8lrwshm0wleht5", + "terra19l7hzwazq5j0dykfldcwrk2927xwcjd0kt0vt9", + "terra1frh79vmtur5fmrghz6gfjvfhpa3u2c0uemv4af", } // Migrator is a struct for handling in-place store migrations.