Skip to content

Commit

Permalink
Add whitelisted astroport contracts to TF migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jun 20, 2024
1 parent 36fd28a commit 2c7fb7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x/tokenfactory/migrations/v2/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ var WhitelistedHooks = []*types.WhitelistedHook{
CodeID: 944,
DenomCreator: "neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn",
},
{ // USDC <> NTRN balances tracker
CodeID: 944,
DenomCreator: "neutron18c8qejysp4hgcfuxdpj4wf29mevzwllz5yh8uayjxamwtrs0n9fshq9vtv",
},
{ // NTRN <> ATOM balances tracker
CodeID: 944,
DenomCreator: "neutron145z3nj7yqft2vpugr5a5p7jsnagvms90tvtej45g4s0xkqalhy7sj20vgz",
},
{ // NFA.zoneV1
CodeID: 1265,
DenomCreator: "neutron1pwjn3tsumm3j7v7clzqhjsaukv4tdjlclhdytawhet68fwlz84fqcrdyf5",
Expand Down

0 comments on commit 2c7fb7d

Please sign in to comment.