Skip to content

Commit

Permalink
feat: funki testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
minhngoc270499 committed Jun 18, 2024
1 parent 4af2974 commit 2af4be5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
22 changes: 22 additions & 0 deletions src/consts/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,26 @@ export const chains: ChainMap<ChainMetadata & { mailbox?: Address }> = {
estimateBlockTime: 10,
},
},
funkitestnet: {
protocol: ProtocolType.Ethereum,
chainId: 3397901,
domainId: 3397901,
name: 'funkitestnet',
displayName: 'Funki Testnet',
nativeToken: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: [{ http: 'https://funki-testnet.alt.technology' }],
blockExplorers: [
{
name: 'Funki explorer',
url: 'https://sepolia-sandbox.funkichain.com',
apiUrl: 'https://sepolia-sandbox.funkichain.com/api',
family: ExplorerFamily.Blockscout,
},
],
blocks: {
confirmations: 1,
reorgPeriod: 1,
estimateBlockTime: 10,
},
},
};
34 changes: 33 additions & 1 deletion src/consts/tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,36 @@ tokens:
decimals: 18
addressOrDenom: "0x7f2DFEcBA7D6eE9f3Ab4De606069DE13Fca3D100"
connections:
- token: ethereum|sepolia|0xE1E9A4Cc05F07055f55Be10f842FdB2690C5a2F9
- token: ethereum|sepolia|0xE1E9A4Cc05F07055f55Be10f842FdB2690C5a2F9
- chainName: sepolia
standard: EvmHypNative
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x715b51c41BDd94a87bfa7CCBe5B212C8F036D966"
connections:
- token: ethereum|funkitestnet|0x1A145b7761e2B7D939eaABeAA2b8ef5aAeb813fD
- chainName: funkitestnet
standard: EvmHypSynthetic
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x1A145b7761e2B7D939eaABeAA2b8ef5aAeb813fD"
connections:
- token: ethereum|sepolia|0x715b51c41BDd94a87bfa7CCBe5B212C8F036D966
- chainName: sepolia
standard: EvmHypNative
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x2e6673Ee15A16f05AA2612F5F9F520112ae05335"
connections:
- token: ethereum|hyperliquidtestnet|0x3f5E62A3cb57F55cc4e67CbC647C34B2B7872499
- chainName: hyperliquidtestnet
standard: EvmHypSynthetic
name: Ether
symbol: ETH
decimals: 18
addressOrDenom: "0x3f5E62A3cb57F55cc4e67CbC647C34B2B7872499"
connections:
- token: ethereum|sepolia|0x2e6673Ee15A16f05AA2612F5F9F520112ae05335

0 comments on commit 2af4be5

Please sign in to comment.