Skip to content

Commit

Permalink
update itheum devnet info
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 30, 2023
1 parent fa0fef4 commit 67242cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/extensions/itheum/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export const Config = {
},

TokenId: (network: Network) => {
if (network === 'devnet') return 'ITHEUM-a61317'
if (network === 'devnet') return 'ITHEUM-fce905'
if (network === 'testnet') return '#'
return 'ITHEUM-df6f26'
},

DataNftCollection: (network: Network) => {
if (network === 'devnet') return 'DATANFTFT4-3ba099'
if (network === 'devnet') return 'DATANFTFT-e0b917'
if (network === 'testnet') return '#'
return 'DATANFTFT-e936d4'
},
Expand Down
4 changes: 2 additions & 2 deletions src/extensions/itheum/src/contracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import { AcceptOfferActionPreview } from './previews/AcceptOfferActionPreview'
import { Network, ExtensionScInfo, ExtensionConfig } from '../../../shared/types'

const getClaimsContractAddress = (network: Network) => {
if (network === 'devnet') return 'erd1qqqqqqqqqqqqqpgqd8vswwygp8sgmm6rd2x4rfgxjvv4fa93fsxsks7y6q'
if (network === 'devnet') return 'erd1qqqqqqqqqqqqqpgqwu6qz3skzzdnmvnkknjngvrprpt4fwzffsxsr8ecca'
if (network === 'testnet') return '#'
return 'erd1qqqqqqqqqqqqqpgqnsmrn5q08eqth3fy8el87sgdj0mkhwdwl2jqnf59cg'
}

const getMarketContractAddress = (network: Network) => {
if (network === 'devnet') return 'erd1qqqqqqqqqqqqqpgqrwtl03qdxjv2e52ta5ry4rg0z7l95neqfsxsp4y4xh'
if (network === 'devnet') return 'erd1qqqqqqqqqqqqqpgqlhewm06p4c9qhq32p239hs45dvry948tfsxshx3e0l'
if (network === 'testnet') return '#'
return 'erd1qqqqqqqqqqqqqpgqay2r64l9nhhvmaqw4qanywfd0954w2m3c77qm7drxc'
}
Expand Down

1 comment on commit 67242cc

@vercel
Copy link

@vercel vercel bot commented on 67242cc Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.