Skip to content

Commit

Permalink
Rename viem chain (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
besated authored May 2, 2024
1 parent 4dfa9f6 commit 5331a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/evm/src/providers/viem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ARCTIC_1_VIEM_CHAIN: Chain = {
},
fees: undefined,
id: SeiChainInfo.devnet.chainId,
name: 'arctic-1',
name: 'Sei Devnet',
nativeCurrency: {
name: 'Sei',
decimals: 18,
Expand Down Expand Up @@ -111,7 +111,7 @@ export const ATLANTIC_2_VIEM_CHAIN: Chain = {
},
fees: undefined,
id: SeiChainInfo.testnet.chainId,
name: 'atlantic-2',
name: 'Sei Testnet',
nativeCurrency: {
name: 'Sei',
decimals: 18,
Expand Down

0 comments on commit 5331a34

Please sign in to comment.