Skip to content

Commit

Permalink
fix: Emmet import, ScrollSepolia import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Oct 11, 2023
1 parent 2a7c4a9 commit 46ed330
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emmet.sdk",
"version": "0.1.11",
"version": "0.1.12",
"description": "Emmet.Bridge SDK library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const TESTNETS = {
goerli,
lineatestnet: lineaTestnet,
mumbai,
scrollSepolia,
scrollsepolia: scrollSepolia,
shardeumbetanet:shardeumBetanet,
sparknet
}
Expand Down
4 changes: 3 additions & 1 deletion src/tokens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import testnet_ETH from './testnet/eth';
// Tokens
import testnet_BUSD from './testnet/busd';
import testnet_DAI from './testnet/dai';
import testnet_EMMET from './testnet/emmet';
import testnet_USDT from './testnet/usdt';

/**
Expand All @@ -14,7 +15,8 @@ export const testnetTokens = {
// Tokens
BUSD: testnet_BUSD,
DAI: testnet_DAI,
USDT: testnet_USDT
USDT: testnet_USDT,
EMMET: testnet_EMMET,
}

/**
Expand Down

0 comments on commit 46ed330

Please sign in to comment.