-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
172 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"viem": patch | ||
--- | ||
|
||
Updated XDC Testnet Block Explorer URL. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,20 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const glideL1Protocol = /*#__PURE__*/ defineChain({ | ||
id: 251, | ||
name: 'Glide L1 Protocol XP', | ||
nativeCurrency: { name: 'GLXP', symbol: 'GLXP', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc-api.glideprotocol.xyz/l1-rpc'], | ||
webSocket: ['wss://rpc-api.glideprotocol.xyz/l1-rpc'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Glide Protocol Explore', | ||
url: 'https://blockchain-explorer.glideprotocol.xyz', | ||
}, | ||
}, | ||
testnet: false, | ||
}) |
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,20 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const glideL2Protocol = /*#__PURE__*/ defineChain({ | ||
id: 253, | ||
name: 'Glide L2 Protocol XP', | ||
nativeCurrency: { name: 'GLXP', symbol: 'GLXP', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc-api.glideprotocol.xyz/l2-rpc'], | ||
webSocket: ['wss://rpc-api.glideprotocol.xyz/l2-rpc'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Glide Protocol Explore', | ||
url: 'https://blockchain-explorer.glideprotocol.xyz', | ||
}, | ||
}, | ||
testnet: false, | ||
}) |
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 @@ | ||
import { chainConfig } from '../../op-stack/chainConfig.js' | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
const sourceId = 11_155_111 // sepolia | ||
|
||
export const inkSepolia = /*#__PURE__*/ defineChain({ | ||
...chainConfig, | ||
id: 763373, | ||
name: 'Ink Sepolia', | ||
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://rpc-gel-sepolia.inkonchain.com'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Blockscout', | ||
url: 'https://explorer-sepolia.inkonchain.com/', | ||
apiUrl: 'https://explorer-sepolia.inkonchain.com/api/v2', | ||
}, | ||
}, | ||
contracts: { | ||
...chainConfig.contracts, | ||
disputeGameFactory: { | ||
[sourceId]: { | ||
address: '0x860e626c700af381133d9f4af31412a2d1db3d5d', | ||
}, | ||
}, | ||
portal: { | ||
[sourceId]: { | ||
address: '0x5c1d29c6c9c8b0800692acc95d700bcb4966a1d7', | ||
}, | ||
}, | ||
l1StandardBridge: { | ||
[sourceId]: { | ||
address: '0x33f60714bbd74d62b66d79213c348614de51901c', | ||
}, | ||
}, | ||
}, | ||
testnet: true, | ||
sourceId, | ||
}) |
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,19 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const theta = /*#__PURE__*/ defineChain({ | ||
id: 361, | ||
name: 'Theta Mainnet', | ||
nativeCurrency: { name: 'TFUEL', symbol: 'TFUEL', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://eth-rpc-api.thetatoken.org/rpc'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Theta Explorer', | ||
url: 'https://explorer.thetatoken.org', | ||
}, | ||
}, | ||
testnet: false, | ||
}) |
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,19 @@ | ||
import { defineChain } from '../../utils/chain/defineChain.js' | ||
|
||
export const thetaTestnet = /*#__PURE__*/ defineChain({ | ||
id: 365, | ||
name: 'Theta Testnet', | ||
nativeCurrency: { name: 'TFUEL', symbol: 'TFUEL', decimals: 18 }, | ||
rpcUrls: { | ||
default: { | ||
http: ['https://eth-rpc-api-testnet.thetatoken.org/rpc'], | ||
}, | ||
}, | ||
blockExplorers: { | ||
default: { | ||
name: 'Theta Explorer', | ||
url: 'https://testnet-explorer.thetatoken.org', | ||
}, | ||
}, | ||
testnet: true, | ||
}) |
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
Oops, something went wrong.