Skip to content

Commit

Permalink
feat(synapse-interface): stable dfk fallback rpc (#2455)
Browse files Browse the repository at this point in the history
* Add dfk provided fallback rpc

* Update for new klaytn rpc

* Move endpoint to fallback

* Secure http

---------

Co-authored-by: abtestingalpha <[email protected]>
  • Loading branch information
bigboydiamonds and abtestingalpha authored Apr 19, 2024
1 parent 0c3302c commit f081a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const DFK: Chain = {
blockTime: 2000,
rpcUrls: {
primary: 'https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc',
fallback: 'https://dfkchain.api.onfinality.io/public',
fallback: 'https://dfkchain.rpc.defikingdoms.com/api=654302102',
},
nativeCurrency: {
name: 'Jewel',
Expand All @@ -254,7 +254,7 @@ export const KLAYTN: Chain = {
blockTime: 1000,
rpcUrls: {
primary: 'https://klaytn.blockpi.network/v1/rpc/public',
fallback: 'https://klaytn.api.onfinality.io/public',
fallback: 'https://internal.klaytn.rpc.defikingdoms.com/api=654302102',
},
nativeCurrency: {
name: 'Klaytn',
Expand Down

0 comments on commit f081a0b

Please sign in to comment.