Skip to content

Commit 3411b6b

Browse files
authored
chore: update foundation address (#4994)
2 parents cc17c78 + ff0dc0b commit 3411b6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uniond/app/upgrades/v1_2_0/upgrade.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,22 @@ const U_TOTAL_SUPPLY = 10_000_000_000
3434
// Union foundation multisig address
3535
const FOUNDATION_TESTNET_SIG = "union1cpz5fhesgjcv2q0640uxtyur5ju65av6r8fem0"
3636
const DEVNET_SIG = "union1jk9psyhvgkrt2cumz8eytll2244m2nnz4yt2g2"
37+
const FOUNDATION_SIG = "union1jghf26u5vwrxfnd57jxezsnshzczwwgyhxwjpe"
3738

3839
const UNION_DEVNET = "union-minimal-devnet-1"
3940
const UNION_TESTNET = "union-testnet-10"
41+
const UNION = "union-1"
4042

4143
// NOTE: must expand map with mainnet address
4244
var unionFoundationSigMap = map[string]string{
4345
UNION_TESTNET: FOUNDATION_TESTNET_SIG,
4446
UNION_DEVNET: DEVNET_SIG,
47+
UNION: FOUNDATION_SIG,
4548
}
4649
var feemarketDistFees = map[string]bool{
4750
UNION_TESTNET: true,
4851
UNION_DEVNET: false,
52+
UNION: false,
4953
}
5054

5155
func CreateUpgradeHandler(mm *module.Manager, configurator module.Configurator, keepers *upgrades.AppKeepers, getKey upgrades.GetKeyFunc) upgradetypes.UpgradeHandler {

0 commit comments

Comments
 (0)