diff --git a/.changeset/neat-apples-swim.md b/.changeset/neat-apples-swim.md new file mode 100644 index 00000000..fc6af750 --- /dev/null +++ b/.changeset/neat-apples-swim.md @@ -0,0 +1,5 @@ +--- +'@api3/chains': patch +--- + +Add the provider reblok for sonic diff --git a/chains/sonic.json b/chains/sonic.json index 292b31ab..e5928637 100644 --- a/chains/sonic.json +++ b/chains/sonic.json @@ -28,6 +28,10 @@ { "alias": "drpc", "homepageUrl": "https://drpc.com" + }, + { + "alias": "reblok", + "homepageUrl": "https://reblok.io" } ], "symbol": "S", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index cfafc528..004beac9 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -1693,6 +1693,7 @@ export const CHAINS: Chain[] = [ { alias: 'ankr', homepageUrl: 'https://ankr.com' }, { alias: 'alchemy', homepageUrl: 'https://alchemy.com' }, { alias: 'drpc', homepageUrl: 'https://drpc.com' }, + { alias: 'reblok', homepageUrl: 'https://reblok.io' }, ], symbol: 'S', testnet: false,