Skip to content

Commit

Permalink
fix: pontusx explorer uri
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 3, 2024
1 parent 5fed134 commit 67be130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chains.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const chains = [
nodeUri: 'https://rpc.dev.pontus-x.eu',
providerUri: 'https://provider.dev.pontus-x.eu',
subgraphUri: 'https://subgraph.dev.pontus-x.eu',
explorerUri: 'https://explorer.dev.pontus-x.eu',
explorerUri: 'https://explorer.dev.pontus-x.eu/testnet/pontusx',
oceanTokenAddress: '0xdF171F74a8d3f4e2A789A566Dce9Fa4945196112',
oceanTokenSymbol: 'OCEAN',
fixedRateExchangeAddress: '0x8372715D834d286c9aECE1AcD51Da5755B32D505',
Expand Down
2 changes: 1 addition & 1 deletion networksMetadata.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const networksMetadata = [
explorers: [
{
name: 'Pontus-X Testnet Explorer',
url: 'https://explorer.dev.pontus-x.eu',
url: 'https://explorer.dev.pontus-x.eu/testnet/pontusx',
standard: ''
}
]
Expand Down

0 comments on commit 67be130

Please sign in to comment.