Skip to content

Commit

Permalink
update Burn whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Apr 17, 2024
1 parent 9d38fbb commit 1e74a42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x/burn/keeper/msg_server_burn_coins_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ import (

// List of auth. addresses (whitelist)
var authorizedAddresses = map[string]bool{
"bcna1tdpec339xrucmmr4x73teu3lc2phq45mv07z9n": true, // Vesting account
"bcna1465kg4xaa5sl3vlm02zwe6y7jqltyncvcsygxr": true, // Business Development
"bcna16pczhqlsglmjyyap3785cqnpq30q430jkgw4gk": true, // Marketing
// "bcna1tdpec339xrucmmr4x73teu3lc2phq45mv07z9n": true, // Vesting account
// "bcna1465kg4xaa5sl3vlm02zwe6y7jqltyncvcsygxr": true, // Business Development
// "bcna16pczhqlsglmjyyap3785cqnpq30q430jkgw4gk": true, // Marketing
"bcna14zzg8gnzmss09jvwldrcg2f85prwwg38fnwjda": true, // BitCore > Cosmos swap leftovers
"bcna1rp6fpd8lry8kgmxaermw8eqlkgr4q9lv3u0eae": true, // Test1
"bcna1h2sz97wffluqtt07zmkky3cvuywv6dzq38zr9r": true, // Test2
"bcna1zvxldjgetj5u9wah0t8fnz229533xzsmz8y5js": true, // Test3
"bcna1tqywev6xmvrnagfq57c0h5susdy3l789rumufz": true, // Test4
}

// Move coins from sender to Bank account module and then the module burns the coins.
Expand Down

0 comments on commit 1e74a42

Please sign in to comment.