Skip to content

Commit

Permalink
bot: Update SNS Aggregator Response (#5214)
Browse files Browse the repository at this point in the history
# Motivation
We would like to keep the ProdLaunchpad.spec up to date with mainnet
data.

# Changes
* Update the files used for the fetch mock in ProdLaunchpad.spec.

# Tests
Only test changes.

Co-authored-by: gix-bot <[email protected]>
  • Loading branch information
sa-github-api and gix-bot authored Jul 18, 2024
1 parent 5b7dcce commit 841fce7
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 186 deletions.
18 changes: 9 additions & 9 deletions frontend/src/tests/workflows/Launchpad/sns-agg-page-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
]
],
"icrc1_fee": [100000],
"icrc1_total_supply": 799999990040394000,
"icrc1_total_supply": 799999989459894000,
"swap_params": {
"params": {
"min_participant_icp_e8s": 10000000,
Expand Down Expand Up @@ -432,23 +432,23 @@
{
"id": 4,
"name": "Add nervous system function",
"description": "Proposal to add a new, user-defined, nervous system function:a canister call which can then be executed by proposal.",
"description": "Proposal to add a new, user-defined, nervous system function: a canister call which can then be executed by proposal.",
"function_type": {
"NativeNervousSystemFunction": {}
}
},
{
"id": 5,
"name": "Remove nervous system function",
"description": "Proposal to remove a user-defined nervous system function,which will be no longer executable by proposal.",
"description": "Proposal to remove a user-defined nervous system function, which will be no longer executable by proposal.",
"function_type": {
"NativeNervousSystemFunction": {}
}
},
{
"id": 6,
"name": "Execute nervous system function",
"description": "Proposal to execute a user-defined nervous system function,previously added by an AddNervousSystemFunction proposal. A canister call will be made when executed.",
"description": "Proposal to execute a user-defined nervous system function, previously added by an AddNervousSystemFunction proposal. A canister call will be made when executed.",
"function_type": {
"NativeNervousSystemFunction": {}
}
Expand Down Expand Up @@ -495,7 +495,7 @@
},
{
"id": 12,
"name": "Mint SNS Tokens",
"name": "Mint SNS tokens",
"description": "Proposal to mint SNS tokens to a specified recipient.",
"function_type": {
"NativeNervousSystemFunction": {}
Expand Down Expand Up @@ -1071,7 +1071,7 @@
]
],
"icrc1_fee": [100000],
"icrc1_total_supply": 10091603124720208,
"icrc1_total_supply": 10092628691174166,
"swap_params": {
"params": {
"min_participant_icp_e8s": 100000000,
Expand Down Expand Up @@ -1786,7 +1786,7 @@
]
],
"icrc1_fee": [100000],
"icrc1_total_supply": 602216880812473,
"icrc1_total_supply": 602332035555009,
"swap_params": {
"params": {
"min_participant_icp_e8s": 100000000,
Expand Down Expand Up @@ -2183,7 +2183,7 @@
]
],
"icrc1_fee": [100000],
"icrc1_total_supply": 101505465079652240,
"icrc1_total_supply": 101594951833518690,
"swap_params": {
"params": {
"min_participant_icp_e8s": 100000000,
Expand Down Expand Up @@ -2832,7 +2832,7 @@
]
],
"icrc1_fee": [100000000],
"icrc1_total_supply": 924139678039848100,
"icrc1_total_supply": 924255692778628600,
"swap_params": {
"params": {
"min_participant_icp_e8s": 100000000,
Expand Down
Loading

0 comments on commit 841fce7

Please sign in to comment.