Skip to content

Commit 9560288

Browse files
authored
Merge pull request #733 from api3dao/main
Initiate release
2 parents 8deb0fc + 859a667 commit 9560288

14 files changed

Lines changed: 43 additions & 26 deletions

.changeset/fifty-snakes-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': patch
3+
---
4+
5+
Update block explorer and verification API for ronin-testnet

.changeset/neat-tables-join.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+
Update deprecated ronin-testnet chain ID from 2021 to 202601, reusing the same deployments under the existing alias

.changeset/thin-ghosts-care.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/check-changeset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
if: github.actor != 'renovate[bot]' && github.actor != 'dependabot[bot]'
1212
steps:
1313
- name: Clone @api3/contracts
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020

2121
- name: Setup Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '22.18.0'
2525
cache: 'pnpm'

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Clone @api3/contracts
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
- name: Check Markdown links
1212
uses: tcort/github-action-markdown-link-check@v1
1313
with:

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Clone @api3/contracts
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Set up pnpm
1919
uses: pnpm/action-setup@v3
2020

2121
- name: Set up Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '22.18.0'
2525
cache: 'pnpm'

.github/workflows/initiate-package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fi
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Check changeset files
2828
id: check_files

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Clone @api3/contracts
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Set up pnpm
2424
uses: pnpm/action-setup@v3
2525

2626
- name: Set up Node
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version: 24
3030
registry-url: 'https://registry.npmjs.org'

.github/workflows/validate-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Clone @api3/contracts
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Set up pnpm
1919
uses: pnpm/action-setup@v3
2020

2121
- name: Set up Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '22.18.0'
2525
cache: 'pnpm'

data/chains/ronin-testnet.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"alias": "ronin-testnet",
3-
"blockExplorerUrl": "https://saigon-app.roninchain.com/",
3+
"blockExplorerUrl": "https://saigon-explorer.roninchain.com/",
44
"decimals": 18,
5-
"id": "2021",
5+
"id": "202601",
66
"name": "Ronin testnet",
77
"providers": [
88
{
@@ -13,6 +13,7 @@
1313
"symbol": "RON",
1414
"testnet": true,
1515
"verificationApi": {
16-
"type": "sourcify"
16+
"type": "blockscout",
17+
"url": "https://saigon-explorer.roninchain.com/api"
1718
}
1819
}

0 commit comments

Comments
 (0)