Skip to content

Commit

Permalink
chore: update chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed Nov 2, 2024
1 parent af1757b commit 9a13847
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -3457,6 +3457,19 @@ const chainArray = [
networkId: 172,
slip44: 1
},
{
name: 'OTC',
chain: 'OTC',
faucets: [],
icon: 'otc',
rpc: [ 'https://rpc.otc.run', 'wss://rpc.otc.run' ],
nativeCurrency: { name: 'OTC', symbol: 'OTC', decimals: 18 },
infoURL: 'https://otc.network',
shortName: 'OTC',
chainId: 175,
networkId: 175,
slip44: 511
},
{
name: 'DC Mainnet',
chain: 'dcchain',
Expand Down Expand Up @@ -11508,15 +11521,15 @@ const chainArray = [
icon: 'dscscan',
rpc: [ 'https://rpc01.dscscan.io' ],
faucets: [],
nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSCs', decimals: 18 },
nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSC', decimals: 18 },
infoURL: 'https://rpc01.dscscan.io',
shortName: 'DSCs',
chainId: 1555,
networkId: 1555,
explorers: [
{
name: 'Digital Smart Chain',
url: 'https://explorer.dotblox.io',
url: 'https://dscscan.io',
standard: 'EIP3091'
}
]
Expand Down Expand Up @@ -17130,6 +17143,20 @@ const chainArray = [
}
]
},
{
name: 'Testnet Pika',
chain: 'tPKA',
rpc: [ 'https://testnet-rpc1.pikascan.com' ],
faucets: [],
icon: 'testnetpsc',
nativeCurrency: { name: 'Testnet Pika', symbol: 'tPKA', decimals: 18 },
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
infoURL: 'https://pikaminter.com',
shortName: 'PikaMinter',
chainId: 4422,
networkId: 4422,
explorers: []
},
{
name: 'Htmlcoin Mainnet',
chain: 'mainnet',
Expand Down Expand Up @@ -23237,6 +23264,11 @@ const chainArray = [
name: 'ArtelaScan',
url: 'https://betanet-scan.artela.network',
standard: 'EIP3091'
},
{
name: 'OKXExplorer',
url: 'https://www.okx.com/web3/explorer/artela-testnet',
standard: 'EIP3091'
}
]
},
Expand Down

0 comments on commit 9a13847

Please sign in to comment.