Skip to content

Commit

Permalink
Merge pull request #14 from ringecosystem/guantong/support-morph
Browse files Browse the repository at this point in the history
Ormonitor support morph
  • Loading branch information
jiguantong authored Oct 23, 2024
2 parents e05f0c1 + a8c6a3e commit fe16e47
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions client/src/utils/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,25 @@ const Chains = [
"symbol": "GLMR",
"scan": "https://moonbeam.subscan.io/",
},
{
"name": "morph",
"id": 2818,
"endpoint": "https://rpc.morphl2.io",
"contract": {
"signcribe": "0x57aa601a0377f5ab313c5a955ee874f5d495fc92",
"relayer": "0x114890eB7386F94eae410186F20968bFAf66142a",
"ormp": "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e",
"oracle": "0xBE01B76AB454aE2497aE43168b1F70C92Ac1C726",
"multisig": "0x22117Db68370590c1031f52a6D1aDE3DCe0cCf9a"
},
"operator": {
"oracle": "0x178E699c9a6bB2Cd624557Fbd85ed219e6faBa77",
"relayer": "0x912D7601569cBc2DF8A7f0aaE50BFd18e8C64d05",
"warnBalance": 0.01,
},
"symbol": "ETH",
"scan": "https://explorer.morphl2.io/",
},
{
"name": "tron",
"id": 728126428,
Expand Down
19 changes: 19 additions & 0 deletions server/config/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,25 @@ const Chains = [
"symbol": "GLMR",
"scan": "https://moonbeam.subscan.io/",
},
{
"name": "morph",
"id": 2818,
"endpoint": "https://rpc.morphl2.io",
"contract": {
"signcribe": "0x57aa601a0377f5ab313c5a955ee874f5d495fc92",
"relayer": "0x114890eB7386F94eae410186F20968bFAf66142a",
"ormp": "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e",
"oracle": "0xBE01B76AB454aE2497aE43168b1F70C92Ac1C726",
"multisig": "0x22117Db68370590c1031f52a6D1aDE3DCe0cCf9a"
},
"operator": {
"oracle": "0x178E699c9a6bB2Cd624557Fbd85ed219e6faBa77",
"relayer": "0x912D7601569cBc2DF8A7f0aaE50BFd18e8C64d05",
"warnBalance": 0.01,
},
"symbol": "ETH",
"scan": "https://explorer.morphl2.io/",
},
{
"name": "tron",
"id": 728126428,
Expand Down

0 comments on commit fe16e47

Please sign in to comment.