Skip to content

Commit

Permalink
chore: pull latest source
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Jan 11, 2025
1 parent dc009ea commit ede099b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typescript/sdk/src/metadata/blockExplorer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe('Block explorer utils', () => {
const emptyChain = {
protocol: ProtocolType.Ethereum,
name: 'empty',
domainId: 1,
chainId: 1,
rpcUrls: [{ http: 'https://empty.test' }],
};
Expand All @@ -68,6 +69,7 @@ describe('Block explorer utils', () => {
protocol: ProtocolType.Ethereum,
name: 'noapi',
chainId: 1,
domainId: 1,
rpcUrls: [{ http: 'https://noapi.test' }],
blockExplorers: [
{
Expand Down Expand Up @@ -95,6 +97,7 @@ describe('Block explorer utils', () => {
const multiExplorerChain = {
protocol: ProtocolType.Ethereum,
name: 'multi',
domainId: 1,
chainId: 1,
rpcUrls: [{ http: 'https://multi.test' }],
blockExplorers: [
Expand Down Expand Up @@ -128,6 +131,7 @@ describe('Block explorer utils', () => {
protocol: ProtocolType.Ethereum,
name: 'nautilus',
chainId: 1,
domainId: 1,
rpcUrls: [{ http: 'https://nautilus.test' }],
blockExplorers: [
{
Expand All @@ -149,6 +153,7 @@ describe('Block explorer utils', () => {
const chainWithTrailingSlash = {
protocol: ProtocolType.Ethereum,
name: 'test',
domainId: 1,
chainId: 1,
rpcUrls: [{ http: 'https://test.chain' }],
blockExplorers: [
Expand Down

0 comments on commit ede099b

Please sign in to comment.