Skip to content

Commit a58a97c

Browse files
authored
chore: sync testnet config (#6365)
### Description chore: sync testnet config - makes agent-config test green again ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->
1 parent b916cd9 commit a58a97c

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

rust/main/config/testnet_config.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -977,16 +977,16 @@
977977
"starknetsepolia": {
978978
"chainId": "0x534e5f5345504f4c4941",
979979
"blocks": {
980-
"confirmations": 0,
981-
"estimateBlockTime": 30,
980+
"confirmations": 1,
981+
"estimateBlockTime": 5,
982982
"reorgPeriod": 0
983983
},
984984
"blockExplorers": [
985985
{
986986
"apiUrl": "https://sepolia.voyager.online/api",
987-
"family": "other",
988-
"name": "Starknet Sepolia",
989-
"url": "https://sepolia.voyager.online/"
987+
"family": "voyager",
988+
"name": "Starknet Sepolia Explorer",
989+
"url": "https://sepolia.voyager.online"
990990
}
991991
],
992992
"displayName": "Starknet Sepolia",
@@ -996,7 +996,8 @@
996996
"nativeToken": {
997997
"decimals": 18,
998998
"name": "Ether",
999-
"symbol": "ETH"
999+
"symbol": "ETH",
1000+
"denom": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
10001001
},
10011002
"protocol": "starknet",
10021003
"rpcUrls": [
@@ -1016,6 +1017,10 @@
10161017
"index": {
10171018
"from": 715709,
10181019
"chunk": 999
1020+
},
1021+
"deployer": {
1022+
"name": "Abacus Works",
1023+
"url": "https://www.hyperlane.xyz"
10191024
}
10201025
},
10211026
"superpositiontestnet": {
@@ -2124,26 +2129,27 @@
21242129
"paradexsepolia": {
21252130
"chainId": "0x505249564154455f534e5f504f54435f5345504f4c4941",
21262131
"blocks": {
2127-
"confirmations": 0,
2132+
"confirmations": 1,
21282133
"estimateBlockTime": 4,
21292134
"reorgPeriod": 0
21302135
},
21312136
"blockExplorers": [
21322137
{
21332138
"apiUrl": "https://voyager.testnet.paradex.trade/api",
2134-
"family": "other",
2135-
"name": "Paradex testnet",
2139+
"family": "voyager",
2140+
"name": "Paradex Testnet Explorer",
21362141
"url": "https://voyager.testnet.paradex.trade"
21372142
}
21382143
],
2139-
"displayName": "Paradexsepolia",
2144+
"displayName": "Paradex Sepolia",
21402145
"domainId": 12263410,
21412146
"isTestnet": true,
21422147
"name": "paradexsepolia",
21432148
"nativeToken": {
21442149
"decimals": 18,
21452150
"name": "EtherDUMMY_TOKEN",
2146-
"symbol": "DT"
2151+
"symbol": "DT",
2152+
"denom": "0x49D36570D4E46F48E99674BD3FCC84644DDD6B96F7C741B1562B82F9E004DC7"
21472153
},
21482154
"protocol": "starknet",
21492155
"rpcUrls": [
@@ -2163,6 +2169,10 @@
21632169
"index": {
21642170
"from": 224346,
21652171
"chunk": 999
2172+
},
2173+
"deployer": {
2174+
"name": "Abacus Works",
2175+
"url": "https://www.hyperlane.xyz"
21662176
}
21672177
},
21682178
"chronicleyellowstone": {

0 commit comments

Comments
 (0)