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 Dec 31, 2024
1 parent 1fc58cc commit 4cc68d3
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -9155,9 +9155,9 @@ const chainArray = [
{
name: 'Subtensor EVM Testnet',
chain: 'Bittensor',
rpc: [ 'https://evm-testnet.dev.opentensor.ai' ],
rpc: [ 'https://test.chain.opentensor.ai' ],
faucets: [],
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 9 },
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 18 },
infoURL: 'https://bittensor.com/',
shortName: 'bittensor-evm-testnet',
chainId: 945,
Expand Down Expand Up @@ -9226,6 +9226,19 @@ const chainArray = [
}
]
},
{
name: 'Subtensor EVM',
chain: 'Bittensor',
rpc: [ 'https://lite.chain.opentensor.ai' ],
faucets: [],
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
infoURL: 'https://bittensor.com/',
shortName: 'bittensor-evm-mainnet',
chainId: 964,
networkId: 964,
slip44: 1005,
icon: 'bittensor'
},
{
name: 'EthXY',
chain: 'EthXY',
Expand Down

0 comments on commit 4cc68d3

Please sign in to comment.