Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 1e07ba0

Browse files
authored
Merge pull request #586 from api3dao/bdrhn9/add-reblok-for-sonic
Add reblok support for sonic
2 parents ee0b59f + 6f4b843 commit 1e07ba0

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/neat-apples-swim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Add the provider reblok for sonic

chains/sonic.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
{
2929
"alias": "drpc",
3030
"homepageUrl": "https://drpc.com"
31+
},
32+
{
33+
"alias": "reblok",
34+
"homepageUrl": "https://reblok.io"
3135
}
3236
],
3337
"symbol": "S",

src/generated/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,7 @@ export const CHAINS: Chain[] = [
16931693
{ alias: 'ankr', homepageUrl: 'https://ankr.com' },
16941694
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
16951695
{ alias: 'drpc', homepageUrl: 'https://drpc.com' },
1696+
{ alias: 'reblok', homepageUrl: 'https://reblok.io' },
16961697
],
16971698
symbol: 'S',
16981699
testnet: false,

0 commit comments

Comments
 (0)