diff --git a/chains/conflux-testnet.json b/chains/conflux-espace-testnet.json similarity index 88% rename from chains/conflux-testnet.json rename to chains/conflux-espace-testnet.json index e35f390..caa4d7b 100644 --- a/chains/conflux-testnet.json +++ b/chains/conflux-espace-testnet.json @@ -1,5 +1,5 @@ { - "alias": "conflux-testnet", + "alias": "conflux-espace-testnet", "decimals": 18, "explorer": { "api": { @@ -11,7 +11,7 @@ "browserUrl": "https://evmtestnet.confluxscan.io/" }, "id": "71", - "name": "Conflux testnet", + "name": "Conflux eSpace testnet", "providers": [ { "alias": "default", diff --git a/chains/conflux.json b/chains/conflux-espace.json similarity index 90% rename from chains/conflux.json rename to chains/conflux-espace.json index 38a9656..770243d 100644 --- a/chains/conflux.json +++ b/chains/conflux-espace.json @@ -1,5 +1,5 @@ { - "alias": "conflux", + "alias": "conflux-espace", "decimals": 18, "explorer": { "api": { @@ -11,7 +11,7 @@ "browserUrl": "https://evm.confluxscan.io/" }, "id": "1030", - "name": "Conflux", + "name": "Conflux eSpace", "providers": [ { "alias": "default", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index 4cc5b9e..f554c71 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -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/' }, @@ -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/' },