File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## v1.3.1
7
+
8
+ - Added the plugin repository address for Celo
9
+
6
10
## v1.3.0
7
11
8
12
### Added
9
13
10
14
- First NPM release of the Plugin's ABI (release 1, build 3)
11
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aragon/multisig-plugin-artifacts" ,
3
3
"author" : " Aragon X" ,
4
- "version" : " 1.3.1 " ,
4
+ "version" : " 1.3.2 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/aragon/multisig-plugin" ,
21
21
"scripts" : {
22
22
"build" : " yarn prepare-abi && rm -Rf dist && tsc -p tsconfig.json" ,
23
23
"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"
25
25
},
26
26
"devDependencies" : {
27
27
"typescript" : " ^5.5.4"
Original file line number Diff line number Diff line change 7
7
"baseSepolia" : " 0x9e7956C8758470dE159481e5DD0d08F8B59217A2" ,
8
8
"bsc" : " 0x7553E6Fb020c5740768cF289e603770AA09b7aE2" ,
9
9
"bscTestnet" : " 0xaE0Ae323Fb4789877FA4245F4fc55F33d0Dd522a" ,
10
+ "celo" : " 0x7B6e12cA1f12258Ace52c7226e359392701DE15F" ,
10
11
"holesky" : " 0xde1414F52A885cb9b899870f85bDCdb2Dec7C5dd" ,
11
12
"linea" : " 0x2667636E0f5eA63c771509e1d3377177E9Da056D" ,
12
13
"lineaSepolia" : " 0x86B433017Ce556ED93e6D34d6Ba0e3a9EB19015C" ,
You can’t perform that action at this time.
0 commit comments