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

Commit fd8a3f1

Browse files
authored
Merge pull request #563 from api3dao/main
Initiate release
2 parents 2613b0c + 8ff52e0 commit fd8a3f1

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.changeset/little-rats-tap.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+
Update block explorer for kroma

chains/kroma.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"explorer": {
55
"api": {
66
"key": {
7-
"required": true
7+
"required": false
88
},
9-
"url": "https://api.kromascan.com/api"
9+
"url": "https://api.routescan.io/v2/network/mainnet/evm/255/etherscan"
1010
},
11-
"browserUrl": "https://kromascan.com/"
11+
"browserUrl": "https://kroscan.io/"
1212
},
1313
"id": "255",
1414
"name": "Kroma",

src/generated/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export const CHAINS: Chain[] = [
101101
id: '6038361',
102102
name: 'Astar zkEVM testnet',
103103
providers: [{ alias: 'default', rpcUrl: 'https://rpc.startale.com/zkyoto' }],
104-
symbol: 'ETH',
105104
skipProviderCheck: true,
105+
symbol: 'ETH',
106106
testnet: true,
107107
},
108108
{
@@ -884,8 +884,8 @@ export const CHAINS: Chain[] = [
884884
alias: 'kroma',
885885
decimals: 18,
886886
explorer: {
887-
api: { key: { required: true }, url: 'https://api.kromascan.com/api' },
888-
browserUrl: 'https://kromascan.com/',
887+
api: { key: { required: false }, url: 'https://api.routescan.io/v2/network/mainnet/evm/255/etherscan' },
888+
browserUrl: 'https://kroscan.io/',
889889
},
890890
id: '255',
891891
name: 'Kroma',

0 commit comments

Comments
 (0)