Skip to content

Commit

Permalink
Update Conflux chain aliases and names for eSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Aug 8, 2024
1 parent b4b954b commit 5ec4907
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"alias": "conflux-testnet",
"alias": "conflux-espace-testnet",
"decimals": 18,
"explorer": {
"api": {
Expand All @@ -11,7 +11,7 @@
"browserUrl": "https://evmtestnet.confluxscan.io/"
},
"id": "71",
"name": "Conflux testnet",
"name": "Conflux eSpace testnet",
"providers": [
{
"alias": "default",
Expand Down
4 changes: 2 additions & 2 deletions chains/conflux.json → chains/conflux-espace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"alias": "conflux",
"alias": "conflux-espace",
"decimals": 18,
"explorer": {
"api": {
Expand All @@ -11,7 +11,7 @@
"browserUrl": "https://evm.confluxscan.io/"
},
"id": "1030",
"name": "Conflux",
"name": "Conflux eSpace",
"providers": [
{
"alias": "default",
Expand Down
8 changes: 4 additions & 4 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,14 +458,14 @@ export const CHAINS: Chain[] = [
testnet: false,
},
{
alias: 'conflux-testnet',
alias: 'conflux-espace-testnet',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://evmapi-testnet.confluxscan.io/api/' },
browserUrl: 'https://evmtestnet.confluxscan.io/',
},
id: '71',
name: 'Conflux testnet',
name: 'Conflux eSpace testnet',
providers: [
{ alias: 'default', rpcUrl: 'https://evmtestnet.confluxrpc.com/' },
{ alias: 'public', rpcUrl: 'https://evmtest.confluxrpc.com/' },
Expand All @@ -475,14 +475,14 @@ export const CHAINS: Chain[] = [
testnet: true,
},
{
alias: 'conflux',
alias: 'conflux-espace',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://evmapi.confluxscan.io/api/' },
browserUrl: 'https://evm.confluxscan.io/',
},
id: '1030',
name: 'Conflux',
name: 'Conflux eSpace',
providers: [
{ alias: 'default', rpcUrl: 'https://evm.confluxrpc.com/' },
{ alias: 'public', rpcUrl: 'https://evmmain-global.confluxrpc.com/' },
Expand Down

0 comments on commit 5ec4907

Please sign in to comment.