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 Feb 4, 2025
1 parent 9396d92 commit 9e7b97b
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -35370,6 +35370,25 @@ const chainArray = [
}
]
},
{
name: 'Fushuma',
chain: 'Fushuma',
rpc: [ 'https://rpc.fushuma.com' ],
faucets: [],
nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
features: [ { name: 'EIP155' } ],
infoURL: '',
shortName: 'fushuma',
chainId: 121224,
networkId: 121224,
explorers: [
{
name: 'FumaScan',
url: 'https://fumascan.com',
standard: 'none'
}
]
},
{
name: 'Gemchain',
chain: 'Gemchain',
Expand Down Expand Up @@ -43149,11 +43168,11 @@ const chainArray = [
]
},
{
name: 'Skopje Testnet',
name: 'GPT Testnet',
chain: 'Skopje Testnet',
icon: 'skopje-gpt',
rpc: [ 'https://skopje-rpc.gptprotocol.io' ],
faucets: [ 'https://skopje-faucet.gptprotocol.io' ],
rpc: [ 'https://testnet-rpc.gptprotocol.io' ],
faucets: [ 'https://testnet-faucet.gptprotocol.io' ],
chainId: 476462898,
networkId: 476462898,
nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
Expand All @@ -43162,12 +43181,12 @@ const chainArray = [
parent: {
type: 'L2',
chain: 'eip155-11155111',
bridges: [ { url: 'https://skopje-bridge.gptprotocol.io' } ]
bridges: [ { url: 'https://testnet-bridge.gptprotocol.io' } ]
},
explorers: [
{
name: 'blockscout',
url: 'https://skopje-explorer.gptprotocol.io',
url: 'https://testnet-explorer.gptprotocol.io',
standard: 'EIP3091',
icon: 'blockscout'
}
Expand Down

0 comments on commit 9e7b97b

Please sign in to comment.