Skip to content

Commit

Permalink
fix: linea -> lineatestnet in token contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Sep 29, 2023
1 parent 8a5c2da commit 6ecb8b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3",
"version": "0.1.4",
"description": "Emmet.Bridge SDK library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/testnet/busd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const BUSD: SupportedTokenType = {
sparknet:"0xbF99037F929222cc7C0aa67acd91A12f4782b96A",
athens3:"0x4D2E1a2Dd8fd4F60295d4F46F3B783dC5b5570F3",
basegoerli:"0x4D2E1a2Dd8fd4F60295d4F46F3B783dC5b5570F3",
linea:"0xA0C581aA8656277Fa390b0a234C7738514c99949",
lineatestnet:"0xA0C581aA8656277Fa390b0a234C7738514c99949",
} as ContractAddress,
abi: BUSD_ABI,
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/testnet/dai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DAI: SupportedTokenType = {
sparknet:"0xe0157e7a2C90A88371b508aD5818715680010086",
athens3:"0x34356c720F14b7F647f79436d6d8891b3D048fd3",
basegoerli:"0x34356c720F14b7F647f79436d6d8891b3D048fd3",
linea:"0xC1f1d4b70824Ac54207C00a894B5Ff5ee2219FdE"
lineatestnet:"0xC1f1d4b70824Ac54207C00a894B5Ff5ee2219FdE"
} as ContractAddress,
abi: DAI_ABI,
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/testnet/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ETH: SupportedTokenType = {
sparknet:"0x239e6A9C05e55066C7e0fF899a32AA06A3AeafBD",
athens3:"0x9FAdC446f0968946a1242D98E640a7A84c4D4A80",
basegoerli:"0x9FAdC446f0968946a1242D98E640a7A84c4D4A80",
linea:"0x8aa7d89C0cc2891f830E86492b88a467a82c2F7E",
lineatestnet:"0x8aa7d89C0cc2891f830E86492b88a467a82c2F7E",
} as ContractAddress,
abi: WERC20,
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/testnet/usdt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const USDT: SupportedTokenType = {
sparknet:"0x59805ca29E5217b4Ce8cb48e57F9C7EcF0D5604F",
athens3:"0xd2cD72Ee3FbBf8fcbCCB7E8dB70220450F125AA6",
basegoerli:"0xd2cD72Ee3FbBf8fcbCCB7E8dB70220450F125AA6",
linea:"0x3210D94CE1447BA7Eb36947064c403F032Bc2a84"
lineatestnet:"0x3210D94CE1447BA7Eb36947064c403F032Bc2a84"
} as ContractAddress,
abi: USDT_ABI,
decimals: 18,
Expand Down

0 comments on commit 6ecb8b5

Please sign in to comment.