Skip to content

Commit ef1727a

Browse files
authored
Merge pull request #56 from aragon/release-v1.2
Sync CI/CD permissions from release
2 parents e40ed40 + e6d2943 commit ef1727a

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/artifacts-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ on:
99
jobs:
1010
publish-artifacts-to-npm:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
packages: write
1215

1316
steps:
1417
- name: Checkout Repository
1518
uses: actions/checkout@v4
19+
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
1621

1722
- name: Set up Node.js
1823
uses: actions/setup-node@v4

packages/artifacts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.2.6
9+
10+
- Adding Katana
11+
12+
## v1.2.5
13+
14+
- Added Avalanche
15+
- Added Base Sepolia
16+
817
## v1.2.4
918

1019
- Added Avalanche Testnet

packages/artifacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aragon/admin-plugin-artifacts",
33
"author": "Aragon X",
4-
"version": "1.2.4",
4+
"version": "1.2.6",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/aragon/admin-plugin",

packages/artifacts/src/addresses.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"arbitrum": "0x326A2aee6A8eE78D79E7E956DE60C6E452f76a8e",
55
"arbitrumSepolia": "0x152c9E28995E418870b85cbbc0AEE4e53020edb2",
66
"avalanche-testnet": "0x442153EA39DC436dA26EcCcf2b258F442c463cC8",
7+
"avalanche": "0x4802d2A374D4e9E390BAb92674B552C03d54bbF1",
78
"base": "0x212eF339C77B3390599caB4D46222D79fAabcb5c",
8-
"baseSepolia": "0x152c9E28995E418870b85cbbc0AEE4e53020edb2",
9+
"baseSepolia": "0x685FAE22Ad532ab642eBb85ae1517BC4F8db6804",
910
"bsc": "0x326A2aee6A8eE78D79E7E956DE60C6E452f76a8e",
1011
"bscTestnet": "0xe79376d45C76C6772e1BE8cEcfF3cBa90b0f83eB",
1112
"celo": "0xa9ECAb0A46d04467F1456d4A34795b280dEC3E0A",
1213
"corn": "0x0658a36B1BaA6Bde43624DeA80760F5c5C78B122",
1314
"holesky": "0xC56B719Fc71D9056AbC559a0E3e6CE98Abc44a67",
15+
"katana": "0x95d1ACA58E631774bDE4d1bC67DD784f01cCDAeC",
1416
"linea": "0x7d56667664ADf9e5aAb436629e6a789162Ad83eA",
1517
"lineaSepolia": "0xf79F733e0D5d5e0e3037b221E8B3fd12Fb564101",
1618
"mainnet": "0xA4371a239D08bfBA6E8894eccf8466C6323A52C3",

0 commit comments

Comments
 (0)