Skip to content

Commit 5dcb26f

Browse files
authored
Merge pull request #530 from api3dao/main
Initiate release
2 parents 95d4fcc + 21dad18 commit 5dcb26f

26 files changed

+7959
-53
lines changed

.changeset/sweet-tires-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Remove unused dApp aliases

.changeset/two-planets-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': minor
3+
---
4+
5+
Add dAPI and Market support to metal-sepolia-testnet

.changeset/violet-candles-cheat.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@api3/contracts': patch
3+
---
4+
5+
Updates RPC provider configurations:
6+
7+
- Update default provider for ethereum-holesky-testnet
8+
- Remove publicnode from berachain
9+
- Remove blastapi from moonriver
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# https://github.com/changesets/action
2+
name: Initiate-Release
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
initiate-release:
9+
name: Initiate-Release
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
15+
steps:
16+
- name: Check if main branch is used
17+
run: |
18+
BRANCH_NAME=$(echo $GITHUB_REF | awk -F'/' '{print $3}')
19+
if [[ "$BRANCH_NAME" != "main" ]]; then
20+
echo "Branch $BRANCH_NAME is not allowed to use this action"
21+
exit 1
22+
fi
23+
24+
- name: Checkout repository
25+
uses: actions/checkout@v4
26+
27+
- name: Check changeset files
28+
id: check_files
29+
run: |
30+
if ! find ./.changeset -maxdepth 1 -type f -name "*.md" ! -name "README.md" | grep -q .; then
31+
echo "No changeset files found in ./.changeset directory"
32+
exit 1
33+
fi
34+
35+
- name: Create release PR
36+
run: gh pr create -B production -H main --title 'Initiate release' --body 'Merges main into production' --reviewer bbenligiray
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

data/chain-support.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"merlin",
5151
"merlin-testnet",
5252
"metal",
53+
"metal-sepolia-testnet",
5354
"metis",
5455
"metis-sepolia-testnet",
5556
"mode",
@@ -142,6 +143,7 @@
142143
"merlin",
143144
"merlin-testnet",
144145
"metal",
146+
"metal-sepolia-testnet",
145147
"metis",
146148
"metis-sepolia-testnet",
147149
"mode",
@@ -234,6 +236,7 @@
234236
"merlin",
235237
"merlin-testnet",
236238
"metal",
239+
"metal-sepolia-testnet",
237240
"metis",
238241
"metis-sepolia-testnet",
239242
"mode",

data/chains/berachain.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"alias": "default",
1818
"rpcUrl": "https://rpc.berachain.com/"
1919
},
20-
{
21-
"alias": "publicnode",
22-
"rpcUrl": "https://berachain-rpc.publicnode.com"
23-
},
2420
{
2521
"alias": "alchemy",
2622
"homepageUrl": "https://alchemy.com"

data/chains/ethereum-holesky-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"providers": [
1717
{
1818
"alias": "default",
19-
"rpcUrl": "https://holesky.gateway.tenderly.co"
19+
"rpcUrl": "https://ethereum-holesky-rpc.publicnode.com"
2020
}
2121
],
2222
"symbol": "ETH",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "metal-sepolia-testnet",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://testnet.explorer.metall2.com/api"
10+
},
11+
"browserUrl": "https://testnet.explorer.metall2.com/"
12+
},
13+
"id": "1740",
14+
"name": "Metal L2 testnet",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://testnet.rpc.metall2.com/"
19+
}
20+
],
21+
"symbol": "ETH",
22+
"testnet": true
23+
}

data/chains/moonriver.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"alias": "publicnode",
2323
"rpcUrl": "https://moonriver-rpc.publicnode.com"
2424
},
25-
{
26-
"alias": "blastapi",
27-
"homepageUrl": "https://blastapi.io"
28-
},
2925
{
3026
"alias": "drpc",
3127
"homepageUrl": "https://drpc.org/"

data/dapps/aurum.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/dapps/elara.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/dapps/ionic-protocol.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/dapps/omega.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

data/dapps/vicuna-finance.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

deployments/addresses.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"1301": "0x795E7417b5e9c70037654480F0371e202b48bC77",
2727
"1328": "0x795E7417b5e9c70037654480F0371e202b48bC77",
2828
"1329": "0x2AAE699ed04BBbD068f67a5b3C813eBB35f2c9E8",
29+
"1740": "0x795E7417b5e9c70037654480F0371e202b48bC77",
2930
"1750": "0x2AAE699ed04BBbD068f67a5b3C813eBB35f2c9E8",
3031
"1868": "0x2AAE699ed04BBbD068f67a5b3C813eBB35f2c9E8",
3132
"1890": "0x2AAE699ed04BBbD068f67a5b3C813eBB35f2c9E8",
@@ -118,6 +119,7 @@
118119
"1301": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
119120
"1328": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
120121
"1329": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
122+
"1740": "0x73E5e41f981365cD92180B040e8532693D84B32D",
121123
"1750": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
122124
"1868": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
123125
"1890": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
@@ -210,6 +212,7 @@
210212
"1301": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
211213
"1328": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
212214
"1329": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
215+
"1740": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
213216
"1750": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
214217
"1868": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
215218
"1890": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
@@ -302,6 +305,7 @@
302305
"1301": "0x709944a48cAf83535e43471680fDA4905FB3920a",
303306
"1328": "0x709944a48cAf83535e43471680fDA4905FB3920a",
304307
"1329": "0x709944a48cAf83535e43471680fDA4905FB3920a",
308+
"1740": "0xA4C9a00aC42c3F8C81421eB7ad44bA076e70375d",
305309
"1750": "0x709944a48cAf83535e43471680fDA4905FB3920a",
306310
"1868": "0x709944a48cAf83535e43471680fDA4905FB3920a",
307311
"1890": "0x709944a48cAf83535e43471680fDA4905FB3920a",
@@ -394,6 +398,7 @@
394398
"1301": "0x2E787629c3B7545271240A87197108823ce8303b",
395399
"1328": "0x2E787629c3B7545271240A87197108823ce8303b",
396400
"1329": "0x2E787629c3B7545271240A87197108823ce8303b",
401+
"1740": "0x4B69e2Bc4a2835a07104106DFD18D03548ebC4D8",
397402
"1750": "0x2E787629c3B7545271240A87197108823ce8303b",
398403
"1868": "0x2E787629c3B7545271240A87197108823ce8303b",
399404
"1890": "0x2E787629c3B7545271240A87197108823ce8303b",
@@ -486,6 +491,7 @@
486491
"1301": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
487492
"1328": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
488493
"1329": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
494+
"1740": "0x75F5d5f22eB175B50b3C305d4Dd0CAfec4390A21",
489495
"1750": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
490496
"1868": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
491497
"1890": "0x1Fe170311Cb13e3bfB96DeC8FAadcf97BF843381",
@@ -578,6 +584,7 @@
578584
"1301": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
579585
"1328": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
580586
"1329": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
587+
"1740": "0x6bA5ac44eebdB45D9E92Be870558b2517194dE7E",
581588
"1750": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
582589
"1868": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
583590
"1890": "0x3f5C77BB36a16118ccC9Ca83ddEe8A01b6C01811",
@@ -673,6 +680,7 @@
673680
"1301": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
674681
"1328": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
675682
"1329": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
683+
"1740": "0x7AdBF5b35Db3c150f1f7d4Adf3C489a6916418D6",
676684
"1750": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
677685
"1868": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
678686
"1890": "0x7B42df2563E128Ae3F68e2CFB1904808F61C8F12",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1740

0 commit comments

Comments
 (0)