-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:openfort-xyz/openfort-js into feat/…
…facebook-oauth
- Loading branch information
Showing
43 changed files
with
2,051 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
const chain = { | ||
chain: 'GNO', | ||
chainId: 10200, | ||
explorers: [ | ||
{ | ||
name: 'blockscout', | ||
url: 'https://gnosis-chiado.blockscout.com', | ||
standard: 'EIP3091', | ||
icon: { | ||
url: 'ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM', | ||
width: 551, | ||
height: 540, | ||
format: 'png', | ||
}, | ||
}, | ||
], | ||
faucets: ['https://gnosisfaucet.com'], | ||
icon: { | ||
url: 'ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm', | ||
width: 1800, | ||
height: 1800, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://docs.gnosischain.com', | ||
name: 'Gnosis Chiado Testnet', | ||
nativeCurrency: { | ||
name: 'Chiado xDAI', | ||
symbol: 'XDAI', | ||
decimals: 18, | ||
}, | ||
networkId: 10200, | ||
rpc: [ | ||
'https://rpc.chiadochain.net', | ||
'https://rpc.chiado.gnosis.gateway.fm', | ||
'wss://rpc.chiadochain.net/wss', | ||
'https://gnosis-chiado-rpc.publicnode.com', | ||
'wss://gnosis-chiado-rpc.publicnode.com', | ||
'https://gnosis-chiado.drpc.org', | ||
'wss://gnosis-chiado.drpc.org', | ||
], | ||
shortName: 'chi', | ||
slip44: 1, | ||
slug: 'gnosis-chiado-testnet', | ||
testnet: true, | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
const chain = { | ||
chain: 'ETH', | ||
chainId: 11155111, | ||
explorers: [ | ||
{ | ||
name: 'etherscan-sepolia', | ||
url: 'https://sepolia.etherscan.io', | ||
standard: 'EIP3091', | ||
}, | ||
{ | ||
name: 'otterscan-sepolia', | ||
url: 'https://sepolia.otterscan.io', | ||
standard: 'EIP3091', | ||
}, | ||
], | ||
faucets: ['http://fauceth.komputing.org?chain=11155111'], | ||
features: [], | ||
icon: { | ||
url: 'ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png', | ||
width: 512, | ||
height: 512, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://sepolia.otterscan.io', | ||
name: 'Sepolia', | ||
nativeCurrency: { | ||
name: 'Sepolia Ether', | ||
symbol: 'ETH', | ||
decimals: 18, | ||
}, | ||
networkId: 11155111, | ||
redFlags: [], | ||
rpc: [ | ||
'https://rpc.sepolia.org', | ||
'https://rpc2.sepolia.org', | ||
'https://rpc-sepolia.rockx.com', | ||
'https://rpc.sepolia.ethpandaops.io', | ||
'https://sepolia.gateway.tenderly.co', | ||
'https://ethereum-sepolia.publicnode.com', | ||
], | ||
shortName: 'sep', | ||
slug: 'sepolia', | ||
testnet: true, | ||
title: 'Ethereum Testnet Sepolia', | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
const chain = { | ||
name: 'Beam Testnet', | ||
chainId: 13337, | ||
chain: 'BEAM', | ||
shortName: 'Beam Testnet', | ||
slug: 'beam-testnet', | ||
features: [ | ||
{ | ||
name: 'EIP1559', | ||
}, | ||
], | ||
icon: { | ||
url: 'ipfs://QmQJ21NWyGGDraicVEzS1Uqq1yXahM9NCuNZgnfYvtspdt', | ||
height: 512, | ||
width: 512, | ||
format: 'png', | ||
}, | ||
nativeCurrency: { | ||
name: 'Beam', | ||
symbol: 'BEAM', | ||
decimals: 18, | ||
}, | ||
rpc: [ | ||
'https://eu.build.onbeam.com/rpc/testnet/14bfbcc5-49c1-40e8-82c2-025c9a1834e1', | ||
], | ||
faucets: ['https://faucet.avax.network/?subnet=beam', 'https://faucet.onbeam.com'], | ||
explorers: [ | ||
{ | ||
name: 'Beam Explorer', | ||
url: 'https://subnets-test.avax.network/beam', | ||
standard: 'EIP3091', | ||
}, | ||
], | ||
infoURL: 'https://www.onbeam.com', | ||
testnet: true, | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
const chain = { | ||
chain: 'Immutable zkEVM', | ||
chainId: 13371, | ||
explorers: [ | ||
{ | ||
name: 'Immutable explorer', | ||
url: 'https://explorer.immutable.com', | ||
standard: 'EIP3091', | ||
icon: { | ||
url: 'ipfs://QmXFUYFW4e6wifbU9LKVq7owM14bnE6ZbbYq3bn1jBP3Mw', | ||
width: 1168, | ||
height: 1168, | ||
format: 'png', | ||
}, | ||
}, | ||
], | ||
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'], | ||
icon: { | ||
url: 'ipfs://QmXFUYFW4e6wifbU9LKVq7owM14bnE6ZbbYq3bn1jBP3Mw', | ||
width: 1168, | ||
height: 1168, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://www.immutable.com', | ||
name: 'Immutable zkEVM', | ||
nativeCurrency: { | ||
name: 'IMX', | ||
symbol: 'IMX', | ||
decimals: 18, | ||
}, | ||
networkId: 13371, | ||
rpc: [ | ||
'https://rpc.immutable.com', | ||
'https://immutable-zkevm.drpc.org', | ||
'wss://immutable-zkevm.drpc.org', | ||
], | ||
shortName: 'imx', | ||
slug: 'immutable-zkevm', | ||
testnet: false, | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
const chain = { | ||
chain: 'Immutable zkEVM', | ||
chainId: 13473, | ||
explorers: [ | ||
{ | ||
name: 'Immutable Testnet explorer', | ||
url: 'https://explorer.testnet.immutable.com', | ||
standard: 'EIP3091', | ||
icon: { | ||
url: 'ipfs://QmXFUYFW4e6wifbU9LKVq7owM14bnE6ZbbYq3bn1jBP3Mw', | ||
width: 1168, | ||
height: 1168, | ||
format: 'png', | ||
}, | ||
}, | ||
], | ||
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'], | ||
icon: { | ||
url: 'ipfs://QmXFUYFW4e6wifbU9LKVq7owM14bnE6ZbbYq3bn1jBP3Mw', | ||
width: 1168, | ||
height: 1168, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://www.immutable.com', | ||
name: 'Immutable zkEVM Testnet', | ||
nativeCurrency: { | ||
name: 'Test IMX', | ||
symbol: 'tIMX', | ||
decimals: 18, | ||
}, | ||
networkId: 13473, | ||
rpc: [ | ||
'https://rpc.testnet.immutable.com', | ||
'https://immutable-zkevm-testnet.drpc.org', | ||
'wss://immutable-zkevm-testnet.drpc.org', | ||
], | ||
shortName: 'imx-testnet', | ||
slip44: 1, | ||
slug: 'immutable-zkevm-testnet', | ||
testnet: true, | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
const chain = { | ||
chain: 'Polygon', | ||
chainId: 137, | ||
explorers: [ | ||
{ | ||
name: 'polygonscan', | ||
url: 'https://polygonscan.com', | ||
standard: 'EIP3091', | ||
}, | ||
{ | ||
name: 'dexguru', | ||
url: 'https://polygon.dex.guru', | ||
standard: 'EIP3091', | ||
icon: { | ||
url: 'ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne', | ||
width: 83, | ||
height: 82, | ||
format: 'svg', | ||
}, | ||
}, | ||
], | ||
faucets: [], | ||
features: [], | ||
icon: { | ||
url: 'ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/polygon/512.png', | ||
width: 512, | ||
height: 512, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://polygon.technology/', | ||
name: 'Polygon Mainnet', | ||
nativeCurrency: { | ||
name: 'MATIC', | ||
symbol: 'MATIC', | ||
decimals: 18, | ||
}, | ||
networkId: 137, | ||
redFlags: [], | ||
rpc: [ | ||
'https://polygon-rpc.com', | ||
'https://rpc-mainnet.matic.network', | ||
'https://matic-mainnet.chainstacklabs.com', | ||
'https://rpc-mainnet.maticvigil.com', | ||
'https://rpc-mainnet.matic.quiknode.pro', | ||
'https://matic-mainnet-full-rpc.bwarelabs.com', | ||
'https://polygon-bor.publicnode.com', | ||
'wss://polygon-bor.publicnode.com', | ||
'https://polygon.gateway.tenderly.co', | ||
'wss://polygon.gateway.tenderly.co', | ||
], | ||
shortName: 'matic', | ||
slip44: 966, | ||
slug: 'polygon', | ||
testnet: false, | ||
}; | ||
|
||
export default chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const chain = { | ||
chain: 'Ancient8', | ||
chainId: 28122024, | ||
explorers: [ | ||
{ | ||
name: 'scan-testnet', | ||
url: 'https://scanv2-testnet.ancient8.gg', | ||
standard: 'EIP3091', | ||
}, | ||
], | ||
faucets: [], | ||
icon: { | ||
url: 'ipfs://bafkreievnqg3xjokaty4kfbxxbrzm5v5y7exbaaia2txrh4sfgrqsalfym', | ||
width: 128, | ||
height: 128, | ||
format: 'png', | ||
}, | ||
infoURL: 'https://ancient8.gg/', | ||
name: 'Ancient8 Testnet', | ||
nativeCurrency: { | ||
name: 'Ether', | ||
symbol: 'ETH', | ||
decimals: 18, | ||
}, | ||
networkId: 28122024, | ||
rpc: ['https://rpcv2-testnet.ancient8.gg'], | ||
shortName: 'a8', | ||
slip44: 1, | ||
slug: 'ancient8-testnet', | ||
testnet: true, | ||
}; | ||
|
||
export default chain; |
Oops, something went wrong.