Skip to content

Commit

Permalink
chore: Testing longer ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Sep 15, 2024
1 parent 750abf4 commit f8eafa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const sonic: Chain = {
},
name: 'Sonic',
rpcUrls: {
default: {http: ['https://rpc.testnet.soniclabs.com/'] as const}, // To satisfy readonly
public: {http: ['https://rpc.testnet.soniclabs.com/'] as const} // To satisfy readonly
default: {http: ['https://rpc.testnet.soniclabs.com/'] as const},
public: {http: ['https://rpc.testnet.soniclabs.com/'] as const}
},
blockExplorers: {
default: {
Expand All @@ -54,16 +54,16 @@ const sonic: Chain = {
},
nativeCurrency: {
name: 'Sonic',
symbol: 'S',
symbol: 'SSS',
decimals: 18,
},
}

const fantomCustom = {
...fantom,
rpcUrls: {
default: {http: ['https://rpcapi.fantom.network/'] as const}, // To satisfy readonly
public: {http: ['https://rpcapi.fantom.network/'] as const} // To satisfy readonly
default: {http: ['https://rpcapi.fantom.network/'] as const},
public: {http: ['https://rpcapi.fantom.network/'] as const}
},
}

Expand Down

0 comments on commit f8eafa7

Please sign in to comment.