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 23, 2023
1 parent d3c7def commit d95b05b
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2612,6 +2612,30 @@ const chainArray = [
}
]
},
{
name: 'Engram Testnet',
chain: 'tGRAM',
icon: 'engram',
rpc: [
'https://tokioswift.engram.tech',
'https://tokio-archive.engram.tech'
],
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
faucets: [],
nativeCurrency: { name: 'Engram Tokio Testnet', symbol: 'tGRAM', decimals: 18 },
infoURL: 'https://engramnet.io',
shortName: 'tgram',
chainId: 131,
networkId: 131,
explorers: [
{
name: 'blockscout',
url: 'https://tokioscan-v2.engram.tech',
icon: 'engram',
standard: 'EIP3091'
}
]
},
{
name: 'iExec Sidechain',
chain: 'Bellecour',
Expand Down Expand Up @@ -5352,9 +5376,7 @@ const chainArray = [
{
name: 'PEER Testnet',
chain: 'PEER',
rpc: [
'http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'
],
rpc: [ 'https://rpc-testnet.peer.inc' ],
faucets: [ 'https://testnet.peer.inc' ],
nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
infoURL: 'https://peer.inc',
Expand Down Expand Up @@ -11026,9 +11048,9 @@ const chainArray = [
chain: 'JFIN',
rpc: [ 'https://rpc.jfinchain.com' ],
faucets: [],
nativeCurrency: { name: 'JFIN Coin', symbol: 'jfin', decimals: 18 },
nativeCurrency: { name: 'JFIN Coin', symbol: 'JFIN', decimals: 18 },
infoURL: 'https://jfinchain.com',
shortName: 'jfin',
shortName: 'JFIN',
chainId: 3501,
networkId: 3501,
explorers: [
Expand Down

0 comments on commit d95b05b

Please sign in to comment.