Skip to content

Commit

Permalink
Merge pull request #6437 from Agoric/dc-config-anchors-voters
Browse files Browse the repository at this point in the history
feat: main, test config: anchor IBC denoms, encon committee addresses
  • Loading branch information
mergify[bot] authored Oct 14, 2022
2 parents d5beb3c + 438777d commit 3c37418
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 4 deletions.
28 changes: 26 additions & 2 deletions packages/vats/decentral-devnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,34 @@
"parameters": {
"anchorAssets": [
{
"keyword": "AUSD",
"proposedName": "AUSD",
"keyword": "USDC_axl",
"proposedName": "USD Coin",
"decimalPlaces": 6,
"denom": "ibc/usdc1234"
},
{
"keyword": "USDC_grv",
"proposedName": "USD Coin",
"decimalPlaces": 6,
"denom": "ibc/usdc5678"
},
{
"keyword": "USDT_axl",
"proposedName": "Tether USD",
"decimalPlaces": 6,
"denom": "ibc/usdt1234"
},
{
"keyword": "USDT_grv",
"proposedName": "Tether USD",
"decimalPlaces": 6,
"denom": "ibc/usdt5678"
},
{
"keyword": "AUSD",
"proposedName": "Anchor USD",
"decimalPlaces": 6,
"denom": "ibc/toyellie"
}
],
"economicCommitteeAddresses": {
Expand Down
30 changes: 28 additions & 2 deletions packages/vats/decentral-main-psm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,37 @@
"parameters": {
"anchorAssets": [
{
"denom": "ibc/usdc1234"
"keyword": "USDC_axl",
"proposedName": "USD Coin",
"decimalPlaces": 6,
"denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F"
},
{
"keyword": "USDC_grv",
"proposedName": "USD Coin",
"decimalPlaces": 6,
"denom": "ibc/6831292903487E58BF9A195FDDC8A2E626B3DF39B88F4E7F41C935CADBAF54AC"
},
{
"keyword": "USDT_axl",
"proposedName": "Tether USD",
"decimalPlaces": 6,
"denom": "ibc/F2331645B9683116188EF36FC04A809C28BD36B54555E8705A37146D0182F045"
},
{
"keyword": "USDT_grv",
"proposedName": "Tether USD",
"decimalPlaces": 6,
"denom": "ibc/386D09AE31DA7C0C93091BB45D08CB7A0730B1F697CD813F06A5446DCF02EEB2"
}
],
"economicCommitteeAddresses": {
"voter": "agoric1ersatz"
"Jason Potts": "agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx",
"Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5",
"Thibault Schrepel": "agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a",
"Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq",
"Youssef Amrani": "agoric1el6zqs8ggctj5vwyukyk4fh50wcpdpwgugd5l5",
"Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc"
}
},
"creationOptions": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vats/decentral-psm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"parameters": {
"anchorAssets": [
{
"keyword": "USDC_axl",
"proposedName": "USD Coin",
"decimalPlaces": 6,
"denom": "ibc/usdc1234"
},
{
"keyword": "AUSD",
"proposedName": "Anchor USD",
"decimalPlaces": 6,
"denom": "ibc/toyellie"
}
],
"economicCommitteeAddresses": {
Expand Down
3 changes: 3 additions & 0 deletions packages/vats/decentral-test-psm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"parameters": {
"anchorAssets": [
{
"keyword": "ToyUSD",
"proposedName": "Toy USD",
"decimalPlaces": 6,
"denom": "ibc/usdc1234"
}
],
Expand Down

0 comments on commit 3c37418

Please sign in to comment.