Skip to content

Commit b0f62d2

Browse files
committed
Adding Celo
1 parent 391a1b1 commit b0f62d2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/artifacts/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## v1.3.1
7+
8+
- Added the plugin repository address for Celo
9+
610
## v1.3.0
711

812
### Added
913

1014
- First NPM release of the Plugin's ABI (release 1, build 3)
11-

packages/artifacts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aragon/multisig-plugin-artifacts",
33
"author": "Aragon X",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/aragon/multisig-plugin",
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"build": "yarn prepare-abi && rm -Rf dist && tsc -p tsconfig.json",
2323
"prepare-abi": "bash ./prepare-abi.sh",
24-
"sync-addrs": "bash ./sync-addresses.sh ../../../osx-commons/configs/src/deployments/json ./src/addresses.json"
24+
"sync-addresses": "bash ./sync-addresses.sh ../../../osx-commons/configs/src/deployments/json ./src/addresses.json"
2525
},
2626
"devDependencies": {
2727
"typescript": "^5.5.4"

packages/artifacts/src/addresses.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"baseSepolia": "0x9e7956C8758470dE159481e5DD0d08F8B59217A2",
88
"bsc": "0x7553E6Fb020c5740768cF289e603770AA09b7aE2",
99
"bscTestnet": "0xaE0Ae323Fb4789877FA4245F4fc55F33d0Dd522a",
10+
"celo": "0x7B6e12cA1f12258Ace52c7226e359392701DE15F",
1011
"holesky": "0xde1414F52A885cb9b899870f85bDCdb2Dec7C5dd",
1112
"linea": "0x2667636E0f5eA63c771509e1d3377177E9Da056D",
1213
"lineaSepolia": "0x86B433017Ce556ED93e6D34d6Ba0e3a9EB19015C",

0 commit comments

Comments
 (0)