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

Commit dcefdbb

Browse files
authored
Merge pull request #483 from api3dao/482-improve-ping-providers-ci
2 parents f1a9827 + 59aaaa8 commit dcefdbb

28 files changed

Lines changed: 52 additions & 21 deletions

.changeset/selfish-flowers-grow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

chains/arbitrum-nova.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://nova.arbitrum.io/rpc"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "ETH",
2223
"testnet": false
2324
}

chains/aurora-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"rpcUrl": "https://testnet.aurora.dev/"
2020
}
2121
],
22+
"skipProviderCheck": true,
2223
"symbol": "ETH",
2324
"testnet": true
2425
}

chains/aurora.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"rpcUrl": "https://mainnet.aurora.dev/"
2020
}
2121
],
22+
"skipProviderCheck": true,
2223
"symbol": "ETH",
2324
"testnet": false
2425
}

chains/boba-bnb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://replica.bnb.boba.network/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "BOBA",
2223
"testnet": false
2324
}

chains/boba-ethereum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://lightning-replica.boba.network/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "BOBA",
2223
"testnet": false
2324
}

chains/bsquared-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"rpcUrl": "https://b2-testnet.alt.technology"
1313
}
1414
],
15+
"skipProviderCheck": true,
1516
"symbol": "BTC",
1617
"testnet": true
1718
}

chains/bsquared.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"rpcUrl": "https://b2-mainnet.alt.technology"
2323
}
2424
],
25+
"skipProviderCheck": true,
2526
"symbol": "BTC",
2627
"testnet": false
2728
}

chains/canto-testnet.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"rpcUrl": "https://canto-testnet.plexnode.wtf/"
1919
}
2020
],
21+
"skipProviderCheck": true,
2122
"symbol": "CANTO",
2223
"testnet": true
2324
}

chains/canto.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"rpcUrl": "https://canto.gravitychain.io/"
2727
}
2828
],
29+
"skipProviderCheck": true,
2930
"symbol": "CANTO",
3031
"testnet": false
3132
}

0 commit comments

Comments
 (0)