Skip to content

Commit

Permalink
chore: up snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 7, 2024
1 parent 5992d93 commit e7e6cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/definitions/plumeDevnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'

const sourceId = 11_155_111 // sepolia

export const plumeTestnet = /*#__PURE__*/ defineChain({
export const plumeDevnet = /*#__PURE__*/ defineChain({
id: 98_864,
name: 'Plume Devnet',
nativeCurrency: {
Expand Down
1 change: 1 addition & 0 deletions src/utils/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ test('exports utils', () => {
"keccak256",
"sha256",
"ripemd160",
"hashStruct",
"hashTypedData",
"recoverAddress",
"recoverMessageAddress",
Expand Down

0 comments on commit e7e6cc1

Please sign in to comment.