-
Notifications
You must be signed in to change notification settings - Fork 111
NODE REAL #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
NODE REAL #30
Conversation
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PLEASE APPROVE CHANGES
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve
ghost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node real
nitindudeja2107
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
voanhcung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0xf9C001323f9bF58eaf90B23AF831A626d9e8d435
|
Delete |
Co-authored-by: zhuht7 <zhuht7@asiainfo.com>
* feat: add forknet rpc * refactor: change chain id for forknet from 838 to 8338
* Add Igra Testnet (Chain ID 19416) * Update chainid-19416.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* ... * Unipoly Chain Added * Update .gitignore
* add midl * fix: changed testnet id * fix: added explorers * fix: changed domen
* Create chainid-1718 add chainid file * add chain 1718 rpcs to extraRpcs.js * Update and rename chainid-1718 to chainid-2517 * Create chainid-2518 * Update extraRpcs.js * Update SVP Chain configuration for chainId 2518 * Fix JSON formatting in chainid-2518 file --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: HairyLabs <noreply@hairylabs.io>
…2392) This PR deprecates remaining references to **CoreDAO Testnet 1115** and removes mainnet **deprecated RPC endpoints**. Testnet 1115 is no longer recommended for development, and continued support may cause confusion, broken integrations, and inconsistent developer experience. Reference : https://forum.coredao.org/t/core-testnet1-deprecation-notice-migrate-to-core-testnet2/865 Co-authored-by: ggcore0 <183680208+ggcore0@users.noreply.github.com>
* Add Dolphinet Mainnet and Dolphinet Testnet to Chainlist This PR adds Dolphinet Mainnet and Dolphinet Testnet to Chainlist, both supporting EIP155 and EIP1559 features. Mainnet: - ChainID: 1520 - RPC: - https://rpc.dolphinode.world - wss://wss.dolphinode.world - https://rpc-dev01.dolphinode.world - wss://wss-dev01.dolphinode.world - Explorer: https://explorer.dolphinode.world - Native Token: DOL (18 decimals) - Website: https://chain.dolphinode.world Testnet: - ChainID: 1519 - RPC: - https://rpc-testnet.dolphinode.world - wss://wss-testnet.dolphinode.world - Explorer: https://explorer-testnet.dolphinode.world - Native Token: DOL (18 decimals) - Website: https://explorer-testnet.dolphinode.world Both chains support: - EIP155 - EIP1559 (Dynamic transaction fee model) * Refactor chainid-1520.js to use ES module syntax
Add Dolphinet Mainnet and Dolphinet Testnet to Chainlist This PR adds Dolphinet Mainnet and Dolphinet Testnet to Chainlist, both supporting EIP155 and EIP1559 features. Mainnet: - ChainID: 1520 - RPC: - https://rpc.dolphinode.world - wss://wss.dolphinode.world - https://rpc-dev01.dolphinode.world - wss://wss-dev01.dolphinode.world - Explorer: https://explorer.dolphinode.world - Native Token: DOL (18 decimals) - Website: https://chain.dolphinode.world Testnet: - ChainID: 1519 - RPC: - https://rpc-testnet.dolphinode.world - wss://wss-testnet.dolphinode.world - Explorer: https://explorer-testnet.dolphinode.world - Native Token: DOL (18 decimals) - Website: https://explorer-testnet.dolphinode.world Both chains support: - EIP155 - EIP1559 (Dynamic transaction fee model)
Add support for TBURN Mainnet - Chain ID: 5800 - RPC: https://tburn.io/rpc - Explorer: https://tburn.io/scan - Native Currency: TBURN This PR adds the mainnet configuration for TBURN blockchain.
* Add Kalichain configuration for chain ID 6533 * Change module export to ES6 export syntax --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: oswald <oswald@oswalddeMacBook-Air.local>
* add hypercluster 838838 * Update chainid-838838.js --------- Co-authored-by: Ryder Hiew <ryderhiew@Admins-MacBook-Pro.local> Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Create chainid-4326.js * Update chainid-4326.js
* feat: update Stable testnet information * feat: change gas token symbol of Stable mainnet * feat: update stable-testnet shortname * update nativeCurrencySymbol of Stable Testnet
We moved RPC and explorer to the main domain of the network.
* adds polkadot details * rev * url rev * rev urls
Co-authored-by: HairyLabs <admin@hairylabs.io>
* Add new chain XGR Mainnet * Export data for XGR Mainnet configuration
- Add QELT Mainnet (Chain ID: 770) with 6 RPC endpoints - Add QELT Testnet (Chain ID: 771) with 3 RPC endpoints including WebSocket - Both chains include proper block explorers and QELT logo - Support for EIP155 and EIP1559 features
NODE REAL