Skip to content

Commit 862bea6

Browse files
authored
[Framework] Update Release.yaml for testnet. (#20183)
1 parent 69167f5 commit 862bea6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
remote_endpoint: https://fullnode.mainnet.aptoslabs.com
2+
remote_endpoint: https://fullnode.testnet.aptoslabs.com
33
# replace with below for actual release, compat test needs concrete URL above:
44
# remote_endpoint: ~
5-
name: "vX.YY.Z"
5+
name: "v1.48.0"
66
proposals:
77
- name: proposal_1_upgrade_framework
88
metadata:
9-
title: "Multi-step proposal to upgrade mainnet framework, version vX.YY.Z"
10-
description: "This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-vX.YY.Z"
9+
title: "Multi-step proposal to upgrade testnet framework, version v1.48.0"
10+
description: "This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-v1.48.0"
1111
execution_mode: MultiStep
1212
update_sequence:
1313
- Gas:
14-
new: current
14+
# new: current
1515
# replace with below for actual release, above "current" is needed for compat tests:
16-
# old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.WW.Z.json
17-
# new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.YY.Z.json
16+
old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.47.1.json
17+
new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.48.0.json
1818
- Framework:
1919
bytecode_version: 9
2020
git_hash: ~

0 commit comments

Comments
 (0)