Skip to content

Commit

Permalink
Merge pull request #178 from Juneo-io/dev
Browse files Browse the repository at this point in the history
v0.0.142
  • Loading branch information
alekswaslet authored Feb 25, 2025
2 parents 2d55ae1 + 494a58f commit 9dd676e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juneojs",
"version": "0.0.141",
"version": "0.0.142",
"description": "Juneo JS Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
22 changes: 11 additions & 11 deletions src/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ export const MainnetJVMChain = new JVMBlockchain(
jntAssets
)
const jrc20Assets: JRC20Asset[] = [
new JRC20Asset('0x2d00000000000000000000000000000000000000', 'USDT.e', 'USDT.e', 9, MainnetUSDT1AssetId),
new JRC20Asset('0x2e00000000000000000000000000000000000000', 'USD1.e', 'USD1.e', 9, MainnetUSD1AssetId),
new JRC20Asset('0x2f00000000000000000000000000000000000000', 'DAI.e', 'DAI.e', 9, MainnetDAI1AssetId),
new JRC20Asset('0x3000000000000000000000000000000000000000', 'EUR1.e', 'EUR1.e', 9, MainnetEUR1AssetId),
new JRC20Asset('0x3100000000000000000000000000000000000000', 'SGD1.e', 'SGD1.e', 9, MainnetSGD1AssetId),
new JRC20Asset('0x3200000000000000000000000000000000000000', 'GLD1.e', 'GLD1.e', 9, MainnetGLD1AssetId),
new JRC20Asset('0x3300000000000000000000000000000000000000', 'mBTC.a', 'mBTC.a', 9, MainnetMBTC1AssetId),
new JRC20Asset('0x3400000000000000000000000000000000000000', 'DOGE.b', 'DOGE.b', 9, MainnetDOGE1AssetId),
new JRC20Asset('0x3500000000000000000000000000000000000000', 'LTC.b', 'LTC.b', 9, MainnetLTC1AssetId),
new JRC20Asset('0x3600000000000000000000000000000000000000', 'BCH.b', 'BCH.b', 9, MainnetBCH1AssetId),
new JRC20Asset('0x3700000000000000000000000000000000000000', 'LINK.e', 'LINK.e', 9, MainnetLINK1AssetId)
new JRC20Asset('0x2d00000000000000000000000000000000000000', 'Tether USDt', 'USDT', 9, MainnetUSDT1AssetId),
new JRC20Asset('0x2e00000000000000000000000000000000000000', 'USD1', 'USD1', 9, MainnetUSD1AssetId),
new JRC20Asset('0x2f00000000000000000000000000000000000000', 'Dai', 'DAI', 9, MainnetDAI1AssetId),
new JRC20Asset('0x3000000000000000000000000000000000000000', 'EUR1', 'EUR1', 9, MainnetEUR1AssetId),
new JRC20Asset('0x3100000000000000000000000000000000000000', 'SGD1', 'SGD1', 9, MainnetSGD1AssetId),
new JRC20Asset('0x3200000000000000000000000000000000000000', 'Gold1', 'GLD1', 9, MainnetGLD1AssetId),
new JRC20Asset('0x3300000000000000000000000000000000000000', 'Mili Bitcoin', 'mBTC', 9, MainnetMBTC1AssetId),
new JRC20Asset('0x3400000000000000000000000000000000000000', 'Dogecoin', 'DOGE', 9, MainnetDOGE1AssetId),
new JRC20Asset('0x3500000000000000000000000000000000000000', 'Litecoin', 'LTC', 9, MainnetLTC1AssetId),
new JRC20Asset('0x3600000000000000000000000000000000000000', 'Bitcoin Cash', 'BCH', 9, MainnetBCH1AssetId),
new JRC20Asset('0x3700000000000000000000000000000000000000', 'Chainlink', 'LINK', 9, MainnetLINK1AssetId)
]
export const MainnetWJUNEAsset = new WrappedAsset(
'0x466e8b1156e49D29B70447a9Af68038cF5562BdD',
Expand Down
22 changes: 11 additions & 11 deletions src/network/socotra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ export const SocotraJVMChain = new JVMBlockchain(
jntAssets
)
const jrc20Assets: JRC20Asset[] = [
new JRC20Asset('0x2d00000000000000000000000000000000000000', 'USDT.e', 'USDT.e', 9, SocotraUSDT1AssetId),
new JRC20Asset('0x2e00000000000000000000000000000000000000', 'USD1.e', 'USD1.e', 9, SocotraUSD1AssetId),
new JRC20Asset('0x2f00000000000000000000000000000000000000', 'DAI.e', 'DAI.e', 9, SocotraDAI1AssetId),
new JRC20Asset('0x3000000000000000000000000000000000000000', 'EUR1.e', 'EUR1.e', 9, SocotraEUR1AssetId),
new JRC20Asset('0x3100000000000000000000000000000000000000', 'SGD1.e', 'SGD1.e', 9, SocotraSGD1AssetId),
new JRC20Asset('0x3200000000000000000000000000000000000000', 'GLD1.e', 'GLD1.e', 9, SocotraGLD1AssetId),
new JRC20Asset('0x3300000000000000000000000000000000000000', 'mBTC.a', 'mBTC.a', 9, SocotraMBTC1AssetId),
new JRC20Asset('0x3400000000000000000000000000000000000000', 'DOGE.b', 'DOGE.b', 9, SocotraDOGE1AssetId),
new JRC20Asset('0x3500000000000000000000000000000000000000', 'LTC.b', 'LTC.b', 9, SocotraLTC1AssetId),
new JRC20Asset('0x3600000000000000000000000000000000000000', 'BCH.b', 'BCH.b', 9, SocotraBCH1AssetId),
new JRC20Asset('0x3700000000000000000000000000000000000000', 'LINK.e', 'LINK.e', 9, SocotraLINK1AssetId)
new JRC20Asset('0x2d00000000000000000000000000000000000000', 'Tether USDt', 'USDT', 9, SocotraUSDT1AssetId),
new JRC20Asset('0x2e00000000000000000000000000000000000000', 'USD1', 'USD1', 9, SocotraUSD1AssetId),
new JRC20Asset('0x2f00000000000000000000000000000000000000', 'Dai', 'DAI', 9, SocotraDAI1AssetId),
new JRC20Asset('0x3000000000000000000000000000000000000000', 'EUR1', 'EUR1', 9, SocotraEUR1AssetId),
new JRC20Asset('0x3100000000000000000000000000000000000000', 'SGD1', 'SGD1', 9, SocotraSGD1AssetId),
new JRC20Asset('0x3200000000000000000000000000000000000000', 'Gold1', 'GLD1', 9, SocotraGLD1AssetId),
new JRC20Asset('0x3300000000000000000000000000000000000000', 'Mili Bitcoin', 'mBTC', 9, SocotraMBTC1AssetId),
new JRC20Asset('0x3400000000000000000000000000000000000000', 'Dogecoin', 'DOGE', 9, SocotraDOGE1AssetId),
new JRC20Asset('0x3500000000000000000000000000000000000000', 'Litecoin', 'LTC', 9, SocotraLTC1AssetId),
new JRC20Asset('0x3600000000000000000000000000000000000000', 'Bitcoin Cash', 'BCH', 9, SocotraBCH1AssetId),
new JRC20Asset('0x3700000000000000000000000000000000000000', 'Chainlink', 'LINK', 9, SocotraLINK1AssetId)
]
export const SocotraWJUNEAsset = new WrappedAsset(
'0xC984ae20d0Fed3B974959BCbd1721167214CDeD9',
Expand Down

0 comments on commit 9dd676e

Please sign in to comment.