Skip to content

Commit

Permalink
tokens activation
Browse files Browse the repository at this point in the history
  • Loading branch information
positivecrash committed Nov 7, 2024
1 parent cefd385 commit 859f320
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"libp2p": "^1.2.4",
"mipd": "^0.0.7",
"robonomics-interface": "^0.3.2",
"robonomics-ui-vue": "beta.3",
"robonomics-ui-vue": "0.5.2-beta.5",
"uuid": "^9.0.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
Expand Down
14 changes: 14 additions & 0 deletions src/eth_chains.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const chains =
{
1: {
name: 'Ethereum Mainnet'
},
2: {
name: 'Expanse Network'
},
11155111: {
name: 'Sepolia'
}
}

export default chains
Loading

0 comments on commit 859f320

Please sign in to comment.