Skip to content

Commit

Permalink
update target height
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed May 6, 2021
1 parent 2a929b6 commit 47c389a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/liquidity/types/softfork.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
}

// variables for softfork airdrop to add ommitted participants
Airdrop1SoftForkTargetHeight = int64(31100)
Airdrop1SoftForkTargetHeight = int64(31225)
Airdrop1ProviderAddr = "cosmos1g2n654es5zxyg95q7tlzfqkhckc3q8dsuu9k2j"
Airdrop1Pairs = []AirdropPair {
{"cosmos100dacmekmscet67j7af5at6u65hlc4gdzhshjd", nil, sdk.NewCoins(sdk.NewCoin("uatom", sdk.NewInt(436000000)), sdk.NewCoin("uregen", sdk.NewInt(1000000000)), sdk.NewCoin("udsm", sdk.NewInt(996000000)), sdk.NewCoin("uxprt", sdk.NewInt(1172000000)))},
Expand Down Expand Up @@ -1685,7 +1685,7 @@ var (
}

// variables for softfork airdrop to reserve test/tmp addresses
Airdrop2SoftForkTargetHeight = int64(31105)
Airdrop2SoftForkTargetHeight = int64(31230)
Airdrop2ProviderAddr = "cosmos1g55xcha8cv7lpsdeefhe7y6saed0qgsk6hue60"
Airdrop2Pairs = []AirdropPair {
{"cosmos1pukzy5cs3mvgh9pcrtnfxw0z6u6f0ntfdyh9jj", nil, sdk.NewCoins(sdk.NewCoin("uatom", sdk.NewInt(436000000)), sdk.NewCoin("udvpn", sdk.NewInt(382508000000)), sdk.NewCoin("ucom", sdk.NewInt(8295000000)), sdk.NewCoin("uiris", sdk.NewInt(42677000000)))},
Expand Down

0 comments on commit 47c389a

Please sign in to comment.